/* CSS Document */
body{
	margin:0px;
	background-color:#2c2c2a;
	font-size:10px;
	scrollbar-base-color: #2c2c2a;
	scrollbar-arrow-color: #2c2c2a;
	scrollbar-3dlight-color: #2c2c2a;
	scrollbar-darkshadow-color: #2c2c2a;
	scrollbar-face-color: #f3edc9;
	scrollbar-highlight-color: #2c2c2a;
	scrollbar-shadow-color: #2c2c2a;
	scrollbar-track-color: #2c2c2a;
	}
.paperbg{
	width:100%;
	height:100%;
	vertical-align:top;
	background-color:#2c2c2a;
	}
	
.content {
	vertical-align:top;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-top:15px;
	width:100%;
	min-height:360px;
	/*overflow-y:auto;
	overflow-x:hidden;	
	*/
}
.content p{
	color:#FFFFFF;
	font-size:11px;
	}
.content div{
	color:#FFFFFF;
	font-size:11px;
	}
.content td{
	color:#FFFFFF;
	font-size:11px;
	}
.content a{
	color:#6b8e23;
	text-decoration:none;
	font-size:11px;
	}
.content a:hover{
	color:#6b8e23;
	text-decoration:underline;
	}
#title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
	color:#FFFFFF;
	text-align:right;
	}
#title hr{
	color:#ffffe0;
}
#subtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#Fb565a;
	font-style: italic;	
	}
.content_bg{
    background-image:url(images/content_bg.gif);
	background-repeat:repeat-x;
	background-color:#2c2c2a;
	padding:12px;
}

.content_bg a{
	color: #FFFFFF;
	text-decoration:underline;
}
.content_bg a: hover{
	color: #FFFFFF;
	text-decoration:none;
}

.content_bg a: visited{
	color: #FFFFFF;
	text-decoration:underline;
}

.footer {
    padding:15px;
	vertical-align:top;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

.nav_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
	
	
	
.nav{
	background-color:#2c2c2a;
	height:42px;
	}
.navlink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:42px;
	color:#cccc99;
	text-decoration:none;
	}
a.navlink:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#996600;
	display:block;
	}
	
a.home {background:url(images/home.gif) no-repeat top center; width:96px; height:12px; display:block; }
a.home-active {background:url(images/home_rol.gif) no-repeat top center;  width:96px; height:12px; display:block; }

a.partners {background:url(images/partners.gif) no-repeat top center; width:73px; height:12px; display:block; }
a.partners-active {background:url(images/partners_rol.gif) no-repeat top center;  width:73px; height:12px; display:block; }

a.nieuws {background:url(images/nieuws.gif) no-repeat top center; width:98px; height:12px; display:block; }
a.nieuws-active {background:url(images/nieuws_rol.gif) no-repeat top center;  width:98px; height:12px; display:block; }

a.bcazoektbouwgrond {background:url(images/bcazoekt.jpg) no-repeat top center; width:180px; height:12px; display:block; }
a.bcazoektbouwgrond-active {background:url(images/bcazoekt2.jpg) no-repeat top center;  width:180px; height:12px; display:block; }

a.contact {background:url(images/contact.gif) no-repeat top center; width:79px; height:12px; display:block; }
a.contact-active {background:url(images/contact_rol.gif) no-repeat top center;  width:79px; height:12px; display:block; }

a.route {background:url(images/route.gif) no-repeat top center; width:52px; height:12px; display:block; }
a.route-active {background:url(images/route_rol.gif) no-repeat top center;  width:52px; height:12px; display:block; }

.space1{
background-image:url(images/bg_balk.gif);
background-repeat:repeat-x;
height:37px;
padding:10px 0px 0px;
}

.space2 {
text-align:center;
height:37px;
vertical-align:bottom;
padding-bottom:100px;
}


a. { color:#FFFFFF;
	text-decoration:underline;}
a.hover { color:#FFFFFF;
	text-decoration:underline;}
a.visited { color:#FFFFFF;
	text-decoration:underline;}
#logo{
	padding-right:10px;
	}
	
#logodiv {
	position:relative;
	margin-top: -273px;
	margin-left: 644px;
	width: 185px;
	height: 111px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}



#MessageBox{
	position:absolute;
	top:0px;
	width:500px;
	left:50%;
	margin-left:-250px;
	z-index:999;
	background:#ffc;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#MessageBox #Close{
	float:right;
	cursor:pointer;
}
#MessageBox a{
	color:#000;
}
