/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
}

body {
	background-color:#F8F8F8;
}

div#container {
	width:850px;
	max-width:850px;
	border:#999999 solid 1px;	
	margin:0 auto;

}

div#header {
	width:100%;
	height:140px;
	background-image:url(../afbeeldingen/header.jpg);
	border-bottom:#CCCCCC solid 1px;

}

div#menu {
	height: 28px;
	background-color: #242424;
}

#menu ul {
	list-style: none;
	float:inherit;
}

#menu li {
	display: inline;
}

#menu a {
	font:Verdana;
	/*
	padding-left:40px;
	padding-right:40px;*/
	text-align:center;
	width:160px;
	padding-top:5px;
	display: block;
	float: left;
	color: #FFFFFF;
	height:22px;
	background-color:#454545;
	text-decoration:none;
	font-size: 15px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menu a:hover {
	background-color:#000000;
	color:#FF8000;
	background-image:url(../afbeeldingen/button_achtergrond_hover.jpg);
	background-position: center center;
	font-size: 18px;
	font-style:oblique;
	font-weight:bold;
	cursor:crosshair;
}

div#textarea {
	padding:38px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF8000;
}

div#titel {
	font-size: 24px;
	color: #999999;
	font-style: normal;
	color:#FF8000;
	margin-bottom:15px;
}

div#inhoud {

}

.kop {
	font-size: x-large;
	margin-bottom:10px;

}

div#inhoud a {
	color:#000000;
}

div#inhoud a:hover {
	color:#FF8000;
}

form ul
{
  	list-style-type: none;
  	padding: 0px;
  	clear: both;
  	overflow: auto;
 	border: 0px;
  	margin: 2px;
}

form ul li
{
  	margin-right: 5px;
  	padding: 0px;
  	float: left;
}

form ul li.omschrijving
{
	/*font-weight: bold;*/
	color:#666666;
	width: 180px;
	text-align: left;
}

form ul li.normaal
{
	font-weight: normal;
}

form ul li.fout
{
	color: red;
}

form ul li.verplicht
{
	color: red;
	vertical-align: top;
}

input
{
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin: 0px;
	font-size: 11px;
}

input:hover
{
	background-color: #FF8000;
	border: 1px solid #091F5B;
	color:#FFFFFF;
	margin: 0px;
	font-size: 11px;
}

input[type=submit]
{
	border: 1px solid black;
}

textarea
{
	background-color: #F9F9F9;
}

img {
	border:0px;
}

.border {
	border:#000000 solid 1px;
}

.border:hover {
	border:#FF8000 solid 1px;
}

div.bericht {
	width:300px;
}
