/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {color: #5a5b5b; text-decoration:none;}
a:hover {color: #5a5b5b; text-decoration:underline;}

body {
	background: #ffffff url(images/bg.png) repeat-x;
	color: #5a5b5b;
	font: normal 62.5% Tahoma,sans-serif;
}

h1 {
	font-family:tahoma;
	font-size:16px;
	padding-top: 12px;	
	padding-left:0px;
	padding-bottom:7px;
	color:#0f456f;
	font-weight:bold;	
	}

h2 {
	font-family:tahoma;
	font-size:14px;
	padding-top: 15px;	
	padding-left:0px;
	padding-bottom:5px;
	color:#0faf38;
	font-weight:bold;
	}


p {
	font-family:tahoma;
	font-size:11px;		
	color:#434444;
	padding-left:8px;
	padding-left:0px;
	padding-right:10px;
	line-height:15px;
	
	
}

.infolinkje a{
    color:#0f456f;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:6px;
	font-family:tahoma;
	font-size:11px;	
	text-decoration:underline;
	float:right;
	}
	
.infolinkje a:hover{
    color:#c47605;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:6px;
	font-family:tahoma;
	font-size:11px;	
	text-decoration:underline;
	float:right;
	}
	

/* container */

#container {
	
	font-size: 1.2em;
	margin: 0 auto;	
	width: 820px;
	height:100%;	
		
}


/*header*/

#titel{
      width:820px;
	  height:60px;
	  }
	  
.logo{
   width:400px;
   height:74px;
   float:left;
   margin-top:10px;
   background: url(images/logo.png) no-repeat;
	}
	

		  	
	



/*instellingen voor de linkersitebar*/

#sitebarleft{
    width:181px;
	height:100%;
	float:left;
	}
	
	
.navigatie {
    width:181px;
	height:100%;	
	float:left;
	}

.navigatie ul {
	list-style: none;
	height:100%;
	width:181px;	
	}
	
	

.navigatie li a  {	
	background:url(images/navigatiebg.jpg) no-repeat ;
	display: block;
	width: 156px;
	height:24px;
	font-family:Tahoma;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
	padding-top:10px;
	padding-left:25px;	
	font-weight:bold;
	margin-top:15px;
	
	}	
	
.navigatie li a:hover{
	background:url(images/navigatiebg1.jpg) no-repeat; 
	color: #ffffff;
	padding-top:10px;
	width: 156px;
	height:24px;
	font-family:Tahoma;
	font-size:12px;
	padding-left:25px;	
	font-weight:bold;
	margin-top:15px;
	
}

#content{
	width:820px;
	height:100%;
	float:left;
	margin-top:180px;
}
	

	
#rechtergedeelte{
	width:590px;
	height:100%;
	float:left;
	margin-left:30px;
	
}

/*instellingen contactpagina*/

.contact{
    width:190px;
    padding:4px;
	border: 1px solid #9f9e9e;
	}
	
.dropdown{
    width:200px;
    padding:4px;
	border: 1px solid #9f9e9e;
	}
	
/*instellingen prijslijst*/

.prijstekst{
	font-family:tahoma;
	font-size:12px;		
	color:#434444;
	padding-left:8px;
	padding-left:0px;
	padding-right:10px;
	line-height:15px;
	font-weight:bold;
}

#prijslijst{
	border-bottom:1px dashed #cccccc;
	padding-top:5px;
	padding-bottom:5px;
}
	
	
#footer {
	width: 100%;
	height: 138px;
	text-align: center;
	color: #ffffff;
	background: url(images/footer.jpg);
	padding: 15px 0 0 0;
	overflow: hidden;
	
	}
	
#footer_midden{
    width: 820px; margin: 0 auto; position: relative;}	
	
	#footer p{color:#ffffff; float:right; margin-top:110px; }
	#footer a { color: #ffffff; text-decoration:underline; margin-left:15px; margin-top:110px; float:left;  }
	#footer a:hover { color: #ffffff; text-decoration:none; margin-left:15px; margin-top:110px; float:left; }

 		
	
/*clear*/

.clear {

clear: both;
}			

