/* CSS Document */
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#CCCCCC;
	scrollbar-track-color:#A6A7A2;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#000000;
	text-decoration: none;
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-color: #999999;
	}

#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:3;
	top:167px;
	bottom:20px;
	width:780px;
	margin-left:-390px;
	left:50%;
	background-color: #D6D6D6;
	border-right-color: #000;
	border-left-color: #000;
	}

* html #content {
	top:0;
	bottom:0;
	height:100%;
	width:780px;
	border-top-width: 167px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	padding: 10px;
	}

#head {
	position:absolute;
	margin-left:-390px;
	left:50%;
	top:0;
	width:780px;
	min-width:780px;
	height:167px;
	font-size:1em;
	z-index:5;
	background-image: url(../Peter_Claassen_Logo.jpg);
	background-repeat: no-repeat;
	background-color: #D6D6D6;
	}

* html #head {
	top:0px; width:780px; height:167px;
	}


#foot {
	text-align:center;
	position:absolute;
	margin-left:-390px;
	left:50%;
	bottom:0;
	width:780px;
	min-width:780px;
	height:20px;
	background-position:0 100px;
	font-size:1em;
	z-index:5;
	font-family: "trebuchet MS", tahoma, verdana, arial, sans-serif;
	color:#FFFFFF;
	background-color: #999999;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}

* html #foot {
	bottom:0px; width:780px; height:20px;
	}


#content p {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
.bold {font-weight:bold;}
.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:10px; border:1px solid #000;}
.lefttext {float:left; width:380px; text-align:justify;}
.righttext {float:right; width:350px; text-align:justify;}

* html .lefttext {float:left; width:380px; text-align:justify;}
* html .righttext {float:right; width:380px; text-align:justify;}
.centertext {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
*html .centertext {
	text-align: center;
	width: 100%;
}

#navlist
{
	margin-left: 0;
	border-bottom: 1px solid #333;
	font: bold 12px Verdana, sans-serif;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-top: 145px;
	margin-bottom: 0px;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
	margin-left: 3px;
	border: 1px solid #333;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 3px;
	padding-left: 0.5em;
}

#navlist li a:link {
	color: #000000;
	background-color: #CCCCCC;
}
#navlist li a:visited {
	color: #000000;
	background-color: #CCCCCC;
}

#navlist li a:hover
{
	color: #FFFF00;
	background-color: #858C96;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#navlist li a#current
{
	background: #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	color: #C2343A;
}
.route {
	line-height: 20px;
}
.left_img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.right_img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #C2343A;
	text-decoration: underline;
}
a:active {
	color: #C2343A;
	text-decoration: none;
}
.logo_tekst_index {
	color: #C2343A;
	font-size: 1.5em;
	font-weight: bold;
}

