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

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

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

#wrapperCafe {
	background: url(/static/fijiLogo.png) no-repeat center top;
}

#flowers {
	background: url(/static/flowers.png) no-repeat center 425px;
}

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

#header {
	padding: 13px 0;
}

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

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

#topLinks {
	padding: 2px 0 0 16px;
	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: 31px 0;
		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: 31px;
	margin-left: 10px;
	width: 860px;
}

#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;
	}

#agenda, #video {
	width: 430px;
	border: solid 1px #ebebeb;
	background: #ebebeb;
	padding: 20px 20px 20px 20px;
	float: left;
	
}

	#video {
		margin-left: 35px;
	}

	#agenda img, #video img {
		float: left;
		margin-right: 10px;
		padding: 5px;
		background: #f4f3f2;
	}

/* Footer */

#footerWrapper {
	margin-top: 30px;
	background: #313131;
}

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

#footer {
	width:989px;
	margin: 0 auto;
	padding: 18px 0;
}

#footerMenu {
	width: 850px;
	padding-left: 16px;
}

#info {
	margin-top: 10px;
}

#by {
	margin-top: 10px;
}

#clubBtn {
	background: url(/static/clubbtn.png) no-repeat;
	width: 368px;
	height: 92px;
	display: block;
	text-indent: -99999px;
	float: right;
	margin-right: -5px;
	padding: 0;
}

table.contact td {
	padding-bottom: 5px;
}


input, textarea {
	border: solid 1px #bfbfbf;
	width: 200px;
	padding: 2px;
	background: #f4f3f2;
}



