/* Reset CSS */



/* Normalizes margin, padding */

	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 

	{ margin : 0; padding : 0; }



	/* Normalizes font-size for headers */

	h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal; line-height:120%; }



	/* Removes list-style from lists */

	ol,ul { list-style : none; }



	/* Normalizes font-style and font-weight to normal */

	address, caption, cite, code, dfn, em, strong, th, var

	{ font-style : normal; font-weight : normal; }



	/* Removes borders and spacing from tables */

	table { border-collapse : collapse; border-spacing : 0; }



	/* Removes border from fieldset and img */

	fieldset,img, img a { border : 0; }

	

	/* Left-aligns text in caption and th */

	caption,th { text-align : left; }



	/* Removes quotation marks from q */

	q:before, q:after { content :''; }



	/* Removes rid of Firefox's dotted borders */

	a { outline:none; }



	/* Removes rid of IE's blue borders */

	a img { border:none; }



	strong { font-weight: bold; }



	em { font-style: italic; }

	

	.left{

	float: left;

	}

	

	.right{

		float: right;

	}

		

	.clear{ clear:both; }

		

	.inside{	

		margin: 0px auto;

	

}



	/* ------------------------- End Reset CSS ---------------------- */

	



/* HEADER + CONTAINER */

html{
 	margin: 0;
	padding: 0;
}


body {

	font-size:12px;

	font-family: Arial, sans-serif;	

	color: #57574A;

	/*text-align: center;	*/

	background: #ebe6d9 url('../images/background.jpg');
	background-repeat:no-repeat;
	background-position: top center;

	padding-top: 26px;
	padding-bottom: 50px;
	margin: 0;		

}

a{
	color:#bfe619;
	/*background-color:#bfe619; */
}

a:hover{

}




#header{

	width:870px;

	margin-left: 40px;

	margin-right: 40px;
	

}



#banner{

	width:870px;

	height: 196px;

	margin: 0 auto;

	background: transparent url('../images/banner.gif'); 

	background-repeat:no-repeat;

	top: 42px;

}



#container {

	background-color: #fff;		

	text-align: left;

	width: 950px;

	margin: 0 auto;	

	background: #fff url('../images/container.gif') repeat-y;

	padding: 0;

}



#container .inside{	

	background: transparent url('../images/container_inside.jpg') no-repeat;

	padding: 0;

	margin: 0 auto;

	text-align: center;

}



.inside .bottom{

	width: 950px;

	margin: 0 auto;	

	height: 250px;
	

}



.inside .top{

	width: 950px;

	margin: 0 auto;	

}



.logo{

	width:950px;

	height: 120px;

	margin: 0 auto;

	background: transparent url('../images/logo.gif'); 

	background-repeat:no-repeat;
	

}

.sticker_container{

	width: 100%;
	height: 150px;

}

.sticker{

	text-indent: -9999px; 
	background: transparent url('../images/sticker.gif') no-repeat 0 0; 
	width: 180px; 
	height: 150px; 
	float:right;


}



.sticker:hover { 

	background: transparent url('../images/sticker.gif') no-repeat 0 -150px; 

}






#inhoud_container{

	margin: 0 auto;

	width: 870px;

	

}



#links{

	width: 270px;	

	text-align: left;

	float: left;

}



#links .binnen{

	padding: 10px;

}



#rechts{

	width: 600px;

	text-align: left;

	float: left;

}



#rechts .binnen{

	padding: 10px;

}



#footer {

	padding: 0px;

	margin: 0 auto;	

	clear: both;

	background: transparent url('../images/footer.jpg') bottom no-repeat;

	color: #a6a6a6;	

	width: 950px;

	height: 121px;

}



#footer .inside{

	margin: 0;

	padding: 0px 0 20px 0;

	background: none;;

	text-align: center;

}



#footer .inside a:link, #footer .inside a:visited{

	

	text-decoration: none;

}





#footer p {	

	font-size: 11px;	

}





/* NAVIGATIE */



ul#navigatie { 

	width: 870px;

	height: 42px;

	margin: 0 auto;

	position: relative;
	
	list-style: none;

	

}

ul#navigatie li{
	float:left;
}

ul#navigatie li a{
	display:block;
}

ul#navigatie li.home a { 
 

	text-indent: -9999px; 

	background: transparent url('../images/navigatie.gif') no-repeat 0 0; 

	width: 100px; 

	height: 50px; 

	top: 0px; 

	left: 0px; 
	
	

}



ul#navigatie li.home a:hover { 

	background: transparent url('../images/navigatie.gif') no-repeat 0 -50px; 

}



ul#navigatie li.kalender a { 

	position: absolute; 

	text-indent: -9999px; 

	background: transparent url('../images/navigatie.gif') no-repeat -100px 0; 

	width: 150px; 

	height: 50px; 

	top: 0px; 

	left: 100px; 

}

ul#navigatie li.kalender a:hover { 

	background: transparent url('../images/navigatie.gif') no-repeat -100px -50px; 

}



ul#navigatie li.competities a { 

	position: absolute; 

	text-indent: -9999px; 

	background: transparent url('../images/navigatie.gif') no-repeat -250px 0; 

	width: 180px; 

	height: 50px; 

	top: 0px; 

	left: 250px; 

}

ul#navigatie li.competities a:hover { 

	background: transparent url('../images/navigatie.gif') no-repeat -250px -50px; 

}



ul#navigatie li.club a { 

	position: absolute; 

	text-indent: -9999px; 

	background: transparent url('../images/navigatie.gif') no-repeat -430px 0; 

	width: 100px; 

	height: 50px; 

	top: 0px; 

	left: 430px; 

}

ul#navigatie li.club a:hover { 

	background: transparent url('../images/navigatie.gif') no-repeat -430px -50px; 

}



ul#navigatie li.fotos a { 

	position: absolute; 

	text-indent: -9999px; 

	background: transparent url('../images/navigatie.gif') no-repeat -530px 0; 

	width: 110px; 

	height: 50px; 

	top: 0px; 

	left: 530px; 

}

ul#navigatie li.fotos a:hover { 

	background: transparent url('../images/navigatie.gif') no-repeat -530px -50px; 

}



ul#navigatie li.links a { 

	position: absolute; 

	text-indent: -9999px; 

	background: transparent url('../images/navigatie.gif') no-repeat -640px 0; 

	width: 100px; 

	height: 50px; 

	top: 0px; 

	left: 640px; 

}

ul#navigatie li.links a:hover { 

	background: transparent url('../images/navigatie.gif') no-repeat -640px -50px; 

}



ul#navigatie li.contact a { 

	position: absolute; 

	text-indent: -9999px; 

	background: transparent url('../images/navigatie.gif') no-repeat -740px 0; 

	width: 130px; 

	height: 50px; 

	top: 0px; 

	left: 740px; 

}

ul#navigatie li.contact a:hover { 

	background: transparent url('../images/navigatie.gif') no-repeat -740px -50px; 

}







/* LINKS */



.links_blok{

	width: 250px;

	padding-bottom: 15px;

}



.links_blok_titel{

	width: 235px;

	height: 25px;

	background-color:#57574A;

	border-left: #BEA96F 15px solid;

}



.links_blok_titel_opmaak{

	padding-left: 10px;

	padding-top: 5px;

	font-family: verdana,sans-serif;

	color: #D1D1AD;

	font-size: 12px;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 1.2pt;



}



.links_blok_wit{

	width: 250px;

	height: 5px;

	background-color:#FFFFFF;

}



.links_blok_inhoud{

	width: 235px;

	background-color:#D1D1AD;

	border-left: #BEBF9F 15px solid;

	

}



.links_blok_inhoud_tekst{

	padding: 10px;

}





/* RECHTS */





.rechts_blok{

	width: 580px;

	padding-bottom: 15px;

}



.rechts_blok_titel{

	width: 565px;

	height: 25px;

	background-color:#57574A;

	border-left: #BEA96F 15px solid;

}



.rechts_blok_titel_opmaak{

	padding-left: 10px;

	padding-top: 5px;

	font-family: verdana,sans-serif;

	color: #D1D1AD;

	font-size: 12px;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 1.2pt;



}



.rechts_blok_wit{

	width: 580px;

	height: 5px;

	background-color:#FFFFFF;

}



.rechts_blok_inhoud{

	width: 565px;

	border-left: #BEBF9F 15px solid;

	

}



.rechts_blok_inhoud_tekst{

	padding: 10px;

}



.rechts_blok_footer{

	width: 580px;

	height: 5px;

	background-color:#57574A;

}


