body, p, ul, li, td { font-family: "Trebuchet MS"; font-size: 12px; color: #333333; background-color: #E2F8F9;

	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
.kop { font-size: 14px; color:#000000; font-style: italic; }

th { font-weight: bold; margin-left: 2px;  padding-left: 2px; background-color: #6FAEB2; color: #FFFFFF; text-align: left; }
	
.tabel { border-width: 1px;  margin-left: 2px; border-color: #6FAEB2; border-style: solid; width: 100%;  }
.tblovz { border-width: 1px; margin-left: 2px; border-color: #6FAEB2; border-style: solid; width: 100%;  }
.tblovz tr:hover td{ background-color: #6FAEB2;	}
	
a:link { color: #000000; margin-left: 2px;  padding-left: 2px; text-decoration: none; }
a:visited { color: #000000; margin-left: 2px;  padding-left: 2px; text-decoration: none; }
a:hover { color: #2D2B2B; margin-left: 2px;  padding-left: 2px; font-style: inherit; text-decoration: none; }
a:active { color: #4A4242; margin-left: 2px;  padding-left: 2px; text-decoration: none; }

input[type=text], textarea, input[type=password], input[type=submit], select  
{ 
	border: 1px solid #333333; font: 12px "Trebuchet MS"; padding-top: 0px; margin-bottom: 2px; width: 302px;
}

/*
.submit_button{ font: 12px "Trebuchet MS"; color: #333333; border: 1px solid #c0c0c0; padding-top: 2px; margin-bottom: 2px; width: 302px;}
.submit_button_eigen{ font: 12px "Trebuchet MS"; color: #333333; border: 1px solid #c0c0c0; padding-top: 2px; margin-bottom: 2px;}
*/

.td_even { background-color: #6FAEB2; }
.td_oneven { background-color: #FFFFFF; }
.goed { color: #00CC00; }
 address {
    margin-top: 5px;
    padding-top: 5px;
    border-top: thin dotted;
	color: #000000; }
.error {
	margin-bottom: 2px;
	margin-top: 5px;
	color: #000000;	
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 2px;
	border: 1px solid #FF0000;
	background:#FFcccc;
}
.err_input {
	color: #000000;	
	border: 1px solid #FF0000;
	background:#FFcccc;
	font: 12px "Trebuchet MS"; 
	padding-top: 0px; 
	margin-bottom: 2px; 
	width: 302px;
}

.no_err_input{
	color: #000000;	
	border: 1px solid #00FF00;
	background:#ccFFcc;
	font: 12px "Trebuchet MS"; 
	padding-top: 0px; 
	margin-bottom: 2px; 
	width: 302px;
}

.wit_bg {
	background:#E2F8F9;
	}