html,body, div, table, tr, td, th {
	margin: 0px;
	font-size: 12px;
	font-family: verdana;
	
}
html, body {
	margin: 0px;
	padding: 0px;
	min-height: 100%; 
   	height: 100%; /* ie underscore hack */
	background-color:#a8111c;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
}
th {
	text-align:left;
	font-weight:normal;
	font-style:italic;
	color:#333333;
}
select, textarea, input {
	font-size: 12px;
	font-family: verdana;
}

a {
	color: #0066cc;
}
a:hover {
	color: #0066cc;
}
/* EIGEN CSS */
.title {
	color:#a8111c;
	font-size:14px;
	font-weight:bold;
}
.height100 {
	height:100%;
}
.banner {
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}
a.banner {
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}
a.banner:hover {
	text-decoration:none;
}

.bc {
	font-size: 14px;
	color: #ffb401;
}
.sub {
	font-size:18px;
	color: #000000;
}

div.error {
	background-color:#FFCCCC;
	border: 1px solid red;
	float:left;
	display:inline;
}
span.error_notice {
	color:#FF0000;
	line-height:40px;
}
td.error {
	color:#FF0000;
	font-weight:bold;
}
input.error, textarea.error {
	background-color:#FFCCCC;
	border: 1px solid red;
}
.background0 {
	background-color:#EFEFEF;
	height:16px;
}
.background1 {
	background-color:#F7F7F7;
	height:16px;
}
.backgroundon {
	background-color:#ffd980;
	height:16px;
}

td.small {
	font-size:9px;
}

/* Nieuwe CSS */
.medewerker										{ position: relative; float: left; width: 193px; height: 280px; border: 1px solid #ccc; margin: 0 15px 15px 0; text-align: center; }
.medewerker.last								{ margin: 0 0 15px; }
.medewerker h2,
.medewerker h3									{ margin: 15px 0; padding: 0; text-align: center; }
.medewerker h2									{ font-size: 12px; }
.medewerker h3									{ font-size: 11px; font-weight: normal; color: #444; }
.medewerker img									{ margin: 0 auto; display: block; }
.medewerker a									{ position: absolute; z-index: 50; top: 0; right: 0; bottom: 0; left: 0; }
.clear											{ clear: both; }
