html, table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

body{
	background-color:#CCCCCC;
}

a, a:visited{
	color:#507208;
	text-decoration:underline;
}
a:hover{
	color:#7db10c;
	text-decoration:underline;
}

p{
	line-height:20px;
}

li{
	line-height:20px;
}

textarea, input[type=text],input[type=password], select{
	border:1px #B1B1B1 solid;
	padding:3px;
}

textarea:focus, input[type=text]:focus,input[type=password]:focus, select:focus{
	border:1px #7db10c solid;
	color:#507208;
}

textarea:hover, input[type=text]:hover,input[type=password]:hover, select:hover{
	border:1px #7db10c solid;
}

input[type=submit], input[type=button] {
}

h1{
	font-size:24px;
	color:#507208;
	font-weight:normal;
}
h2{
	color:#507208;
	font-size:18px;
	font-weight:normal;
}
h3{
	color:#507208;
	font-size:14px;
	font-weight:normal;
}

table.admin {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	margin-bottom:15px;
}

table.admin tr{
	background:#fafafa;
}

table.admin tr th{
	background-color:#F3F3F3;
	border-bottom:1px solid #CCC;
	height:30px;
	text-align:left;
	padding-left:8px;
}

table.admin td{
	background:#fafafa;
	border-bottom:1px solid #CCC;
	height:25px;
	font-size:11px;
	padding-left:8px;
}

table.admin tr:hover td{
	color:#507208;
	background:#F3F3F3;
}

#navigation{
	width:200px; 
	float:left; 
	margin-top:15px;
}

#navigation ul li{
	list-style:square;
	list-style-position:outside;
}
#navigation fieldset{
	width:160px;
	height:300px;
	background:#fafafa; 
	border:1px solid #CCC;	
}
#navigation fieldset:hover{
	display:block;
	background-color:#F3F3F3;	
}

.test{
	color:#F00;	
}

#melding{
	width:450px; 
	margin:0px; 
	padding:0px; 
	padding:5px; 	
}

.errortrue{
	background-color:#FFDFDF; 
	border:1px solid #F00;
}

.errorfalse{
	background-color:#DFDFFF; 
	border:1px solid #0000FF;
}

