@CHARSET "UTF-8";

a{
	color: #425966;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

#footer a{
	color: #425966;
	text-decoration: underline;
}

#menu a:hover{
	padding-left: 30px;
	background-image: url(stip_schaduw.png);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 24px;
	height: 24px;
	display: block;
}

#menu a{
	padding-left: 30px;
	line-height: 24px;
	height: 24px;
	display: block;
	color: white;
	font-size: 20px;
	font-weight: normal;
}

#menu .current a{
	padding-left: 30px;
	line-height: 24px;
	height: 24px;
	display: block;
	color: white;
	font-size: 20px;
	font-style: bold;
	background-image: url(stip_schaduw.png);
	background-position: left;
	background-repeat: no-repeat;
}


h1{
	font-size: 20px;
	font-style: bold;	
}
	
	
* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #E6ECD4;
	background-image: url(dotted_bg.png);
	background-repeat: repeat-x;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #425966;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-bottom: -80px;
	margin-left: 100px;
	width: 783px;
	background-image: url(div_bg.png);
	background-repeat: repeat-y;
}

#push {
	width: 783px;
	height: 80px;
	margin-left: 100px;
}

#footer{
	width: 686px;
	height: 25px;
	padding-top: 55px;
	padding-left: 97px;
	margin-left: 100px;
	background-image: url(lijn_footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 10px;
}

#headerandmenu{
	width: 783px;
	height: 385px;
	background-image: url(header_bg.png);
	background-repeat: no-repeat;
}

#header{
	height: 120px;
}

#menu{
	height: 265px;
	width: 699px;
	padding: 0px 42px;
	background-image: url(images/menu/rotator.php);
	background-repeat: no-repeat;
}

#menu ul{
	padding-top: 50px;
	list-style: none;
}
#menu li{

}
#content{
	width: 599px;
	padding: 0px 97px;
}