body {
	background-color : #FFF;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #212121;
	font-size: 10px;
	font-weight : normal;
	padding : 0;
	margin : 0;
}

td {
	color : #212121;
	font-size: 11px;
	font-weight : normal;
}

#gecentreerd {
	position: absolute;
	top: 0px;
	left: 25;
	width: 900px;
	visibility: visible
}
#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index : 2;
}
#nav {
	position: absolute;
	top: 261px;
	left: 303px;
/*	background-color : #000000;*/
	height : 15px;
	width : 635px;
	z-index : 2;
}
#content {
	position: absolute;
	top: 300px;
	left: 370px;
	z-index : 10;
	width : 555px;
/*	background-color : #CC0000;*/
	text-align : left;
}

.subtitel {
	color : #A0B286;
	font-weight : bold;
	font-size : 11px;
}

a:link { color:#6E7B5B; font-weight : bold; text-decoration:none;}
a:visited { color:#6E7B5B; font-weight : bold; text-decoration:none;}
a:hover { color:#B7D70C; text-decoration:underline;}
a:active { color:#000; text-decoration:underline;}

.navItem {
	position: relative;
	float: left;
	text-align : left;
}

.discoTitel {
	color : #4F5454;
	font-size: 11px;
	font-weight : bold;
}

 div.hr {
  height: 11px;
  background: #fff url(../img/bg_hr.gif) repeat-x scroll center;
  padding-top:12;
}
div.hr hr {
  display: none;
}

ol {
 list-style-position: outside
}

li {
	list-style-image : url(../img/bullet.gif);
	margin : 0;
}

.newsDate {
	font-weight : bold;
	color : #A0B286;
}

.newsTitle {
	font-weight : bold;
	color : #3F4835;
}

.title {
	color : #3F4835;
	font-weight : bold;
	font-size : 12px;
}

input.border {
	border : solid;
	font-size : 10px;
	color : #242424;
	border : 1px solid #999;
	background-color : #EEE;
	width : 220;
}
textarea {
	background-color : #EFEFEF;
	font-size : 11px;
	font-family : arial, verdana, helvetica, sans-serif;
	border : 1px solid #999;
}
