body {
	background-image: url('/images/bg.jpg');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}
.titel_kleiner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006194;
}
.titel_nog_kleiner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #006194;
}
.titel_nog_kleiner A:link {text-decoration: none; color: #006194;}
.titel_nog_kleiner A:visited {text-decoration: none; color: #006194;}
.titel_nog_kleiner A:active {text-decoration: none; color: #006194;}
.titel_nog_kleiner A:hover {text-decoration: underline; color: #006194;}

.centreer {
	vertical-align: top;
	height: 100%;
	display: block;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006194;
	text-transform: none;
	font-variant: small-caps;
	
}
.subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #006194;
}
.tekst {
	font-size: 11px;
}
a.taupe:link {
	color: #00427d;
	font-weight:bold
}
a.taupe:hover {
	color: #00427d;
	text-decoration: underline;
	font-weight:bold
}
a.taupe:visited {
	color: #00427d;
	font-weight:bold;
}
.foto {
	border: 1px solid #948B7D;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #272223;
	background-color: #EEEEEE;
	border: 1px solid #272223;
	margin:1px;
}
.input_fout {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #CC0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.text_fout {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
}
.remark {
	color: #CC0000;
	font-weight: bold;
	background-color:inherit;
}
input{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}