html {
overflow-y:scroll;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #004954;
	background-color: #FFFFFF;
}
#wrapper {
	padding: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #AAAAAA;
	width: 780px;
}
p {
	text-align: justify;
		
}
#header {
}
.homelist {
	margin-top: 80px;	
}
.imgcol {
	width: 100px;
	float: left;
}
.textcol {
	width: 355px;
	float: left;
	padding: 30px 10px 0 10px;
}
.textcol_full {
	width: 540px;
	float: left;
	padding: 30px 10px 0 10px;
}
.textcol img {
	float: left;	
	border: 3px solid #004954;
	margin: 0 10px 10px 0;
}

.separator {
	clear: both;
	height: 0px;
	width: 100%;
}
a {
	color: #479E96;
}
a:hover {
	color: #004954;
}
#content {
	background-image: url(../images/contenttop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer {
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #479E96;
	font-size: smaller;
	text-align: right;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
}
#footer a {
	color: #999999;
}
#sidenav h2 {
	color: #FFF;
	float: right;
	margin: 5px;
}
#header #secnav {
	font-size: smaller;
	background-position: right;
	float: right;
	color: #999999;
	position: relative;
	right: -10em;
	top: 50px;
}
#header #langbar {
	font-size: smaller;
	background-position: right;
	margin-top: 0px;
	color: #004954;
	position: relative;
	right: 0px;
	float: right;
	width: 10em;
	text-align: right;
}
#header #langbar a {
	color: #366092;
	font-weight: bold;
	text-decoration: none;
}
#header #langbar a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
#header #secnav a{
	color: #999999;
	text-decoration: none;
}
#header #secnav a:hover {
	color: #666666;
	text-decoration: underline;
}
h2 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 10px;
	font-size: large;
	font-weight: bold;
	margin-bottom: 10px;
}
.imgcol img {
	border: 3px solid #004954;
	margin-left: 10px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 10px;
	border-right-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #479E96;
	border-right-color: #479E96;
}
#adres {
	color: #FFFFFF;
	background-color: #479E96;
	padding: 2px;
	font-size: 11px;
}
h3 {
	margin: 0 0 10px 0;
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
}
#formlabel {
	margin-top: 1em;
}
input.textfield, textarea {
	width: 100%;
}
input.knop {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

form {
	width: 580px;
	border: 1px dotted #CCCCCC;
	background-color:#EEEEEE;
	padding: 10px;
	float: left;
	padding: 10px;
	margin-left: 30px;
}

