body{
	font-family: arial, helvetica, sans-serif;
	color: #2A3D4B;
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}

#site{
	text-align: left;
	width: 765px;
}

#header{
	position: absolute;
	width: 765px;
	height: 190px;
	background-image: url(../img/header_bg.gif);
}

#headerapplet{
	position: absolute;
	margin-top: 0px;
	margin-left: 320px;
	width: 445px;
	height: 190px;
	z-index: 50;
}

#tekstballon2{
	position: absolute;
	margin-top: 110px;
	margin-left: 70px;
	width: 200px;
	height: 100px;
	font-weight:bold;
	font-size: 80%;
}

#fade_left{
	position: absolute;
	margin-left: -2px;
}

#fade_right{
	position: absolute;
	margin-left: 765px;
}

#fade_bar{
	position: absolute;
	width: 765px;
	height: 17px;
	margin-top: 190px;
	background-image: url(../img/fade_bg.gif);
	font-size: 1px;
}

#logo{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}

#search{
	position: absolute;
	margin-top: 89px;
	height: 101px;
	width: 320px;
	background-color: #F48E00;
	z-index: 5;
}

#searchheader{
	position: absolute;
	margin-top: 15px;
	margin-left: 0px;
	width: 290px;
	color: #ffffff;
	font-size: 20px;
	text-align: right;
}

#searchsubheader{
	position: absolute;
	margin-top: 45px;
	margin-left: 0px;
	width: 290px;
	color: #2A3D4B;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#searchfield{
	position: absolute;
	margin-top: 62px;
	margin-left: 42px;
}

#searchform{
	position: absolute;
	margin-top: 62px;
	margin-left: 43px;
	font-size: 12px;
}

#searchform form{
	padding: 0px;
	margin: 0px;
}

#searchinput{
	border: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
	height: 15px;
	margin-top: 1px;
	font-size: 12px;
	width: 227px;
}

#container{
	position: absolute;
	margin-top: 210px;
	margin-left: 0px;
	width: 765px;
}

#left{
	width: 207px;
	float: left;
}
#menu{
	background-color: #F0F4F8;
	padding: 5px 0px;
	margin-bottom: 4px;
}

#menu ul, #menu li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 207px;
}

#menu a{
	clear: both;
	text-indent: 10px;
	display: block;
	width: 201px;
	padding: 3px;
	text-decoration: none;
	color: #6897BB;
	font-size: 11px;
}

#menu a:hover{
	color: #F0F4F8;
	background-color: #6897BB;
	background-image: url(../img/menu_arrow_active.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#menu .menuitem{
	z-index: 10;
	width: 201px;
	background-image: url(../img/menu_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#menu .menuitem_active{
	z-index: 10;
	width: 201px;
	background-image: url(../img/menu_arrow_active.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#content{
	margin: 0px 10px;
	width: 380px;
	float: left;
	font-size: 80%;
}

#content h1{
	font-size: 110%;
}

#content a{
	color: #F48E00;
}

#content a:hover{
	color: #6897BB;
}

#right{
	margin-top: 30px;
	width: 130px;
	float: right;
}

#footer{
	clear: both;
	margin-top: 8px;
}

#footerbar{
	background-color: #F48E00;
	height: 5px;
	width: 550px;
	font-size: 1px;
	float: right;
}
#footerbuttons{
	float: left;
}

#footermenu{
	width: 550px;
	float: right;
	text-align: center;
}

#footermenu a{
	padding: 0px 4px;
	font-size: 9px;
	color: #858585;
	text-decoration: none;
}

#footermenu a:hover{
	color: #F48E00;
	text-decoration: underline;
}

#top {
	position:absolute;
	z-index:5;
	height:20px;
	width:500px;
	background-color: #F48E00;
}

#top a{
	padding: 0px 4px;
	font-size: 12px;
	color: #FFFFFF;
}

#top a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}