/* CSS Document */







/* TEMPLATE OPMAAK, HIER NIKS VERANDEREN */



* {



	margin:0;



	padding: 0;



	border: 0;



}











html {



	height:100%; 



}



	



body {



 background-color: #bab9b1;




}



	



#wrapper {


	margin: 0 auto;



	width: 970px; /*breedte pagina */
	background-color: #ffffff;

}

#logo {



	height: 60px;
	background-color: #bab9b1;
	background: url(../images/toplogo.png) #bab9b1;
}

#contact {

	padding-left: 795px;
	padding-top: 13px;
	height: 52px;
	width: 210px;
	font-size: 13px;
	color: #000000;
	line-height: 22px;
	font-family: arial;
	
}

#contact a {
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	
}

#contact a:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #000000;
	
}

#header {



	height: 134px;


	background:url(../images/header.png) no-repeat top #bab9b1;



	



}







#container {



	background: #ffffff;







}



#topmenu {

	background:url(../images/headerbottom.png) no-repeat top;

	height: 25px;



	font-size: 17px;



	color: #FFFFFF; /* tekstkleur topmenu */



	text-align: center;



}







	#left {



		font-size: 12px;
		font-family: arial;



		font-weight: bold;



		color: #000000;



		float: left;



		width: 115px; height: 395px;



		background: url(../images/left.jpg) left top #ffffff;

		background-color: #ffffff;



	}


#sponsors {
	color: #697381;
	width:850px;
	height:90px;
	float: left;
	font-size: 11px;
	background:url(../images/sponsorsbg.jpg);
	border-bottom: 1px solid #e1e6e8;
	border-left: 1px solid #e1e6e8;
	border-right: 1px solid #e1e6e8;
	font-family: arial;
}


	#content {



		float: left;



		width: 850px; height: 100%;



		background-color: #ffffff;

		

		font-family:	arial;

		font-size:		12px;

		border:			0px;

		margin:			0px;

		padding:		0px;

		vertical-align:	middle;

	color: #000000;
	font-family: arial;



	}

	



	#content a {



		text-decoration: none;

		font-family:	Verdana;

		font-size: 11px;

		color: #000000;



	}



	



	#content a:hover {



		text-decoration: underline;

		font-family:	Verdana;

		font-size: 11px;

		color: #333333;



	}





#footer {


	font-family: arial;
	clear: both;



	height: 20px;


	padding-top: 5px;

	font-size: 10px;



	color: #ffffff; /* tekstkleur content */

	background:url(../images/footer.png) #bab9b1 no-repeat;
	text-align: center;




}


#goldwingmarkt {
background: #bab9b1;
padding-right: 20px;
float: right;
height: 60px;
top: 5px;
	
}



#footer a {



	color: #FFFFFF;

	text-decoration: none;



}

#downsponsors {

float: right;
	width:446px;
	height:15px;
	text-align: right;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
	margin-right: 4px;
	}
	
#downsponsors a {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
	}
#downsponsors a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
	}

#menudown {
	float: left;
	width:516px;
	height:15px;
	text-align: left;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	word-spacing: 2px;
	font-family: arial;
	margin-left: 4px;
}

#menudown a {
text-decoration: none;
color: #333333;
font-size: 10px;
font-family: arial;
}	

#menudown a:hover {
text-decoration: none;
color: #000000;
font-size: 10px;
font-family: arial;
}	


h1 {



	font-size: 24px;

	font: arial;

	padding: 5px 0px;



	margin: 0;

	color: #CC0000;

}

h3 {
	font-size: 16px;
	color: #CC0000;
	font: arial;
	}
	
.float-left  { float: left; }

blockquote {

	margin: 10px; 	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-right: 4px solid #e3595c;   
	color: #000000; 
}


.content {



	padding: 0px 10px;



}



table.mytable { 


	padding: 0px; 

	border: none; 
	
	width: 100%;

}



table.mytable td { 

	font-size: 11px; 

	font-family: verdana;

	font-color: #333333;

	border-bottom: 1px solid #ccc;

	background-color: #EEEEEE; 

	border-right: 1px solid #ccc; 

}



table.rood {

		font-family: verdana;

		font-size: 11px;

		font-weight: bold;

		color: #FFFFFF;

		background-color: #E3595C

		

	}

	


	/* contact forms */



.label {

	vertical-align:	top;

	width:			150px;

	padding-top:	3px;

    color:			#000000;

	font-weight:	bold;

	margin-bottom:	20px;

	font-size:		14px;

}



input {

	background: 	#f5f5f5;

    border-width: 	1px;

    border-style: 	solid;

    border-color: 	#cccccc;

	margin:			5px 0px;

}



button {

	text-align:		center;

}



select {

    width: 			160px;

    background: 	#f5f5f5;

    border-color: 	#cccccc;

    border-style: 	solid;

    border-width: 	1px;

}



textarea {

    height: 		100px;

    background: 	#f5f5f5;

    border-width: 	1px;

    border-style: 	solid;

    border-color: 	#cccccc;

	margin:			5px 0px;

}



.required {

	color:			#FF0000;

}





li {

	color:			#FF0000;

	font-size:		14px;

}



.succes {

	font-size:		14px;

	color:			#000000;

}



a:link{

	color:			#2C75FC;

	text-decoration:none;

	font-size:		14px;

	vertical-align:	top;

	padding:		0px;

	margin:			0px;

}



a:visited{

	color: 			#2C75FC;

	text-decoration:none;

}



a:hover{

	color:			#86B6FD;

	text-decoration:underline;

}



a:active{

	color:			#666666;

	text-decoration:underline;

}