body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #7ef23f;
}
#header {
	height: 185px;
	width: 895px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.spacer {
	height: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #14146e;
	padding-top: 5px;
}
#menu {
	position: absolute;
	width: 290px;
	left: 0px;
	top: 195px;
	background-color: #FFFFFF;
	border: 1px solid #aed32d;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #14146e;
}
#content {
	position: absolute;
	right: 0px;
	top: 195px;
	width: 585px;
	color: #14146e;
	padding-bottom: 5px;
}
.berichten {
	background-color: #FFFFFF;
	border: 1px solid #aed32d;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.left {
	float: left;
	width: 300px;
}
.right {
	float: right;
	width: 260px;
}
.clear {
clear: both;
}
.news_header {
	font-size: 14px;
}
#container {
	width: 895px;
	margin-left: -448px;
	position: absolute;
	left: 50%;
}
#bericht {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #41C11D;	
}
	
.copyright {
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #14146e;
}
a:hover {
	text-decoration: none;
}

/*          MENU          */
ul {
	list-style:none;
	color: #14146e;
}
li a {
	display: inline-block;
	width: 198px;
	text-align: left;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	line-height: 25px;
	color: #14146e;
	BORDER: none;
	border: solid 1px #FFFFFF;
	list-style:none;
}

li a:hover {
	border: 1px solid #4FCB28;
	background-color:#F0E1FF;
}
#hidden {
	color: #3EBE20;
}
