*
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}
a{
	color:#571A1A;
}
body
{
	text-align: center;
	height: 100%;
}

body div
{
	text-align: left;
}

div#header
{
	background-image:url(../images/layout/header.jpg);
	height: 196px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
}

div#header span
{
	display:none;
}

div#header h1
{
	background-image:url(../images/layout/logo.jpg);
	width: 787px;
	height: 201px;
	position: absolute;
	left: 50%;
	margin-left: -403px;
}

div#header h2
{
	width: 500px;
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -150px;
	text-align: right;
	color: white;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:30px;
	letter-spacing:-1px;
}

div#container
{
	background-color: #eeeeee;
	border-right: 3px solid #cccccc;
	border-left: 3px solid #cccccc;
	
	width: 740px;
	margin: 0 auto;
	
	min-height: 100%;
	
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.8;
}

div#container p
{
	margin-bottom: 5px;
}

div#container #content
{
	margin-top: 180px;
	padding: 40px;
	padding-right: 15px;
	width: 395px;
	text-align: justify;
	float: left;
}

div#container h2
{
	color: #551111;
	font-weight: normal;
	font-family: Times New Roman, serif;
	font-size: 20px;
}

div#container h3
{
	color: #551111;
	font-weight: normal;
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: underline;
}

div#container ul
{
	list-style-position: outside;
	margin: 10px 25px;
}

div#container img
{
	padding: 2px;
	border: 1px solid #cccccc;
}

div#leftCol
{
	float: right;
	width: 245px;
	width:280px;
	padding-left:5px;
	margin-top: 190px;
	border-left:1px solid #ccc;
}

div#leftCol #menu ul li
{
	list-style-type: none;
	font-size: 20px;
	text-align: right;
	border-right: 2px solid #cccccc;
	padding: 0px;
	font-family: Times New Roman;
}

div#leftCol #menu a
{
	color: #551111;
	padding: 5px;
	text-decoration: none;
}

div#leftCol #menu ul li a:hover, div#leftCol #menu ul li a.selected
{
	color: white;
	background-color: #551111	;
}

div#leftCol #howto
{
	margin: 20px;
}

div#footer
{
	background-color: #551111;
	border-top: 5px solid #777777;
	width: 100%;
	color: white;
	height: 25px;
	margin-top: -30px;
}

div#footer p
{
	font-size: 10px;
	font-family: Verdana;
	left: 50%;
	position: absolute;
	margin: 6px;
	margin-left: -350px;
}

div#spacer
{
	clear: both; 
	margin-bottom: 30px;
}

p.alert
{
	color: red;
}

/* ------------------ FLASH ------------------ */

.flashWarning{
	margin:0;
	padding:5px;
	background-color:#e73800;
	color:#fff;
	text-align:center;
}
.flashWarning a, #sidebar .flashWarning a{
	color:#fff;
	width:auto;
	padding:0;
	border:0;
	display:inline;
}

/* ------------------ TAALKEUZE ------------------ */

#taalkeuze{
	list-style-type:none;
	float:right;
}
#taalkeuze li{
	float:left;
}
#taalkeuze li a{
	display:block;
	padding:2px 5px;
	margin-left:2px;
	background-color:#ccc;
	color:#fff;
	text-decoration:none;
	font-size:10px;
}
#taalkeuze li a:hover{
	background-color:#7A7A7C;
}
#taalkeuze li a.selected{
	background-color:#7A7A7C;
}

#content img{
	float:left;
	margin:0 30px 20px 0;
}

/* ------------------ FORMS ------------------ */

form fieldset{
	border:0;
}
form input, form label, form textarea{
	float:left;
	width:300px;
}
form string_ta{
	width:300px;
}
#formSubmit{
	width:100px;
	padding:4px;
	background-color:#551111;
	color:#fff;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size:20px;
}


