/**
*	Default CSS for all browsers
*/

* { 
	color: black;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body { 
	background: white; 
	color:#333333; 
}

a span{ display:none; }
a{
	font-size:11px;
	text-decoration:none;
	
	}
a:hover{
	text-decoration:underline;
	}
p{
	font-size:11px;
	line-height:15px;
	color:#333333;
	margin-left:2px;
	}
h1 {
	color:#666666;
	font-size:15px;
	letter-spacing:1px;
	margin-bottom:10px;
	}
h2 { }
h3 { } 
h4 { } 
h5 { }
h6 { }

#site{
	background-image:url(../img/home_img.jpg);
	background-position:25px 60px;
	background-repeat:no-repeat;
	width:860px;
	min-height:600px;
	height:auto;
	display:block;
	clear:both;
	margin:auto;
	border:0px solid red;
	position: relative; 
	}

	#logo{
		background-image:url(../img/logo.gif);
		width:157px;
		height:84px;
		display:block;
		float:left;
		border:0px solid red;
		}
	#bannertop{
		border:0px solid red;
		/*background-image:url(../img/banner.gif);*/
		background-position:left top;
		background-repeat:no-repeat;
		margin-top:12px;
		height:70px;
		width:468px;
		display:block;
		float: left;
		clear:right;
		margin-left:30px;
	}		
	#menu{
		float:left;
		display:block;
		clear:left;
		width:158px;
		/*background-image:url(../img/menuonderimg.gif);*/
		background-position:left bottom;
		background-repeat:no-repeat;
		margin-top:2px;
		margin-left:7px;
		}
	
	#menu ul{
		/*background-image:url(../img/ul_menutopimg.gif);*/
		background-repeat:no-repeat;
		background-position:left top;
		padding-top:15px;
		padding-bottom:25px;
		}
	#menu li{
		list-style-type:none;
		}
	#menu li a{
		line-height:20px;
		font-size:12px;
		font-weight:normal;
		display:block;
		color:#785029;
		padding-left:10px;
		text-decoration:none;
		border-bottom:1px dashed #C1C1C1;;
		}
	#menu li a:hover{
		font-weight:bold;
		}

#content{
	display:block;
	float:left;
	width:480px;
	border:0px solid red;
	min-height:610px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:10px;
	}

	form{
		border:0px solid red;
		display:block;
		width:400px;
		clear:both;
		margin-top:30px;
		}
		form label{
			display:block;
			float:left;
			border:0px solid red;
			width:150px;
			margin-bottom:5px;
			font-size:11px;
			}
		form select{
			width:200px;
			clear:right;
			margin-bottom:5px;			
			}
		form input{
			width:100px;
			margin-bottom:5px;			
			}
#content form table{
	border:0px solid red;
	width:400px;
	}
#content form table *{
	font-size:11px;
	}
#content form table input{
	width:180px;
	}
#content form table select{
	width:185px;
	}
.bannergroot{
	border:0px solid red;
	overflow:hidden;
	width:728px;
	width:660px;	
	height:90px;
	clear:both;
	}
#banner-rechts{
	border:0px solid red;
	 top:10px;
	 height:600px;
	 width:160px;
	 float:right;
	}
#banner-rechts *{
	margin-top:-35px; /* dit is om google logo weg te poetsen kotm eff beter uit!*/
	}	
	
#rechtsonder{
      bottom:0px;
      height:260px;
      width:60px;
	  float:right;
	  margin-right:80px;
	  background-image:url(../img/logorechtsonder.jpg);
	  background-position:left top;
	  border:0px solid red;
	  }

#footer{
	clear:both;
	float:left;
	display:block;
	clear:both;
	background-image:url(../img/footer.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	width:860px;
	}
	#footer p{
		display:block;
		border:0px solid red;
		margin-top:8px;
		}
	#footer a{
		font-size:10px;
		line-height:20px;
		width:70px;
		display:inline;
		margin-left:5px;
		border:0px solid red;
		text-decoration:underline;
		}
	#footer a:hover{}