@import url(../resetclearfix.css);
@import url(text.css);

@import url(agenda.css);
@import url(link.css);
@import url(nieuws.css);

body {
	background: url(/static/bg.png) repeat-x #010001;
}

#wrapper {
	background: url(/static/colorsbg.png) no-repeat center top;
	min-height: 890px;
}

#main {
	width:989px;
	margin: 0 auto;
	padding: 0 0 0 10px
}

#header {
	padding: 13px 0;
}


#sidebarMenu {
	float: left;
	padding-top: 130px;
}

#sidebarMenu li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#sidebarMenu a {
	color: #756a5f;
}

a#cafeBadge {
	background: url(/static/sprite.png) no-repeat 0 0;
	display: block;
	width: 113px;
	height: 24px;
	text-indent: -99999px;
	float: left;
}

#lichtkrant {
	margin-left: 11px;
	width: 630px;
	height: 23px;
	float: left;
	overflow: hidden;
	padding: 2px 0 0 2px;
	background: url(/static/lichtkrantClub.png) no-repeat;
}

#topLinks {
	padding: 2px 0 0 10px;
	float: left;
}
	#topLinks a {
		color: #FFF;
		text-decoration: none;
		padding: 0 3px 0 3px;
	}
	
	#topLinks a:hover {
		text-decoration: underline;
	}

/* Slider van http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding */

	#picture{
		margin: 30px 0 0 0px;
		position:relative;
		height:238px;
	}
		
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		width: 500px;
		height: 238px;
	}
	
	#slider li{ 
		width:449px;
		height:238px;
		overflow:hidden;
	}	
		
	#prevBtn, #nextBtn{ 
		display: block;
		width: 7px;
		height: 23px;
		position: relative;
		left: -33px;
		top: -127px;
	}	
	
	#nextBtn{ 
		left: 468px;
		top: -150px;
	}
																
	#prevBtn a, #nextBtn a{  
		display:block;
		width:7px;
		height:23px;
		background:url(/static/btnLeft.png) no-repeat 0 0;
		text-indent: -999px;	
	}
			
	#nextBtn a{ 
		background:url(/static/btnRight.png) no-repeat 0 0;	
	}	
		
/* end slider CSS */

#menu {
	margin-top: 33px;
	border-left: none;
}

#content {
	padding: 60px 0;
	width: 550px;
	float: left;
	margin-right: 38px;
}

#sidebarMenu {
	float: left;
	padding-top: 130px;
}

#sidebarMenu li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#sidebarMenu a {
	color: #756a5f;
}

#sidebarMenuOpening {
	float: left;
	padding-top: 60px;
}

	#sidebarMenuOpeningLeft {
		width: 50px;
		float: left;
		font-weight: bold;
	}

	#sidebarMenuOpeningRight {
		float: left;
	}

#content_full {
	padding: 60px 0;
	float: left;
}

#sidebarMenu {
	float: left;
	padding-top: 130px;
}

#sidebarMenu li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}


#agenda, #video {
	width: 430px;
	border: solid 1px #201f20;
	background: #0d0d0d;
	padding: 20px 20px 20px 20px;
	float: left;
	
}

	#video {
		margin-left: 35px;
	}

	#agenda img, #video img {
		float: left;
		margin-right: 10px;
		padding: 5px;
		border: solid 1px #777777;
	}

/* Footer */

#footerWrapper {
	margin-top: 55px;
}

#footerBg {
	background: url(/static/colorsfooter.png) no-repeat bottom center;
	height: 184px;
}

#footer {
	width:989px;
	margin: 0 auto;
	padding-left: 14px;
}

#info {
	margin-top: 10px;
}

#by {
	margin-top: 10px;
}

#cafeBtn {
	background: url(/static/cafebtn.png) no-repeat;
	width: 457px;
	height: 104px;
	display: block;
	text-indent: -99999px;
	float: right;
}

#video_menu {
	margin-bottom: 5px;
}
	#video_menu a {
		font: 14px/1.5 "Trebuchet MS", Verdana, sans-serif;
	}
	
	#videos li {
		list-style: none;
		padding: 0;
		margin-left: 0;
	}
	
table.contact td {
	padding-bottom: 5px;
}


input, textarea {
	border: solid 1px #201f20;
	width: 200px;
	padding: 2px;
	background: #262525;
	color: #a9a9a9;
}

