@charset "utf-8";

#container {
	width: 1000px;
	/* [disabled]border: 1px solid #661639; */
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
}

#topmenu {
	position:absolute;
	left:0px;
	top:5px;
	width:1000px;
	height:108px;
	z-index:1;
	text-align: center;
	background-color: #FFFFFF;
}
#menuh-container {
	position: absolute;
	top: 118px;
	left: 0px;
	width: 1000px;
	height: 25px;
	z-index: 5;
    }  
#rechtsmenu {
	position:absolute;
	left:825px;
	top:155px;
	width:175px;
	height:1000px;
	z-index:1;
	background-color: #9c0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	visibility: visible;
}

#linksmenu {
	position:absolute;
	left:0px;
	top:155px;
	width:175px;
	height:1000px;
	z-index:1;
	font-size: 14px;
	background-color: #9c0;
	overflow: visible;
	font-family: Tahoma, Geneva, sans-serif;
}

#inhoud {
	position:absolute;
	left:175px;
	top:155px;
	width:630px;
	height:1000px;
	z-index:1;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 10px 30px;
	font-size: 16px;
	}
p {
	font-size: 16px;
	padding: 10px;
	text-align: left;
	color: #800080;
	font-family: Tahoma, Geneva, sans-serif;
}
#container #inhoud p a strong {
	color: #80AA00;
}
#topmenu img {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
}
p {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}

pre strong {
	color: #909;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: baseline;
	white-space: normal;
	line-height: 0;

}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	
}
