html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
a {
	font-family: "Trebuchet MS";
	color: #330033;
	margin-left: 2px;
	line-height: 22px;
}


a:visited {
	font-family: "Trebuchet MS";
	color: #410064;
}
h2 {
	color: #FFF;
}
h3 {
	color: #000000;
	margin-top: 5px;
}

#wrapper #header4 #headertekst {
	margin-top: 5px;
}

a:hover {
	font-family: "Trebuchet MS";
	color: #610081;
	text-decoration: underline;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #FFF;
}
#wrapper #header {
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(logo2.jpg);
}
#wrapper #content {
	height: auto;
}
#wrapper #header2{
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(images/logo2.jpg);
}
#wrapper #header3{
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(images/logo3.jpg);
}
#wrapper #header4{
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(images/logo4.jpg);
}
#wrapper #header5{
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(images/logo5.jpg);
}
#wrapper #header6{
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(images/logo6.jpg);
}
#wrapper #header7 {
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(images/logo7.jpg);
}
#wrapper #header8 {
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(images/logo8.jpg);
}
#wrapper #header9 {
	height: 150px;
	width: 900px;
	text-align: center;
	background-image: url(images/logo9.jpg);
}


#wrapper #footer {
	height: 60px;
	position:absolute;
	width:880px;
	bottom:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 10px;
	font-family: "Trebuchet MS";
	font-size: 11px;

}
#wrapper #content #menu {
	float: left;
	width: 190px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-left: 10px;
	line-height: 25px;
	margin-top: 5px;
}

#wrapper #content #tekst {
	width: 660px;
	float: right;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: auto;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper #content #tekst #tekstframe {
	width: 75%;
	float: left;
}
#wrapper #content #tekst #tekstrechts {
	width: 20%;
	float: right;
	margin-top: 10px;
}

