html, body {
	height: 100%;
}

body {
	font: 100% verdana, Helvetica, sans-serif;
	background: #c0c0c0;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 10px;
}

A:link {color:#000000;}
A:active {color:#000000;}
A:visited {color:#000000;}
A:hover {color:#000000;}

.clear{
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
	
#container {
	width: 960px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-top:0;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -1px auto 0;
}

#header {
	position:relative;
	height: 135px;
	border-top:2px solid black;
	overflow:hidden;
}

#intro {
	height: 204px;
	background:url(../images/design/sfeerbeeld.jpg) no-repeat;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 22px;
	padding: 30px 0 0 30px;
	overflow: hidden;
	width:945px;
}

#content {
	 padding: 0 0 0 15px;
	 width: 945px;
	 overflow-x: hidden;
}
	
.css-block{
	background: #eaeaea;
	float: left;
	width: 457px;
	margin: 0 15px 5px 0;
	overflow: hidden;
}

.css-block.grey{
	background: #eaeaea url(../images/design/css-box_corner_bottomright.gif) no-repeat bottom right;
}

.css-block.blue{
	background: #d1dde9 url(../images/design/css-box_corner_bottomright_blue.gif) no-repeat bottom right;
}



.css-block h1{
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.css-head{
	height: 50px;
	background: #004587 url(../images/design/css-box_corner_topright.gif) no-repeat top right;
}

.css-head a{
	padding: 14px 10px;
	display: block;
	text-decoration: none;
	background: transparent url(../images/design/css-box_corner_topleft.gif) no-repeat top left;
}

.css-content{
	padding: 10px 10px;
}

.css-content a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.css-content a:hover{
	text-decoration: underline;
}

.css-content h1{
	color: #000;
	margin: 0 0 10px;
}

.css-content img{
	float: right;
	margin: 0 0 0 10px;
	border: #f7f7f7 1px solid;
}

.css-content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.css-content ul li{
	float: left;
	width: 50%;
	margin: 3px 0 5px;
}

form{
	margin: 0;
	padding: 0;
}

label{
	width: 100px;
	margin: 5px 0;
	float: left;
}

input,
select{
	width: 120px;
	margin: 4px 0;
	border: black 1px solid;
}
.submit{
	width: 50px;
	float: right;
}

.end{
	border-top: 15px white solid;
}

.grey .end{
	background: transparent url(../images/design/css-box_corner_bottomleft.gif) no-repeat bottom left;
}

.blue .end{
	background: transparent url(../images/design/css-box_corner_bottomleft_blue.gif) no-repeat bottom left;
}

h3, h4 {
color:#004587;
font-size:110%;
}

input, select {
border:1px solid black;
margin:4px 0;
width:120px;
}

.selectbox {
	width:200px;
}