@charset "utf-8";
body {
	background-color: #3D9616;
	margin: 0px;
	padding: 0px;
}
.centerm {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.container {
	background-color: #3C3;
	width: 940px;
	background-image: url(achter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	min-height: 100%;
	margin: 0 auto;

}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-top: 12px;
	padding: 0px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.footer a:link, .footer a:visited {
	color: #FFF;
	text-decoration: none;	

}
.menu {
	background-image: url(boommanmenu.jpg);
	width: 940px;
	position: relative;
	margin: 0 auto;
	height:30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #88BA33;
}

.menu a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	float:left;
	display:block;
	background:url(prev.gif) bottom;
	width:93px;
	height:30px;
}
.menu a.next{
	float:right;
	display:block;
	background:url(next.gif) bottom;
	width:98px;
	height:30px;
}
.menu a.prev:hover{
	color: white;
	background-image: url(prevOver.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.menu a.next:hover{
	background-image: url(nextOver.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}


.footer a:hover {
	color: #ccc;
}
.infotop {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
}
.infotxt {
	background-color: #46A128;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.infotxtname {
	font-size: 11px;
	color: #CCC;
}
.infotxt a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
