html, body{
	margin:0;
	padding:0;
	font-family: 'trebuchet MS', arial, verdana, helvetica;
	font-size:13px;
	width:100%;
	color:#585859;
}

html{	
	background:url(/gfx/html_back.gif) repeat-x;
}

body{
	background:url(/gfx/container.gif) no-repeat;
}
	
a{
	color:#a4c62b;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#a4c62b;
}

img{
	border:0;
}

h1{
	color:#a4c62b;
	margin:0 0 0 0;
	padding:0;
	font-weight:normal;
	font-family:'trebuchet ms';
	font-size:16px;
}
h2{
	color:#a4c62b;
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:'trebuchet ms';
	font-size:13px;
}
h3{
	color:#a4c62b;
	margin:0;
	font-weight:normal;
	font-family:'trebuchet ms';
	font-size:13px;
	border-bottom:1px solid #c7db98;
	padding:0 0 4px 0;
}
.container{
	margin:0 auto 0 auto;
	width:950px;
	overflow:auto;
}

.left{
	width:117px;
	text-align:right;
	float:left;
	padding:195px 0 0 0;
}

.content{	
	width:814px;
	background:url(/gfx/header3.png) no-repeat;
	float:left;
	margin:0 0 0 0;
	padding:20px 0 0 0;
}
.welkom {
	display:none;
}
.noshow {
	display:none;
}

/*   MENU    */

.menu_div{
	padding:215px 0 0 25px;
	font-size:14px;
}

ul.menu{
	margin:0;
	padding:0;
	list-style:none;
	height:48px;
}

ul.menu li{
	float:left;
	padding:0;
}
ul.menu li.active{
	background:url(/gfx/active_menu.gif) no-repeat bottom left;
}

ul.menu li a{
	color:#fff;
	font-family:'trebuchet ms';
	display:block;
	background:url(/gfx/menu_border.gif) no-repeat right 5px;
	padding:0 10px 21px 10px;
}
ul.menu li a:hover{
	color:#fff;
	text-decoration:underline;
}


ul.menu ul{
	display:none;
}

/*   CONTENT    */

.text{
	background:#f3fafc url(/gfx/text_bottom.gif) no-repeat left bottom;
	clear:both;
	float:left;
	width:702px;
	padding:10px 20px 20px 20px;
}

.empty{
	width:169px;
	height:140px;
	float:left;
}

table.rounded{
	border-collapse:collapse;
	margin:0;
	line-height:95%;
	background:#fff;
	float:left;
}
table.rounded#image{

}
table.rounded td.lt,
table.rounded td.rt,
table.rounded td.lb,
table.rounded td.rb{	
	width:11px;
	height:5px;
	overflow:hidden;
}
table.rounded td.lt{
	background:url(/gfx/corners.gif) no-repeat top left;
}
table.rounded td.rt{
	background:url(/gfx/corners.gif) no-repeat top right;
}
table.rounded td.lb{
	background:url(/gfx/corners.gif) no-repeat bottom left;
}
table.rounded td.rb{
	background:url(/gfx/corners.gif) no-repeat bottom right;
}
table.rounded td.mt{
	background:url(/gfx/border_table.gif) repeat-x top right;
}
table.rounded td.mb{
	background:url(/gfx/border_table.gif) repeat-x bottom right;
}
table.rounded td.lm{
	background:url(/gfx/border_table.gif) repeat-y top left;
}
table.rounded td.rm{
	background:url(/gfx/border_table.gif) repeat-y bottom right;
}

table.rounded td.copy{	
	margin:0;
	line-height:140%;
}
table.rounded td.copy p{	
	margin:8px 0 0 0;
}

.row2{	
	float:left;
	margin:15px 0 0 0;
	clear:both;
	width:100%;
}

.row2#home{	
	border:1px solid #d0e1a8;
	padding:0;
	background:#fff;
}

.row2 table{
	margin:0 9px 0 0;
}

.kolom1{
	width:335px;
	float:left;

}
.kolom2{
	width:335px;
	float:right;

}
.kolom1 p,
.kolom2 p{	
	margin:0 0 10px 0;
}

.arr_menu{	
	width:346px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	line-height:180%;
}

.arr_menu ul{
	margin:0;
	padding:5px 0;
	overflow:auto;
	list-style:none;
	background:#fff;
}

.arr_menu ul li{
	display:inline;
	font-size:15px;
	padding:0 5px;
	border-right:1px solid #61c4e4;
}

.arr_menu ul li a{
	color:#61c4e4;
}

.arr_menu ul ul{
	display:none;
}


/*   FOOTER    */

.footer{
	clear:both;
	width:100%;
	float:left;
	overflow:hidden;
}
.footer ul.language{
	list-style:none;
	margin:10px 0 0 125px;
	padding:0;
}

.footer ul.language li{
	float:left;
	margin:0 15px 0 0;
}

.footer ul.footer_menu{
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}
.footer ul.footer_menu li{
	float:left;
	padding:0 10px 0 10px;
	border-right:1px solid #000;
	line-height:90%;
}
.footer ul.footer_menu li a{
	color:#000;
	font-size:10px;
}