/* elements */
html{
	height:97%;
	background: url('/images/bg_logo_stippen.jpg') no-repeat ;
	background-position:80% 200px;
	background-color:#005957 ;
}
body{
	
	/*background-color:#005957 ;*/
	margin-top:1%;
}

/* vormgeving */
#container{
	position:relative;
	margin: auto;
	height:97%;
/*	border:solid 1px white;*/
	width:900px;
/*	background: url('/images/bg_logo_stippen.jpg') no-repeat ;

	background-position:0 17px;*/
}

#header{
	width:940px;
	border:white;
}

#header h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:24px;
	position:absolute;
	top:77px;
	left:263px;
}

#footer{

}

#content{
	
}

ul#menu{
	list-style:none;
	position:absolute;
	right:-12px;
	top:0px;
}

ul#menu li{
	float:left;
	display:block;
	padding-left:15px;
	padding-right:15px;
	border-right:1px #8cc63f solid;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

ul#menu li#rightMenuItem{
	border-right-width:0px;
}

#menu a{
	font-family:arial;
	color:#8cc63f;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover, #menu .active{
	color:#FFFFFF;
}

#subMenu{
	position:absolute;
	top:7px;
	left:218px;
}

#subMenu a{
	list-style:none;
	color:#005957;
	text-decoration:none;
	line-height:12px;
}

ul#subMenu li{
	float:left;
	display:block;
	padding-left:10px;
	padding-right:10px;
	border-right:1px #8cc63f solid;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

ul#subMenu li.subRechts{
	border-right:none;
}


#subMenu a:hover, #subMenu .active{
	color:#8cc63f;
}

#contentContainer{
	position:relative;
	/*border:solid 1px white;*/
	background-color:#FFFFFF;
	width:940px;
	background: url('/images/bg_content.png') repeat-y;
}

#content{
	position:relative;
	left:263px;
	width:630px;
	min-height:415px;
}

#footer{
	margin-top:8px;
	padding-left:135px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	padding-bottom:10px;
}

#footer a{
	color:#8cc63f;
}


#footer .bullet{
	position:relative;
	top:-1px;
	color:#8cc63f;
	font-size:7px;
}

#contentHeader{
	position:relative;
	width:872px;
	left:36px;
	background: url('/images/bg_content_header.png') no-repeat;
	height:32px;
}

#contentFooter{
	position:relative;
	background: url('/images/bg_content_footer.png') no-repeat;
	height:40px;
}

#headerLogo{
	position:relative;
	left:40px;
}

#image-content-left{
	position:absolute;
	left:0px;
	top:-32px;
}

#google-maps{
	
}

/* Route beschrijving form */
#route-beschrijving label{
	width: 80px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

#route-beschrijving input, textarea{
margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#route-beschrijving .submit input{
	margin-left: 90px;
}
