 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #003893;
	text-align: center;
	margin: 0 0 15px 0;
	background-color: #A3B7D6;
}

/* links */
a {	
	color: #003893; 
	background: inherit;
	text-decoration: none;		
}

/* headers */

h1 {
	font-size: 150%;	
	font-weight: bold;
}
h2 {
	font-size: 125%;
	text-transform: uppercase;	
}
h3 {
	font-size: 125%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

.blauw{
	font-size: 125%;	
	font-weight: bold;
	color: #003893;
	}
.wit{
	font-size: 125%;	
	font-weight: bold;
	color: #ffffff;
	}
/********************************************
   LAYOUT
********************************************/ 
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff
	margin-top: 0px;
}

#header {
	position: relative;
	background: url(img/header.jpg) no-repeat left top; 
	height: 230px;
	width:1000px;
	color: #fff;
}
#header_sm {
	position: relative;
	background: url(img/header.jpg) no-repeat left top; 
	height: 130px;
	width:1000px;
	color: #fff;
}
#header_menu 
{
	position: absolute;
	width:1000px;
	height:60px;
	background: #003893 ;
	top: 12px;
	margin-left: 0px;
	padding-top: 10;
}

#header_menu a{
	font-size: 150%;
	color:#ffffff;
	text-decoration:none;
}
#header_text {
	position: absolute;
	width:980px;
	height:90px;
	border:0;
	top: 90px;
	margin-left: 10px;
	padding-left: 0px;
	clear: both;
}
#content-container {
	float: left;
	width: 1000px;
	display: inline;
	margin-left: 0px;
	background-color:#FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #003893;
}
#content-container .kl {
	font-size: 90%;

}
#rotate-container {
	clear: both;
	width: 1000px;
	font-size: 95%;
	text-align: left;
	padding-top: 0px;
	margin-left: 0px;
}
/* footer-container */
#footer-container {
	clear: both;
	width: 1000px;
	font-size: 95%;
	text-align: left;
	background: url(img/footer.jpg) no-repeat left top; 
	height: 100px;
	padding-top: 15px;
	margin-left: 0px;
}

#footer-adres {
	position: relative;
	width:1000px;
	height:30px;
	background: #003893 ;
	top: 12px;
	margin-left: 0px;
	padding-top: 10;
	font-size: 110%;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#footer-adres a{
	font-size: 100%;
	color:#ffffff;
	text-decoration:none;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
