/**************** STARTPAGE LAYOUT ************************/

html { overflow-x: hidden; overflow-y: hidden }

body {
	overflow-x: hidden; overflow-y: hidden; /* IE5.5 SCROLL BUG */
	font-family: Tahoma; font-size: 11px;
	color: #27292a;
	cursor: default;
	background-color: #ffe500;
}

#horizon {
	background-color: #99CCCC;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}

#bg {
	position: absolute;
	background: url("../images/portalbg.gif") left repeat-x;
	margin: 0px;
	top: -563px;
	width: 100%;
	height: 776px;
}

#inner {
	position:absolute;
	margin:0 0 0 -500px;
	top:-355px;
	left:50%;
	width:1000px;
	height:660px;
}

#bgpic { position: absolute; left: 46px; background: url("../images/portalpic.jpg"); width: 866px; height: 538px }

#footer { position: absolute; bottom: 12px; left: 27px; font-size: 10px; color: #000000 }

#whiteblock {
	position: absolute;
	background-color: #FFFFFF;
	margin: 0px;
	top: 213px;
	width: 100%;
	height: 2000px;
}

#langHolder { position: absolute; bottom: 115px; left: 523px; height: 39px; width: 500px }
#choose { float: left; width: 154px; height: 39px; background-image: url("../images/choose.gif"); margin-right: 10px }
#split { float: left; margin: 0 2px 0 2px; width: 13px; height: 39px; background-image: url("../images/streepje.gif") }
#nl a { float: left; display: block; width: 41px; height: 39px; background-image: url("../images/nl.gif") }
#fr a { float: left; display: block; width: 42px; height: 39px; background-image: url("../images/fr.gif") }
#en a { float: left; display: block; width: 44px; height: 39px; background-image: url("../images/en.gif") }
#es a { float: left; display: block; width: 41px; height: 39px; background-image: url("../images/es.gif") }
#it a { float: left; display: block; width: 36px; height: 39px; background-image: url("../images/it.gif") }
#nl a:hover { background-position: 41px 0px }
#fr a:hover { background-position: 42px 0px }
#en a:hover { background-position: 44px 0px }
#es a:hover { background-position: 41px 0px }
#it a:hover { background-position: 36px 0px }

BR.clear { clear: both }
/**********************************************************/
