img, div { behavior: url(iepngfix.htc) }
@charset "utf-8";

* {margin:0; padding:0;}

body {
		/*margin:0 auto;*/
		font-family:Verdana;
		font-size: 12px;
		height:100%;
}
.print {
	display: none;
}
#bg {position:absolute;top:0;left:0;}
img {border:none;}
#stretch{width:100%; position:fixed;}
#container {
		margin: 0 auto;
		width:790px;
		/*z-index:1;*/
		position:relative;
}
#header {
	height:180px;
	width:780px;
	text-align:right;
	font-size:10px;
	color:#935BAB;
	padding-right:10px;
}
#header a{
	color:#935BAB;
	text-decoration:none;
}
#header a:hover{
	color:#935BAB;
	text-decoration:underline;
	font-weight:bold;
}
img.displayed {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#container-content {
	margin-top:13px;
	background-image:url(afbeeldingen/content.png);
	background-repeat:no-repeat;
	background-position:top;
	min-height:730px;
}
#content {
	padding:20px;
	color:#25AAE1;
}
#content a{
	color:#AEC950;
	text-decoration:none;
}
#content a:hover{
	color:#AEC950;
	text-decoration:underline;
}
h2 {
	color:#914AA2;
	font-size:18px;
	font-weight:bold;
}
h3 {
	color:#914AA2;
	font-size:14px;
	font-weight:bold;
}
h4 {
	color:#914AA2;
	font-size:12px;
	font-weight:bold;
}
#content li {
	margin-left: 15px;
	/*float: left;
	list-style-type:disc;
	list-style-position:inside;*/
}

#left {
	width:365px;
	float:left;
}
#right{
	width:365px;
	float:right;
}
#open-left {
	width:100px;
	float:left;
}
#open-right{
	width:265px;
	float:right;
}
#clear {
	clear: both;
}
p.dv {
	font-size:10px;
	text-align:center;
}





