@charset "UTF-8";

body {
	width: 100%;
	height: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #AECCD1;
	background-image: url(../img/achtergrond_groen.gif);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;	
	text-align: justify;
}
a:link { color: #154273; }
a:visited { color: #696969; }
a:hover { color: #0162cd; }
a:active { color: #000000; }
#container {
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(../img/schaduw_midden.gif);
	top: 20px;
	margin: 0 auto;
}
#schaduwrandboven {
	margin: 0;
	padding: 0;
}
#header {
	padding: 0;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
} 
#subheaderbalk{
	height:2px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	padding: 0;
	background-color: #81888E;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
#navigatie{
	width: 167px;
	padding: 0;
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	float: left;
	display: inline;
}
.button{
	background-image: url(../img/bg_button.gif);
	background-repeat: repeat;
	font-size: 13px;
	margin-bottom: 7px;
	padding: 2px;
	border: 1px outset #AECCD1;
	cursor: pointer;

}
.button_over{
	background-image: url(../img/bg_button_over.gif);
	background-repeat: repeat;
	font-size: 13px;
	margin-bottom: 7px;
	padding: 2px;
	border: 1px inset #81888E;
	cursor: pointer;
}
.content {
	width: 346px;
	text-align: justify;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	display: inline;
	line-height: 16px;
}
.content2 {
	width: 713px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	display: inline;
	line-height: 16px;
}
#footer {
	padding: 0;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	clear: both;
} 
#schaduwrandonder {
	margin: 0;
	padding: 0;
}
.kop {
	font-size: 16px;
	color: #AECCD1;
	line-height: 16px;
}
.transparant {
	height:100%; 
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
.vol {
	height:100%; 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	cursor: pointer;
}
a {
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #aeccd1;
	text-decoration: underline;
}