/* General CSS */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#tooltip {
	position: absolute;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFF66;
	padding: 5px;
	opacity: 0.75;
	visibility: hidden;
	z-index: 99;
}

#container {
	background-color: #000000;
	width: 970px;
	/* centreren */
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position: relative;
	top: 2px;
	left: 10px;
	vertical-align: top;
}
#titel {
	/* afmetingen */
	width: 970px;
	margin-top: 2px;
	background-image: url(../images/layout/Oranje_Titel_Balk.png);
	background-position: bottom;
	background-repeat: no-repeat;
	/* anti-scroll */
	position: fixed;
	/* achter logo leggen */
	z-index: 1;
	color: #FFFFFF;
	line-height: 2em;
}
#titel a {
	color: #FFFFFF;
	text-decoration: none;
}
#titel a:active, #titel a:hover{
	color: #FFFF00;
}
#titel a.activelang {
	color: #ED3303;
	font-weight: bold;
	/* geen handje-cursor op de link */
	cursor: default;
}
/**
 * CONTENT
 */
#content {
	/* kolom */
	float: right;
	/* afmetingen */
	width: 786px;
	margin-top: 160px;
	/* achtergrond */
	background-color: #666666; 
	background-image: url(../images/layout/Midden_R.png);
	background-repeat: repeat-y;
	/* zichtbaarheid garanderen */
	min-height: 100%;
}
#contenttop {
	/* afmetingen */
	width: 786px;
	padding-top: 167px;
	/* achtergrond */
	background-color: #000000;
	background-image: url(../images/layout/Top_RB.png);
	background-position: bottom;
	background-repeat: no-repeat;
	/* anti-scroll */
	position: fixed;
	top: 0px;
}
#contentbody {
	/* borderspacing */
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 20px;
	min-height: 100%;
}
#contentbody h1, #contentbody h2, #contentbody h3 {
	color: #FFFFFF;
}
#contentbody h1 {
	margin-top: 0px;
	font-size: 24px;
}
#contentbody h2 {
	font-size: 18px;
	font-style: italic;
	margin: 6px 6px 6px 10px;
}
#contentbody a {
	color: #FFFFFF;
	text-decoration: underline;
}
#contentbody a:active, #content a:hover {
	color: #FFFF00;
}
#contentbody a:visited {
	color: #CCCCCC;
}
#contentbody p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: justify;
}

dt {
	font-weight: bold;
}

#footer {
	width: 970px;
	/* anti-scroll */
	position: fixed;
	bottom: 0px;
	/* achtergrond */
	background-color: #000000;
	background-image: url(../images/layout/Onder.png);
	background-repeat: no-repeat;
	background-position: top left;
	/* small-fonts */
	font-size: 80%;
	/* uitlijning */
	text-align: right;
	/* tekstkleur */
	color: #CCCCCC;
	/* zichtbaarheid */
	min-height: 25px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active, #content a:hover {
	color: #FFFF00;
}
#footer a:visited {
	color: #CCCCCC;
}
