html, body{
	margin:0;
	padding:0;
	font-family: verdana, helvetica, 'trebuchet MS';
	font-size:11px;
	width:100%;
	color:#000;
	background:#e1ded8;
}

img{
	border:0;
}

h1{	
	font-size:20px;
	font-weight:bold;
	color:#9b917f;
	margin:0;
	font-family: verdana, helvetica, 'trebuchet MS';
}

h2{	
	font-size:17px;
	font-weight:bold;
	color:#fff;
	margin:0;
	font-family: verdana, helvetica, 'trebuchet MS';
}
a{
	color:#ee7f01;
	text-decoration:underline;
	font-weight:bold;
}

.container{
	width:700px;
	overflow:auto;
	margin:0 auto;
	background:#ebe9e5;
}

.header{
	width:700px;
	height:175px;
	background:url(/gfx/header.jpg) no-repeat;
}
.welkom {
	display:none;
}
.noshow {
	display:none;
}

/*   MENU    */

.menu_div{
	float:left;
	margin:158px 0 0 40px;
	padding:0;
}

ul.menu{
	margin:0;
	padding:0;
}

ul.menu li.noshow{	
	display:none;
}

ul.menu li{	
	display:inline;
	padding:3px 10px 4px 10px;
	border-right:1px solid #fff;
}

ul.menu li.active{	
	display:inline;
	padding:3px 10px 4px 10px
	border-right:1px solid #fff;
	background-color:#ee7f01;
}

ul.menu li a{
	color:#fff;
	padding:0 10px;
	
}



/*   CONTENT    */

.content{
	width:700px;
	margin:8px 0 0 0;
}

.kolom_left{	
	width:182px;
	margin:0 8px;
	float:left;
}


.kolom_right{	
	width:490px;
	float:left;
	background:#fff;
}

.article{
	padding:10px;
	border:1px solid #ee7f01;
	line-height:160%;
}

.article_item{
	background-color:#9b917f;
	padding:5px;
	color:#fff;
	margin:0 0 8px 0;
}

.article_item2{
	background-color:#EE7F01;
	padding:5px;
	color:#fff;
	margin:0 0 8px 0;
}
.article_item2 a {
	color:#FFF;
	text-decoration:none;
}
.contact_item{	
	border:1px solid #9b917f;
	padding:0 5px;
	color:#9b917f;
	line-height:140%;
}

.contact_item a{	
	color:#9b917f;
}

.kolom_left ul{	
	margin:10px 0 0 0;
	padding:0 0 0 13px;
	list-style:square;
}

.kolom_left ul li{	
	padding:3px 0;
}

.kolom_left ul li a{	
	color:#fff;
	font-weight:bold;
}

.kolom_right ul{	
	margin:0;
	padding:0 0 0 30px;
	list-style:square;
}

ul.edition li.edition_item{
	margin:0 0 25px 0;
	padding:0 0 25px 35px;
	border-bottom:1px solid #ee7f01;
}


/*   FOOTER    */

.footer{
	background:#ee7f01;
	color:#fff;
	font-size:10px;
	padding:2px 8px;
	margin:8px 0 0 0;
	line-height:160%;
}

.footer a{	
	color:#fff;
	text-decoration:none;
}

.adress_data{
	float:left;
}

.site_data{
	float:right;
}

.type_disclaimer{
	border-bottom:1px solid green;
	float:left;
	width:500px;
}