img {
	position: relative;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	overflow: hidden;
}
html {
	overflow: hidden;
}
#taalKeuze {
	position: absolute;
	right: 20px;
	top: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	color: 3FBC04;
	z-index: 10;
}
#taalKeuze a {
	color: 3FBC04;
	text-decoration: underlines;
}

#producerDiv {
	right: 20px;
}


#topmenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#topmenu .boxtitle a {
	cursor: move;
	position: absolute;
	width: 170px;
	height: 105px;
	top: 0px;
	font-family: "Century Gothic", Arial;
	padding: 4px;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;
	border-left: 1px solid #FFFF08;
	border-top: 1px solid #FFFF08;
	border-bottom: 1px solid #FFFF08;
}
#topmenu .menulevel2{ 
	position:relative;
	padding-top: 11px;
	padding-bottom: 4px;
	left:171px;
	padding-left: 9px;
	height:100px;
	width:219px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/menubg.gif);
	background-position: -171px 0px;
	background-repeat: no-repeat;
	overflow: hidden;

}
#topmenu .menuitemlevel2 a{
	color: #3FBC04;
	float: left;
	width: 200px;
	white-space: nowrap;
	padding-left: 14px;
	text-decoration: none;
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
	

}
#topmenu .menuitemlevel2 a:hover{
	text-decoration: underline;
}

#topmenu .menuitemlevel3 a{
	padding-left: 20px;
	background-position: 10px top;

}

#topmenu .menuitemlevel4 a{
	padding-left: 26px;
	background-position: 16px top;


}


#bgDiv {
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	height:100%;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#bgDiv #leftDiv {
	position: absolute;
	bottom: 130px;
}
#bgDiv #rightDiv {
	position: absolute;
	bottom: 170px;
	right: 0px;
}
#bgDiv #boot {
	position: absolute;
	bottom: 175px;
	right: -200px;
	filter: Blur(Add=1, Direction=90, Strength=5), Alpha(Opacity=40);
	padding: 5px;
	
	
}

.box, .boxontop {
	position: absolute;
	width: 400px;
	z-index: 2;
	padding-right: 10px;
	padding-bottom: 10px;



}
#topmenu .boxontop {
	z-index: 3 !important;
	filter:Shadow(Color=#999999, Direction=135);
}
#box1 {
	left: 200px;
	top: 100px;
}
#box1 .boxtitle a {
	background-position: -135px -200px;
}

#box2 {
	left: 240px;
	top: 80px;
}
#box2 .boxtitle a {
	background-position: -125px -78px;
}

#box3 {
	left: 140px;
	top: 180px;
}
#box3 .boxtitle a {
	background-position: -141px -300px;
}

#box4 {
	left: 430px;
	top: 130px;
}
#box4 .boxtitle a {
	background-position: -276px -220px;
}


#box5 {
	left: 230px;
	top: 160px;
}
#box5 .boxtitle a {
	background-position: -165px -125px;
}

#box6 {
	left: 330px;
	top: 120px;
}

.box .top div {
	display: inline;
}

p {
	margin: 0px;
	padding: 0px;
}

#contentdiv, #logindiv {
	padding: 10px;
	width: 377px;
	margin-top: -10px;
	background-color: #ffffff;
	border-left: 1px solid #ffff00;
	border-right: 1px solid #ffff00;
}
#contentdiv #contenttitle, #logindiv .title, #title_e {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #3FBC04;

}
#contentdiv a{
	color: #3FBC04;
	

}
#loginbox {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #ffff00;
	padding: 10px;
	background-color: #f3f3f3;
	z-index: 12;
}
#searchdiv {
	position: absolute;
	top: -400px;
}
#loginbox .title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #3FBC04;

}
#contentbottom {
	width: 399px;
	background-image: url(../img/bottom.gif);
	height: 10px;
	overflow: hidden;
	margin-bottom: 50px;
}