@charset "UTF-8";
/* CSS Document */

.header {
	height: 80px;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1078AB;
}
.navigatie {
	background-color:#bdf499;
	height: 52px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1078AB;
}

.content {
	overflow:auto;
	height: 435px;
	background-image: url(../images/layout/background.jpg);
	font-family:verdana;
	font-size:12px;
	color:#1078ab;

}
/********** css alleen voor IE5 ***********/

* html div#content{
overflow:auto;
}

a{
	text-decoration:none;
	color:#1078ab;
}
div#content a{
text-decoration:underline;
}

div#content {
	overflow:auto;
	height:400px;
	margin:20px 50px 0 50px;
	
}
body {
	margin-top:50px;
}
