body{
	margin:0;
	padding:90px 0px;
	background-color: #F1F1F1;
	font-family: Verdana, Sans-serif;
   	font-size: 12px;
	line-height: 18px;
}
table,td{
	font-family: Verdana, Sans-serif;
   	font-size: 12px;
	line-height: 18px;
}
div#header{
	width:100%;
	height:90px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/bg_gradient_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #F1F1F1;
}
div#footer{
	width:100%;
	height:73px;
	padding-top:17px;
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../images/bg_gradient_bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #F1F1F1;
}
@media screen{
	body>div#header{
		position:fixed;
	}
	body>div#footer{
		position:fixed;
	}
}
* html body{
	overflow:hidden;
} 
* html div#content{
	height:100%;
	overflow:auto;
}
.menudiv{
	width:20%;
	padding:25px 5px 5px 5px;
	text-align:right;
	vertical-align:top;
}
.inhoud{
	width:75%;
	padding:30px;
	padding-right:2%;
	vertical-align:top;
}

a.menu{
	width:250px;
	padding-right:25px;
	margin-top:5px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	color: #000000;
	background-image:url(../images/sterretje.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}
a.menu:hover{
	color: #4A8934;
}
a.menu_sel{
	width:250px;
	padding-right:25px;
	margin-top:5px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	color: #003366;
	font-style:italic;
	background-image:url(../images/sterretje.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}
a.menu_sel:hover{
	color: #4A8934;
}
