/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

#basis {
	width: 1000px;
	margin: 0 auto;
	background-image:url(/images/bg_basis.gif);
	background-repeat: no-repeat;
}

#basis1 {
	float: left;
	width: 800px;
	}
	
#header {
	width: 800px;
	height: 75px;
	background-image: url(/images/bg_header.gif);
	background-repeat: no-repeat;
	}
	
.logo {
	margin-left: 10px;
	margin-top: 10px;
	}	
	
#navigatie {
	float: left;
	width: 175px;
	margin-top: 25px;
	min-height: 361px;
	}
	
#adres {
	margin-left: 20px;
	width: 150px;
	font-size: 75%;
	color: #868685;
	padding-top: 25px;
	padding-bottom: 15px;
	}	
	
#content {
	float: left;
	width: 410px;
	margin-top: 25px;
	margin-right: 15px;
	}
	
#content1 {
	float: left;
	width: 610px;
	margin-top: 25px;
	margin-right: 15px;
	}	
	
#aanbiedingen {
	float: left;
	width: 200px;
	margin-top: 25px;
	}

#subfooter {
	clear: both;
	width: 380px;
	height: 60px;
	padding-left: 420px;
	font-size: 65%;
	color: #868685;
	background-image: url(../images/bf_subfooter.gif);
	background-repeat: no-repeat;
	}	

#subfooter a {
	color: #868685;
	text-decoration: none;
	}	
	
#subfooter a:hover {
	color: #999999;
	text-decoration: underline;
	}	
	

#basis2 {
	float: left;
	width: 200px;
	background-image:url(../images/man_met_megafoon.gif);
	background-repeat: no-repeat;
	min-height: 512px;
}

#footer {
	clear: both;
	width: 975px;
	color: #FFFFFF;
	font-size: 70%;
	background-color: #94BA39;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}	
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}		










.float-right {
	float: right;
	margin-left: 15px;
	margin-right: 5px;
	}	
	

	
H1 {
	color: #94BA39;
	font-size: 120%;
	}
	
H2 {
	color: #8BB63B;
	font-size: 100%;
	margin: 0px;
	}
	
H3 {
	color: #8BB63B;
	font-size: 14px;
	font-weight:normal;
	margin: 0px;
	}	
	
H4	{
	color:#000000;
	font-size: 14px;
	background-image: url(/images/bg_h4.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 0px;
	}			

p {
	color: #333333;
	font-size: 80%;
	margin: 0px;
	}
	
.tekst {
	color: #333333;
	font-size: 12px;
	margin: 0px;
	}	
	
.tekst-kol2 {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.rood {
	color: #FF0000;
	}	
	
	
/* verhuur */
	
#productkader {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #EDEDED;
		}

#titel {
	background-color: #94BA39;
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
	}
	
#titel-licht {
	background-color: #CADD9C;
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
	}	
	
.product  {
	float: left;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-top: 3px;
	}
	
.prijs {
	float: right;
	font-size: 80%;
	color: #000000;
	padding-right: 10px;
	padding-top: 3px;
	}	
	
.tekst-product {
	padding-left: 10px;
	padding-right: 10px;
	}
	
.optioneel {	
	padding-left: 10px;
	padding-right: 10px;
	font-size: 70%;
	}		

/* einde agenda */		
	
	






	


/* navigatie */

#navcontainer { width: 175px; }

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 85%;
	text-align: left;
	}

#navcontainer a
{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 3px;
	width: 175px;
	font-weight: bold;
	}

#navcontainer a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/nav_reg.gif);
	background-repeat: no-repeat;
	}

#navcontainer a:hover
{
	color: #FFFFFF;
	background-image: url(/images/nav_hov.gif);
	background-repeat: no-repeat;
	}
	
#current {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 3px;
	width: 175px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/nav_hov.gif);
	background-repeat: no-repeat;
	}
		

/* a#current {
	color: #FFFFFF;
	background-image: url(/images/nav_hov.gif);
	} */
	
 
/* linken */

a:link {
	color: #94BA39;
	text-decoration: underline;
	}

a:active {
	color: #94BA39;
	text-decoration: underline;
	}
	
a:visited {
	color: #94BA39;
	text-decoration: underline;
	}	
	
a:hover {
	color: #94BA39;
	text-decoration: none;
	}

