body {
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(../gfx/layout/back_Transp.gif);*/
	background-position : center;
	background-repeat : repeat-x;
	background-color: #CECECE;
}

a {
	color: #AD9800;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 770px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -385px;
	z-index: 1;

}

#menu {
	height: 60px;
	position: relative;
	top: 10px;
	left: 60px;
	padding: 0px;
	z-index: 10;
}

#menu a {
	width: 100px;
	height: 60px;

	border-width: 0px;
	border-color: white;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	
	margin: 0px;
	margin-left: 0px;
	margin-right: -1px;
	padding: 3px;
	padding-top: 30px;
	
	color: #0B3227;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;
	text-align: left;
}

#menu a:hover {
	background-color: #AD9800;
	color: White;
}
#menu a:active {
	background-color: #2C6E5C;
	color: White;
}
#menu a.Active {
	background-color: #2C6E5C;
	color: White;
}

#submenu {
	position: absolute;
	top: 94px;
	left: 60px;
	background-color: #AD9800;
	width: 693px;
	height: 25px;
	
	border-width: 2px;
	border-color: white;
	border-style: solid;
	
	color: white;
	padding: 3px;
	padding-left: 10px;
	color: #DCC415;
	
	line-height: 13px;
	
	z-index: 100;
}
#submenu a {
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
#submenu a:hover {
	color: #1E5B4A;
}

#lokatie {
	position: absolute;
	top: 71px;
	left: 60px;
	background-color: #1E5B4A;
	width: 693px;
	height: 25px;
	
	border-width: 2px;
	border-color: white;
	border-style: solid;
	
	color: white;
	padding: 3px;
	
	font-weight: bold;
}

#content {
	position: absolute;
	left: 60px;
	top: 116px;
	width: 693px;
	height: 215px;
	background-color: White;
	z-index: 15;
	padding: 10px;
	padding-left: 100px;
	padding-right: 60px;
	
	overflow: auto;
	overflow-x: hidden;
	
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #DCC415;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-face-color: #1E5B4A;
}


#footer {
	position: absolute;
	bottom: -1px;
	left: 0px;
	height: 110px;
	width: 770px;
}

#footer img#logo {
	position: absolute;
	left: 60px;
	top: 20px;
	width: 332px;
	height: 50px;
}

#strepen {
	position: absolute;
	left: 45px;
	top: 73px;
	width: 15px;
	height: 258px;
	background-image: url(../gfx/layout/streep_Verticaal.gif);
}

#contact {
	position: absolute;
	left: 550px;
	bottom: 35px;
	z-index: 15;
	line-height: 22px;
	color: White;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	width: 200px;
	text-align: right;
	letter-spacing: 2px;
}

#copyright a {
	position: absolute;
	left: 550px;
	bottom: 12px;
	color: #1E5B4A;
	z-index: 16;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Verdana, helvetica, sans-serif;
	width: 200px;
	text-align: right;
}

#copyright a:hover {
	color: white;
}

#contact a {
	line-height: 22px;
	color: White;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	width: 200px;
	text-align: right;
	letter-spacing: 0px;
	text-decoration: none;
	color: #EFD61F;
}	
#contact a:hover {
	color: White;
}
.mainhead {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#footerBack {
	position: absolute;
	bottom: 0px;
	
	width: 100%;
	height: 110px;
	
	background-image: url(../gfx/layout/back_Bottom.gif);
}
#footerBack img {
	
}

#menuBack {
	position: absolute;
	top: 0px;
	
	width: 100%;
	height: 72px;
	
	background-image: url(../gfx/layout/back_Menu.gif);
	background-repeat : repeat-x;
}
#menuBack img {
	
}
