body{
	margin:0;
	padding:0;
	background-color:#7e7e7e;
	background-image:url(../img/achtergrond.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#413f4c;
}

#header{
	width:843px;
	height:216px;
	background:url(../img/header.jpg) no-repeat;
}

#navigatie{
	height:23px;
	background:url(../img/navigatie.jpg) no-repeat;
	font-weight:bold;
	font-size:15px;
	color:#666666;
	padding-left:15px;
}

.navigatie_normaal{
	color:#2e99dd;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}

.navigatie_actief{
	color:#666666;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}

#navigatie a:hover{
	color:#666666;
}

#subnavigatie{
	width:843px;
	height:34px;
	background:url(../img/subnavigatie.jpg) no-repeat;
}

#body{
	width:843px;
	background:url(../img/inhoud.jpg) center repeat-y;
}

#zijnav{
	width:235px;
	vertical-align:top;
}

.zijnav_normaal{
	padding-left:35px;
	color:#000000;
	text-decoration:none;
}

.zijnav_actief{
	padding-left:35px;
	color:#2e99dd;
	text-decoration:none;
}

#zijnav a:hover{
	color:#2e99dd;
}

.zijnav_eerste{
	width:235px;
	height:29px;
	background:url(../img/nav_eerste.jpg) no-repeat;
}

.zijnav_midden{
	width:235px;
	height:28px;
	background:url(../img/nav_midde.jpg) no-repeat;
}

.zijnav_laatste{
	width:235px;
	height:27px;
	background:url(../img/nav_laatste.jpg) no-repeat;
}

.zijnav_onder{
	width:235px;
	height:7px;
	background:url(../img/nav_onder.jpg) no-repeat;
}

#inhoud{
	vertical-align:top;
	padding:0 20px 15px 0;
}

#inhoud h1{
	color:#0090FB;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #0090FB 1px solid;
}

#inhoud h2{

	font-size:15px;
}

#inhoud p{
	text-align:justify;
}

#inhoud a{
	color:#0090FB;

}

#inhoud a:hover{
	text-decoration:none;
}

#footer{
	width:843px;
	height:46px;
	background:url(../img/onder.jpg) no-repeat;
	font-size:11px;
	text-align:center;
	vertical-align:top;
}

#footer a{
	color:#347484;
}

#footer a:hover{
	color:#204da7;
}

#footer p{
	margin:0;
	padding:12px 0 0 0;
}

.input_lang, .input_vlak{
	width:400px;
	border:#2e99dd 1px solid;
	color:#413f4c;
	padding:2px 4px 2px 4px;
	font-family:Arial, Helvetica, sans-serif
}

.input_vlak{
	height:120px;
}

.knop{
	background-color:#2e99dd;
	color:#FFFFFF;
	border:#413f4c 1px solid;
}

.klein, .fout, .ok{
	font-size:10px;
}

.fout{
	color:#FF0000;
}

.ok{
	color:#006600;
}