@charset "utf-8";
/* CSS Document */
body{
	/*background: #074320 url(../images/bg.gif) repeat-y center;*/
	background: #0e6834;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}
img{
	border: none; 
}
#container{
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
	font-size: 22px;
	line-height: 100%;
	color: #98c932;
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, h6{
	font-size: 16px;
}
a{
color: #fff;
}
.print{
	display: none;
}
.clear{
	clear: both;
}
.order_placed{
	border: 1px solid #fff;
	padding: 10px;
	margin-top: 10px;
}
#container{
	width: 900px;
	/*margin: 0 auto;*/
	background: #0e6834;
}
#header{
	background: url(../images/header.jpg) no-repeat top left;
}
#language{
	/*display: none;*/
	position: absolute;
	margin: 10px 0 0 803px;
}
#language a{
	text-decoration: none;
	font-weight: bold;
}
#language a:hover, #language a.active{
	color: #0E6834;
}
#language ul{
	padding: 0;
	margin: 0;
}
#language li{
	float: left;
	padding: 0 15px 0 15px;
	margin: 0;
	list-style: none;
	border-right: 2px solid #fff;
}
#language li.last{
	border: none;
}
#menu{
	padding: 105px 0 0 0 ;
}
#menu ul, #menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	float: left;
}
#menu a{
	display: block;
	margin: 7px 0 7px 0;
	padding: 0 15px 0 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-right: 2px solid #fff;
}
#menu a.last{
	border: none;
}
#menu a:hover, #menu .active{
	color: #98c932;
}
#menumain{
	float: left;
}
#menuhome{
	float: right;
}
#sub{
	width: 185px;
	padding: 20px 0 20px 20px;
	float: left;
}
#sub ul, #sub li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sub a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
#sub ul ul a{
	font-style: italic;
	font-weight: normal;
	padding-left: 20px;
}
#sub a:hover, #sub .active{
	color: #98c932;
}
#subnieuws{
	margin-top: 40px;
}
#subnieuws a{
	font-weight: normal;
	font-size: 10px;
	line-height: 150%;
}
#content{
	width: 630px;
	padding: 20px 20px 20px 40px;
	_padding: 20px 20px 20px 20px; 
	float: left; 
	line-height: 150%;
}
#player_bg, player_ee, player_cz, player_nl{
	width: 420px;
	height: 300px;
	margin: 0 0 20px 0;
	background: #333;
	/*float: right;*/
}
#player .noflash{
	padding: 130px 20px 0 20px;
	color: #aaa;
	text-align: center;
}
#player .noflash a{
	color: #aaa;
}
#footer{
	margin-left: 225px;
	padding: 20px;
	font-size: 10px;
}
#footer a{
	color: #fff;
}
/*
	NEWS
*/
#news{
	margin-top: 20px;
}
#news .item{
	margin-bottom: 20px;
}
#news h2{
	margin-top: 40px;
	border-bottom: 1px solid #98c932;
	line-height:150%;
}
#news .date{
	font-size: 10px;
}
#news ul, #news li{
	/*margin: 0;
	padding: 0;*/
	list-style-type: disc;
	/*list-style: none;*/
}
#news li{
	/*display: inline;*/
}
#news a{
	color: #fff;
}
#news .prev{
	float: left;
}
#news .next{
	float: right;
}
#banner-handbook{
	margin: 0;
	padding: 20px 0 0 0;
}
#order input.text{
	width: 250px;
}
#order input.error{
	border: 2px dashed #f00;
}