<style type="text/css">
html, body {margin:0; padding:1%; height:96%}
body {font-size: 10pt; font-family: verdana, sans-serif; background: #FFFFFF;}
#header {
height: 110px;
border: 2px solid #C8181A;
background: #233B6B;
color: #ffffff;
}
#clearheader{height:120px;}/*needed to make room for header*/

#content {
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;
	background-image: url(Jeugdnostalgie/Pics/Menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:-80px;
}
* html #content {height:100%}
body>#content {height:auto}
#contentinner {margin-left:190px}
* html #contentinner {height:1%}/* combat ie 3 pixel jog */
html>body #content{height:auto}
div#footer {
	position:relative;
	height: 70px;
	border: 2px solid #C8181A;
	background: #233B6B;
	clear: both;
	color: #ffffff;
}
#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/

#nav {
	float:left;
	width: 148px;
	text-align:center;	
	color: #ffffff;
	background: transparent;

}
#hidebordertop {
	position:absolute;
	bottom:-2px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#hideborderbottom {
	position:absolute;
	top:-3px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#inserttop {
	position:relative;
	height:10px;
	background:#fff;
	color:#000;
	border-bottom:2px solid #C8181A;
}
#insertbottom {
	position:relative;
	clear:both;
	height:10px;
	background:#fff;
	color:#000;
	border-top:2px solid #C8181A;
}

</style>