html, body {
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif; 
	height:100%;
	font-size:12px;
	line-height:18px;	
	margin:0px;
}

body{
	background:#A9A295 url(images/bg.png) repeat-y center top; 
}

#wrapper{
	background:url(images/leftBg.gif) no-repeat 0px 260px;
}




.blackBoxTop{
	background:url(images/blackBoxTop.gif) no-repeat ; 
}

.blackBoxMiddle{
	background:url(images/blackBoxMiddle.jpg);
}

.blackBoxBottom{
	background:url(images/blackBoxBottom.gif) no-repeat; 
}



.blackBoxTop2{
	background:url(images/blackBoxTop2.gif) no-repeat; 
}

.blackBoxMiddle2{
	background:url(images/blackBoxMiddle2.gif);
}

.blackBoxBottom2{
	background:url(images/blackBoxBottom2.gif) no-repeat; 
}

#contentRight{
	background:url(images/contentLeftTop.jpg) no-repeat 0px 0px;
}


#wrapper{
	width:960px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */	
	margin:0 auto !important;
	position:relative;
}

#header{
	height:260px;
	margin-left:0px;
	width:932px;
}

.blackBoxTop{
	height:43px;
}

.blackBoxMiddle{
}

.blackBoxBottom{
	height:25px;
}

.blackBoxTop2{
	height:43px;
}

.blackBoxMiddle2{
}

.blackBoxBottom2{
	height:25px;
}

#contentRight{
	width:580px; 
	float:left; 
	padding:38px 20px 40px 20px; 
	margin-left:2px;
}

a{
	text-decoration:underline;
	color:#1A1F2B;	
}

a:hover{
	text-decoration:none;
}

.mainMenuLink{
	color:#FFFFFF;
	margin-right:10px;
	text-decoration:none;

}

.mainMenuLink:hover{
	color:#FFFFFF;
	margin-right:10px;
	padding-bottom:2px;
	text-decoration:none;
	border-bottom:#FFFFFF solid 2px;
	line-height:26px;
}

.mainMenuLinkActive{
	color:#FFFFFF;
	margin-right:10px;
	padding-bottom:2px;
	text-decoration:none;
	border-bottom:#FFFFFF solid 2px;
	line-height:26px;
}

.menuItemActive{
	font-size:14px;
	color:#000000;
	text-decoration:none;
	background:#FFFFFF;
}

.menuItemInActive{
	font-size:14px;	
	text-decoration:none;	
}

.menuItemInActive:hover{
	color:#000000;
	text-decoration:underline;
	margin-top:10px;
}

#logoSchrurs{
	position:absolute; 
	width:200px; 
	height:75px; 
	top:70px; 
	left:20px;
}

#mainMenuBar{
	background:#1A1F2B; 
	position:absolute; 
	width:932px; 
	height:30px; 
	top:200px; 
	
}

#mainMenuBarItems{
	margin-left:340px;
}

#headerBottomBorder{
	background:#1A1F2B; 
	position:absolute; 
	width:932px; 
	height:8px; 
	top:252px; 
}


#contentLeft{
	 
	width:295px; 
	padding:10px; 
	padding-top:38px; 
	float:left;
}




.line1{
	height:3px;
	line-height:0px;
	font-size:1px;
	width:450px;
	background:#EBEAE7;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.line2{
	height:200px;
	width:3px;
	background:#EBEAE7;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;		
}





.subMenuArrow{
	margin-right:10px;
}


.formFieldsError{
	border:#FF9700 solid 1px;
}



.pageTitle{
	font-size:24px;
	line-height:20px;
	font-weight:bold;
}

h1{
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}

h2{
	font-size:14px;
}




