html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "Arial";
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
}

#container {
	position:absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 100%; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	position: relative;
	width: 100%;
	height: 162px;
	background: url(/images/bg_top_right.gif) repeat-x;	
}

#toppic {
	position: absolute;
	top: 0;
	height: 162px;
	width: 800px;
}

#backpic {
	position: absolute;
	top: 94px;
	left: 4px;
	height: 42px;
	width: 104px;
}

#middle {
	position: relative;
	margin-bottom: 0px;
	background: url(/images/bg_menu_2.gif) repeat-y;
}

#footer {
	position: absolute;
	height: 111px;
	width:150px;
	background: url(/images/menu_bottom.gif) no-repeat;
	z-index: 30;
	bottom:0; /* stick to bottom */
}

#fakkel {
	position: absolute;
	top: 162px;
	left: 0;
	height: 139px;
	width: 23px;
	background: url(/images/fakkel.gif);
	z-index: 70;
}

#menu {
	position: absolute;
	top: 162px;
	left: 30px;
	z-index: 100;
}

#content {
	position: relative;
	top: 0;
	z-index: 90;
}

#innercontent {
	margin-left: 150px;
	background-image: url(/images/african.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.forMenu {
	font-family: times new roman;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #FFEFE7;
	text-align: left;
	line-height: 17pt; 
	vertical-align: top;
}
.forMenu A:link {
	color: #FFEFE7; 
	text-decoration: none
}
.forMenu A:visited {
	color: #FFEFE7; 
	text-decoration: none
}
.forMenu A:active {
	color: #FFEFE7; 
	text-decoration: none
}
.forMenu A:hover {
	text-decoration: none; 
	color: #760000;
}

.forTexts {
	font-family: tahoma;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;			
}
.forTexts A:link {
	color: #760000; 
	font-weight: bold;
	text-decoration: none;
}
.forTexts A:visited {
	color: #760000; 
	font-weight: bold;
	text-decoration: none;
}
.forTexts A:active {
	color: #760000; 
	font-weight: bold;
	text-decoration: none;
}
.forTexts A:hover {
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
}

.forTitel {
	font-family: times new roman;
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;		
	color: #760000;
}

.forForms {
	font-family: tahoma;
	border:1px solid #760000; 
	font-size: 9pt;
	color: #000000;
}
.forForm {
	font-family: tahoma;
	font-size: 9pt;
	color: #000000;
	padding-right: 5px;	
}
.forFormborder {
	font-family: tahoma;
	font-size: 9pt;
	color: #000000
}

/* SPLASH */
#homebg {
	position: absolute;
	width: 800px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-top: 0px;
	margin-left: -400px;
	background: url(/images/bg-home.gif);
}

#home-center {
	position: absolute;
	width: 588px;
	height: 282px;
	top: 50%;
	margin-top: -146px;
	margin-left: 0px;
	background: url(/images/home-center.jpg);
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

#home-ede {
	position: absolute;
	width: 799px;
	height: 104px;
	top: 50%;
	margin-top: -255px;
	margin-left: 0px;
	border-top: 5px solid #FFFFFF;
}
 
#home-ede-klein {
	position: absolute;
	width: 78px;
	height: 39px;
	top: 50%;
	right: 0px;
	margin-top: -146px;
	margin-right: 0px;
}

#home-veenendaal {
	position: absolute;
	width: 800px;
	height: 104px;
	top: 50%;
	margin-top: 146px;
	margin-left: 0px;
	border-bottom: 5px solid #FFFFFF;
}

#home-veenendaal-klein {
	position: absolute;
	width: 133px;
	height: 34px;
	top: 50%;
	right: 0px;
	margin-top: 107px;
	margin-right: 0px;
}