/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#909692;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* ALGEMENE STYLING ----------
------------------------------ */
h1{
	font-size:12px;
	color:#851c24;
	border-left:5px solid #851c24;
	padding-left:3px;
}

h2{
	font-size:12px;
	color:#851c24;
}

a{
	color:#851c24;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

td{
	vertical-align:top;
}

table.middle td{
	vertical-align:middle;
}

.kader{
	border:1px solid #851c24;
}

table.overzicht{
	border-collapse:collapse;
	background-color:#ead9da;
}

table.overzicht td{
	border-bottom:1px solid white;
}

ul{
	list-style-type:square;
}

li{
	line-height:16px;
}

.knop{
	border:1px solid #851c24;
	background-color:#ead9da;
	border-right:2px solid #851c24;
	border-bottom:2px solid #851c24;
}

label {
	display:block;
	width:100px;
	float:left;
	clear:left;
	  font-family: Arial, Verdana, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 12px;
}

/* STYLING HOOFDNAV -------------
--------------------------------- */
#hoofdnav{
	font-size:11px;
}

#hoofdnav strong{
	padding-left:10px;
}

#hoofdnav a{
	display:block;
	width:146px;
	height:30px;
	background-color:#ead9da;
	color:#851c24;
	padding-top:7px;
	padding-left:20px;
	text-decoration:none;
}

#hoofdnav a:hover{
	background-color:white;
	color:#851c24;
	text-decoration:none;
	width:155px;
	border-right:9px solid #ead9da;
}

#hoofdanv a.here{
	background-color:white;
	color:#851c24;
	text-decoration:none;
	width:155px;
	border-right:9px solid #ead9da;
}

/* STYLING CONTAINERS -----------
--------------------------------- */
#content{
	font-size:11px;
	line-height:16px;
}

#footer{
	color:#ead9da;
	font-size:10px;
	text-align:center;
	vertical-align:bottom;
}
