@charset "utf-8";

body			
{	
	color : #000000;	
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 50px;
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana;
	background-color: #e8f0e8;
}

#container
{
	width: 950px;
	height: auto;
	font-family: Verdana;
	font-size: 11px;
	color : #677777;						
	position:relative;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #dcddde;
	background: url(../images/bg.jpg) repeat-x;	
	background-color:#FFFFFF;	
}

#middle
{
	width: 950px;
	min-height: 600px;
	height: 100%;;
	display: table;	
}

* html #middle			
{
	display: inherit;
	height: 657px;
}

*+html #middle			
{	
	display: inherit;
}

#left
{
	float: left;
	width: 300px;
	min-height: 830px;
	height: 100%;
	text-align: center;	
}

#right
{
	margin-left: 300px;
	padding: 0em;
	padding-top: 0px;
	width: 650px;
	min-height: 830px;
	height: 100%;	
	background: url(../images/achtergrond.jpg) bottom left no-repeat;		
}

* html #right {
	margin-top: -907px;
}

*+html #right {
	min-height: 830px;
}

#menu
{
	width: 640px;
	height: 33px;
	padding-top:20px;
	padding-left:0px;
}

#menu
{
	border-bottom /*\**/: 6px solid #065620\9
}

* html #menu
{
	margin-top:47px;
}

*+html #menu
{
	border-bottom : 6px solid #065620;
}

#menu
{
	height /*\**/: 25px\9
}

.menu2 a
{
	color: #FFF;
	text-decoration:none;
	font-size: 11px;
	height: 30px;
}

.menu2
{
	display: inline;
	border-left: 1px solid #FFF;
}

* html .menu2
{
	border: 0px;
}

*+html .menu2
{
	border: 0px;
}

.menu3
{
	padding: 11px;
	display: inline;
	padding-top: -5px;
	padding-bottom: 12px;
	margin-top:0px;	
}

* html .menu3
{
	padding-top: -5px;
	padding-bottom: 0px;
	margin-top:-10px;
	display: inline;

}

*+html .menu3
{
	padding-top: -5px;
	padding-bottom: 0px;
	margin-top:0px;
	display: inline;
}

.menu4
{
	padding: 11px;
	display: inline;
	padding-top: -5px;
	padding-bottom: 12px;
	margin-top:0px;	
	border-bottom: 7px solid;
	z-index:1000;
}

* html .menu4
{
	margin-top:-10px;
	padding-bottom: 13px;
}

*+html .menu4
{
	text-decoration:underline;
}

#logo
{
	margin-top:-90px;
}

#content
{
	border-left: 1px solid #dcddde;	
	min-height: 551px;
	height: 100%;	
	padding: 25px;
	padding-top: 125px;
	padding-left: 50px;
	padding-right: 50px;
}

h1 {
	color: #086727;
	text-transform:uppercase;
	font-size:23px;
}

h2 {
	color: #086727;
	font-size:12px;
	font-weight: bold;
}

a
{
	color: #086727;
	text-decoration:none;
	font-size: 11px;
}

#picframe
{
	width: 300px;
	height: 441px;
	margin-top: 91px;
	overflow: hidden;
}

* html #picframe
{
	margin-left: -300px;
	margin-top: 110px;
	height: 448px;
}

*+html #picframe
{
	margin-left: -300px;
	margin-top: 82px;
	height: 448px;
}

#overlay
{
	position: absolute;
	z-index: 10;
}

#pic
{
	position: absolute;
	z-index: 0;
	height: 448px;
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	body
	{
		overflow:scroll;
	}
	
	#middle			
	{
		display: table;
	}
	
}