﻿body 
{
	text-align: center; /* om de container te centreren in  IE5.x want 'margin: 0 auto' werkt niet */
	color: #000000;
	padding: 0;
	margin: 0;
	overflow: hidden;

	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	Scrollbar-arrow-color: #FFFFFF;
}
/* START PAGINA */
#startcontainer
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	margin-left: -200px; /* half of width */
	margin-top: -250px;  /* half of height */
	text-align: center;
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:11px;
}
#startfoto
{
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
	height:400px;
}
#starttekst
{
	position:absolute;
	left:0px;
	top:400px;
	height:100px;
	width:400px;
	color:#FFFFFF; 
}
#starttekst a 
{
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:11px;
	text-align:center;
	color:#FFFFFF; 
	text-decoration:none;
}
#starttekst a:hover 
{
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:11px;
	color:#FFFFFF; 
	text-decoration:underline;
}
	
/* WEBSITE */	
#container
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 880px;
	height: 600px;
	margin-left: -440px; /* half of width */
	margin-top: -325px;  /* half of height */
	text-align: center;
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:11px;
	background-color:#FFFFFF;
}
#header
{
	position:absolute;
	left:0px;
	top:0px;
	width:880px;
	height:100px;
	background-color:#000000;
}
#middle
{
	position:absolute;
	left:0px;
	top:100px;
	height:450px;
	width:880px;
	color:#B0A292; 
	background-color:#FFFFFF;
}
#footer
{
	position:absolute;
	left:0px;
	top:550px;
	width:880px;
	height:50px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
}
#footer a 
{
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:11px;
	text-align:center;
	color:#B0A292; 
	text-decoration:none;
}
#footer a:hover 
{
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:11px;
	color:#B0A292; 
	text-decoration:underline;
}
#logo
{
	position:absolute;
	left:50px;
	top:0px;
	height:100px;
	width:300px;
	color:#000000; 
	background-color:#000000;
}
#menu 
{
	position:absolute;
	left:370px;
	top:71px;
	height:20px;
	width:500px;
	list-style-type:none; 
	text-align:right;
	background-color:#000000;
}
#menu li 
{
	padding:0; 
	list-style-type:none;
	margin:0; 
	float:right; 
	padding-left:25px; 
	color:#FFFFFF;
	vertical-align:bottom;
}
#menu li a 
{
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:11px;
	color:#FFFFFF; 
	text-decoration:none;
	font-weight:bold;
}
#menu li a:hover 
{
	color:#FFFFFF;
}
#grotefoto 
{
	position:absolute;
	left:0px;
	top:0px;
	height:450px;
	width:400px; 
	text-align:left;
	background-color:#FFFFFF;
}
#tekstvlak 
{
	position:absolute;
	left:400px;
	right:0px;
	top:0px;
	bottom:0px;
	height:450px;
	width:480px; 
	text-align:left;
	overflow: auto;
}
#nieuwsvlak
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	height:450px;
	width:880px; 
	text-align:left;
	overflow: auto;
	}
#nieuwstekst 
{
	position:absolute;
	left:10px;
	top:5px;
	bottom:5px;
	height:440px;
	width:860px; 
	text-align:justify;
	background-image:url(../images/tekst.gif);	
	color:#373737;
}	
#tekst 
{
	position:absolute;
	left:10px;
	top:5px;
	bottom:5px;
	height:440px;
	width:450px; 
	text-align:justify;
	background-image:url(../images/tekst.gif);	
	color:#373737;
}
#tekst a
{
	color:#000000;
	text-decoration:none;
}
h1 
{
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:13px;
	text-align:left;
	color:#646567; 
	text-decoration:none;
}
h2 
{
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:11px;
	text-align:left;
	color:#646567; 
}
b
{
		font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:13px;
	text-align:left;
	color:#646567; 
	text-decoration:none;
}
b a 
{
	font-family:"Century Gothic","Trebuchet MS",Tahoma, Verdana,Arial; 
	font-size:10px;
	color:#FFFFFF; 
	text-decoration:none;
	
}
b a:hover 
{
	color:#FFFFFF;
}
