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

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/bg-onder.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

html {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/top-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFC;
}

IMG {
	border: 0px;
}

.clear {
	clear: both;
}

#container {
	width: 920px;
	font-weight: bold;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -103px; 
}

#midden {
	padding-top: 60px;
}

.logo {
	padding-top: 10px;
	position: absolute;
	margin-bottom: 0px;
	float: left;
}

#top {
	width: 794px;
}

.top-right {
	background-image:url(images/top-geel.png);
	position: absolute;
	margin-left: 644px;
	float: right;
	width: 276px;
	height: 129px;
	color: #1c3f94;
	font-size: 12px;
}

.teksttop {
	text-align: center;
	margin-top: 10px;
}

.menu {
	margin-top: 60px;
	background-image: url(images/menu.png);
	position: absolute;
	float: left;
	width: 256px;
	height: 247px;
}

.content {
	background-image: url(images/bol-blauw.png);
	color: #FFF;
	margin-right: 76px;
	float: right;
	width: 700px;
	height: 700px;
}

.content2 {
	background-image: url(images/bol-geel.png);
	color: #1c3f94;
	margin-right: 76px;
	float: right;
	width: 700px;
	height: 700px;
}

.content3 {
	background-image: url(images/bol-groen.png);
	color: #1c3f94;
	margin-right: 76px;
	float: right;
	width: 700px;
	height: 700px;
}

.tekst {
	font-size: 12px;
	margin-left: 135px;
	padding-top: 120px;
}
DIV.scroll-pane {
	height: 420px;
	width: 420px;
}

.footertekst {
	color:#FFF;
	font-weight: bold;
	text-align: center;
	background-image: url(images/green.png);
	width: 255px;
	height: 103px;
	float: left;
}

#way2web {
	margin-top: 60px;
	float: right;
}
	



.push {
	height: 103px; /* .push must be the same height as .footer */
}

.footer {
	width: 894px;
	margin: 0 auto;
	height: 103px; /* .push must be the same height as .footer */
}


.menu .wie {
	margin-top: 40px;
	margin-left: 33px;
	position: absolute;
}

.menu .wat {
	text-align: center;
	margin-top: 140px;
	margin-left: 55px;
	position: absolute;
}

.menu .contact {
	margin-top: 80px;
	margin-left: 140px;
	position: absolute;
}

.menu .link1 a:link, .menu .link1 a:hover, .menu .link1 a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	outline: none;
}

.menu .link2 a:link, .menu .link2 a:hover, .menu .link2 a:visited {
	color: #1c3f94;
	text-decoration: none;
	font-size: 16px;
	outline: none;
}

.menu .link3 a:link, .menu .link3 a:hover, .menu .link3 a:visited {
	color: #00a94f;
	text-decoration: none;
	font-size: 16px;
	outline: none;
}

.titel {
	font-size: 14px;
	font-weight: bold;
}

.subtitel {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#contactForm fieldset {
border:none;
}      
#contactForm label {
display:block;
color:#1c3f94;
}      
#contactForm input[type=text] {
display:block;
border:solid 1px #1c3f94;
width: 400px;
color: #1c3f94;
font-size: 15px;
margin-bottom:10px;
height:18px;
}  
#contactForm textarea {
display:block;
border:solid 1px #1c3f94;
font-size: 12px;
color: #1c3f94;
width: 400px;
margin-bottom:10px;
}  
#contactForm input[type=submit] {
background-color:#1c3f94;
border:solid 1px #FFF;
color:#FFF;
font-size: 12px;
padding: 6px;
cursor: pointer;
}                

