HTML {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px !IMPORTANT;
	padding: 0px 0px 0px 0px !IMPORTANT;
}

BODY {
	font-family: Verdana;
	font-size: 12px;
	margin: 0px 0px 0px 0px !IMPORTANT;
	padding: 0px 0px 0px 0px !IMPORTANT;
	width: 100%;
	height: auto;
	background: url(/images/index/bg.png);
}

img { border: solid 0px white; }

/* Index */
#container {
	position: relative;
	margin: 10px auto 0px auto;
	height: 872px;
	width: 761px; /* + 2 * 26px sides  = 813px*/
}

#header {
	position: relative;
	width: 761px;
	height: 172px;
	background: url(/images/index2/header.png) top left no-repeat;
	z-index: 19999;
}

#flags {
	position: absolute;
	bottom: 25px;
	left: 125px;
	width: 200px;
	height: 23px;
}

#flags IMG{	
	display: block;
	float: left;
	border: 0px;
	margin: 0px 5px 0px 0px;
}

IMG#mannetje {
	position: absolute;
	z-index: 10000;
	top: 20px;
	left: -90px;
}

IMG#vrouwtje {
	position: absolute;
	z-index: 10001;
	right: -45px;
	top: 30px;
}

#baloontextcontainer {
	position: absolute;
	width: 310px;
	height: 143px;
	right: 83px;
}

IMG#baloontext {
	display: block;
	width: 247px;
	height: 35px;
	margin: 55px auto 0 auto;
	border: 0px;
}

#contentcontainer {
	width: 755px;
	height: 700px;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
}

#rightside {
	position: absolute;
	bottom: 0px;
	right: -25px;
	background: url(/images/index2/rightside.png) bottom right no-repeat;
	height: 700px;
	width: 25px;
	z-index: 0;
}

#leftside {
	position: absolute;
	bottom: 0px;
	left: -25px;
	background: url(/images/index2/leftside.png) bottom right no-repeat;
	height: 700px;
	width: 25px;
}

#bottom {
	width: 761px;
	height: 35px;
	background: url(/images/index2/bottombg.png) top left no-repeat;
	overflow: hidden;
}

IMG#bottomtext {
	display: block;
	border: 0px;
	margin: 5px auto 0px auto;
}

#orangeleft {
	float: left;
	background: #ff7000 url(/images/index2/orangebg.png) top left repeat-x;
	width: 252px;
	height: 100%;
	border-right: 3px solid #000000;
}

#menu {
	margin: 135px 5px 0px 5px;
	width: 252px;
	height: auto;
	overflow: hidden;
}

#rightcontent {
	position: relative;
	float: left;
	height: 700px;
	width: 500px;
	background: url(/images/index2/bluebg.png) top left repeat-y;
	z-index: 10003;
}

#belnuster {
	position: absolute;
	top: 120px;
	right: -115px;
	width: 157px;
	height: 157px;
	background: url(/images/index2/belnuster.png) no-repeat;
	z-index: 1000;
}

IMG#belnu {
	display: block;
	border: 0px;
	margin: 50px auto 0px auto;
	width: 65px;
	height: 49px;
}

#content {
	width: 480px; 
	height: 633px;
	padding: 20px 10px 10px 10px;
	overflow: hidden;
	color: #ffffff;
	font-size: 12px;
	position: relative;
	background: transparent url(/images/index/ballonbg.png) -125px 25px repeat-y;
}

#rightcontenttop {
	width: 485px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3d7ab4;
	background: #2c2c2c;
	padding: 0px 0px 0px 15px;
}

#menu a {
    color: #ffffff;
    text-decoration: none;
}

UL.firstlevel {
	margin: 5px 0px 0px 15px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

UL.firstlevel LI{
	margin: 0px;
	padding: 0px;
}

UL.secondlevel {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

UL.secondlevel LI{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

UL.thirdlevel {
	margin: 0px 0px 10px 25px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

UL.thirdlevel LI{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
