*{
	margin: 0;
}



html, body {
	height: 100%; /* heel belangrijk */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#151518;
	margin: 0px;
	scrollbar-face-color:#044e22;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#C0B0B0;
	scrollbar-shadow-color:rgb(0,0,0);
	scrollbar-highlight-color:rgb(0,0,0);
	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-Color:#202020;
}

#container {
	width: 840px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */	
	background-color:#151518;
	background-image:url(../images/bg_preise.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#header{
	height: 300px;
}

#inhoud {
  	padding: 0px;
	
}

#footer { 
	position: absolute;
	bottom: 0; /* heel belangrijk */
	font:Arial, Helvetica, sans-serif;
	width: 100%;
	height:35px;
	text-align:center;
}

.footertxt {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;	
	color:#333333;
}
.footertxt a{
	text-align:center;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;	
	color:#333333;
	text-decoration:none;
}
.footertxt a:hover{
	text-decoration:none;
	color:#006600}

.adres {
	text-align:right;
	font-size:9px;
	line-height:17px;
	color:#ffffff;
	text-transform: uppercase;	
}
.adres a{
	text-align:right;
	font-size:9px;
	line-height:17px;
	color:#ffffff;
	text-transform: uppercase;	
}
.adres a:hover{
	text-align:right;
	font-size:9px;
	line-height:17px;
	color:#DBBB6A;
	text-transform: uppercase;	
	text-decoration:none;
}


.plattetekstblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
.plattetekstblack a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;
}
.plattetekstblack a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 16px;
}
.plattetekstwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}
.plattetekstwhite a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DBBB6A;
	line-height: 16px;
}
.plattetekstwhite a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffff99;
	line-height: 16px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.kopjesblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.kopjeswhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.prijs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B2B2B;
	text-decoration: none;
	text-transform: uppercase;
}
.kopjesTabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding:5px;
}
.plattetekstTabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	padding:5px;
}
