@charset "UTF-8";
/* CSS Document */

a:link {
	color:#FFFFFF;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-decoration:none;
}     
a:visited {
	color:#FFFFFF;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-decoration:none;
} 
a:hover {
	color:#f9db01;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-decoration:none;
} 
a:active {
	color:#FFFFFF;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-decoration:none;
}

#disclaimer a{
	color: #218eae;
	font-size:10px;
	font-weight:normal;
}
#disclaimer a:hover{
	text-decoration:underline;	
}
.download a{
	color: #FFFFFF;
	font-size:10px;
	font-weight:normal;
}
.download a:hover{
	text-decoration:underline;	
}


* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
img{
	border:0;
}
body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin:0;
	height: 100%;
}
#container{
	width: 900px;
	margin: auto;
	position: relative;
	min-height: 100%;
	height:auto !important; 
	height:100%; 	
	background-image: url(images/body_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
}


#header{
	height: 100px;
	width: 900px;
	background-image:url(images/header_bg.png);
	background-position: top left;
	background-repeat:no-repeat;
}
#menu{
	height: 30px;
	width: 900px;
	/*background-color:#218eae;*/
	background-color: #042c66;
	line-height: 30px;
	text-align: left;
}
#bodyleft{
	width: 300px;
	float: left;
}
#imgleft{
	height: 470px;
	width: 300px;
	background-image:url(images/left_bg.png);
	background-repeat:no-repeat;
	background-position: top left;
}
#disclaimer{
	height: 30px;
	width: 300px;
	text-align: left;
	padding-top: 5px;
	color: #218eae;
	font-size:10px;
}
#bodytext{
	width: 440px;
	float: left;
	text-align: left;
	padding: 30px;
	line-height: 18px;
	background-color: #36b1d0;
}
#bodyright{
	height: 470px;
	width: 100px;
	float: right;
	background-image:url(images/right_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
h1{
	font-size: 18px;
	font-weight: bold;
}
h2{
	font-size: 14px;
	font-weight: bold;
}
.download{
	font-size:10px;
	float: right;	
}

#menu ul{
	margin: 0; 
	padding: 0;
    float: left;
}

#menu ul li{
       display: inline;
	   padding-left: 10px;
}

#menu ul li a{
		text-decoration: none;
        color: #FFFFFF;
}
#menu ul li a:hover{
		text-decoration: none;
        color: #f9db01;
}
p{
	background-color:#FFF;
	color:#042c66;
	vertical-align:middle;
	line-height:40px;
	height:40px;
	}
	
p a:link {
	color:#042c66;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-decoration:underline;
}     
p a:visited {
	color:#042c66;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-decoration:none;
} 
p a:hover {
	color:#042c66;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-decoration:none;
} 
p a:active {
	color:#042c66;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-decoration:none;
}
.witblok{
	background-color:#FFF;
	color:#042c66;
	padding:10px;
	font-size:10px;
	}
	
.witblok a:link {
	color:#042c66;
	letter-spacing: 0.04em;
	font-weight: bold;
	font-size:10px;
	text-decoration:underline;
}     
.witblok a:visited {
	color:#042c66;
	letter-spacing: 0.04em;
	font-weight: bold;
	font-size:10px;
	text-decoration:none;
} 
.witblok a:hover {
	color:#042c66;
	letter-spacing: 0.04em;
	font-weight: bold;
	font-size:10px;
	text-decoration:none;
} 
.witblok a:active {
	color:#042c66;
	letter-spacing: 0.04em;
	font-weight: bold;
	font-size:10px;
	text-decoration:none;
}
.clear{
	clear:both;
}

#inschrijfform dl {clear:both; padding-top: 10px; margin:auto;}
#inschrijfform dt {float:left; text-align:right; width:110px; line-height:20px; margin-right: 10px;}
#inschrijfform dd {float:left; width:320px; line-height:20px;font-size: 13px;}
#inschrijfform .button {float: right; margin-right: 60px;margin-top: 10px; width: 80px;}
#inschrijfform input,textarea{ width: 250px;}
#inschrijfform .klein {width: 20px;}