/* Layout Stylesheet */ 

body {
 	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
 	background:#FFFFFF;
 	color: #333333;
 	text-align:center;
 	padding:0;
 }

#outer {
	text-align:left;
	width:760px;
	margin:auto;
	border: 1px solid #939496;
 }

#hdr {
 	height:130px;
 	background:url(../layout/bg_banner.jpg);
 }
 
#hormenuhouder {
 	height:39px;
 	background:url(../layout/bg_hormenu.jpg);
 }
 
#hormenu {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#hormenu  li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em;
	padding: 7px 0 0;
	white-space: nowrap;
	text-align: center;
	width: 107px;
}
#hormenu  a, #hormenu  a:visited {
	padding: 3px 10px 3px 22px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
}
#hormenu  a:hover {
	color: #939496;
}
#hormenu  .uberlink {
	color: #333 !important;
	font-weight: bold;
	cursor: default;
}

#bar {
	height:0px;
	color: #333333;
 }

#bodyblock {
 	position:relative;
 	background: url(../layout/bg_wrapper.jpg) repeat-y;
 	width:760px;
 	padding:0;
 }

#l-col {
 	float:left;
 	background:url(../layout/bg_marge.jpg) no-repeat;
 	color: #333333;
 	width:172px;
 	height:594px;
	text-align:left;

 }
#inhoud {
	padding: 20px 25px;
	line-height: 25px;
	min-height:565px;
	_height:565px;
}

#cont {
	width:588px;
	background:#ffffff url(../layout/bg_inhoud.jpg) no-repeat;
	color: #333333;
	text-align:justify;

 }
 
em {
	width:99%;
	display:block;
}
 
/* Hack voor foute weergave in IE6 of lager: 3 pixel bug tussen nav en inhoud */ 
* html #l-col {   margin-right:-3px; } * html #cont {   margin-left:0px;   height:1%; }

#ftr {
	height:33px;
	background:url(../layout/bg_footer.jpg);
	color: #FFFFFF;
	margin:0;
	font-size: 9px;
 }
#informatie {
	padding-left: 200px;
	padding-top: 12px;
}
#loginhouder {
	display: none;
}
