body {
background-color:#e3e3e3;
font-family:Tahoma;
font-size:8pt;
color:#535353;
margin-top:20px;
background-image:url('../images/bg.jpg');
background-position:top left;
background-repeat:no-repeat;
}

a:link,a:visited,a:active{
	font-family:Tahoma;
	font-size:8pt;
	color:#707070;
	text-decoration:underline;
}

a:hover{
	font-family:Tahoma;
	font-size:8pt;
	color:#707070;
	text-decoration:none;
}

.inputvelden {
border:1px solid #7a282c;
background-color:white;
font-family:Tahoma;
font-size:8pt;
color:#606060;
}

.tekstarea {
border:1px solid #7a282c;
background-color:white;
font-family:Tahoma;
font-size:8pt;
color:#606060;
}

.knoppen {
border:1px solid #7a282c;
background-color:#7a282c;
font-family:Tahoma;
font-size:8pt;
color:white;
}

.title {
	font-size:10pt;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	border-bottom:2px solid #077632;
}

