@charset "UTF-8";
/* CSS Document */
html {height: 100%;}

body { background-color: white;
height: 100%;

}

div { 
	
}

#site {
	width: 1015px;
	margin: auto;
	background-color: white;
	height: 110%px;
}

#top {
	width: 469px;
	height: 141px;
	float: left;
	
}

#contact {
	width: 546px;
	height: 141px;
	float: left;
	
}

#links {
	width: 208px;
	height: 500px;
	float: left;
	background-color: white;
	
}

#menu {
	width: 148px;
	height: 700px;
	float: left;
	background-color: #1062a2;
	padding-top: 62px;
	text-align: right;
	
	
}

#orange {
	width: 113px;
	height: 28px;
	float: left;
	background-color: #f9e1b7;
	
}
#bannerbottom {
	width: 546px;
	height: 28px;
	float: left;
	
}

#content {
	width: 565px;
	min-height: 500px;
	float: left;
	font-family: arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 130%;
	background-color: white;
	padding-top: 34px;
	padding-left: 49px;
	padding-right: 45px;

}


#baksteen {
	clear: both;	
}

#marqueecontainer{
	position: relative;
	width: 180px; /*marquee width */
	height: 400px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding-top: 20px;
	margin-left: 10px;
	padding-left: 5px;
	font-family: arial, Helvetica, Verdana;
	color:#004ba5;
	font-size: 14px;
	line-height: 130%;
}

.kop {
	font-family: arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #004ba5;	
	
}

h2 {
	font-family: arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #004ba5;	
	
}

.tekst {
	padding-left: 15px;	
	
}

.zijden {
	background-color: #d5d5d5;
	
}


a.nav { 
	font-family: arial, Helvetica, Verdana;
	font-size: 14px;
	color: white;
	text-decoration: none;
	line-height: 170%;

}

a:hover.nav { 
	font-family: arial, Helvetica, Verdana;
	font-size: 14px; 
	color: #fcc142;
	text-decoration: none;
	line-height: 170%;

}

a.serie1 { 
	font-family: arial, Helvetica, Verdana;
	font-size: 12px;
	color: #004ba5;
	text-decoration: underline;

}

a:hover.serie1 { 
	font-family: arial, Helvetica, Verdana;
	font-size: 12px; 
	color: #004ba5;
	text-decoration: underline;

}

a:link.actueel { 
	font-family: arial, Helvetica, Verdana;
	font-size: 12px;
	color: #004ba5;
	text-decoration: underline;
	
}

a:hover.actueel { 
	font-family: arial, Helvetica, Verdana;
	font-size: 12px; 
	color: #004ba5;
	text-decoration: underline;
	
}



