body{
	background-image:url(/images/bgs/home.jpg);
}


h2{
	position:absolute;
	display:block;
	text-indent:-999999em;
	cursor:pointer;
}

h3,
p.intro{
	color:#344855; 
}

#contentHolder{
	top:0px;
	left:40px;
	position:absolute;
	width:422px;
	z-index:999;
}

#content{
	background-image:url(/images/bgs/homeText.png);
	padding:35px 25px 35px 25px;
}

#contentBottom{
	background-image:url(/images/bgs/homeTextBottom.png);
	height:10px;
}

h2#construct{
	background-image:url(/images/buttons/home/construct.png);
	left:308px;
	top:89px;
	height:114px;
	width:132px;
}

h2#information{
	background-image:url(/images/buttons/home/bedrijven.png);
	left:408px;
	top:239px;
	height:110px;
	width:96px;
	z-index:9999;
}

h2#mine{
	background-image:url(/images/buttons/home/mijncivilion.png);
	left:155px;
	top:332px;
	height:110px;
	width:93px;
}

h2#about{
	background-image:url(/images/buttons/home/overcivilion.png);
	left:25px;
	top:450px;
	height:144px;
	width:141px;
}

h2#academy{
	background-image:url(/images/buttons/home/academy.png);
	left:209px;
	top:455px;
	height:84px;
	width:165px;
}

h2#cursus{
	background-image:url(/images/buttons/home/cursuscatalogus.png);
	left:328px;
	top:314px;
	height:120px;
	width:120px;
}

#menuHolder{
	position:absolute;
	top:76px;
	left:467px;
	background-image:url(/images/bgs/homeMenuHolder.png);
	width:94px;
	height:45px;
	padding:5px;
}

#menu{
	margin:0;
	padding:0;
	outline:none;
}

#menu li {
	float: left;
	list-style:none;
	padding-left:1px;
}

#menu li a{
	display:block;
	height:41px;
	text-indent:-999999em;
	width:30px;
}

#menu li.home a{
	background:url(/images/buttons/top_home.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#menu li.email a{
	background:url(/images/buttons/top_email.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#menu li.search a{
	background:url(/images/buttons/top_search.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#rollOver.construct .content{
	background-image:url(/images/homeRollOver/headers/construct.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:70px;
	background-color:#FFD300;
	width:186px;
}

#rollOver.information {
	z-index:999999;
}
#rollOver.information .content{
	background-image:url(/images/homeRollOver/headers/information.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:130px;
	color:#FFFFFF;
	width:176px;
}

#rollOver.mine .content{
	background-image:url(/images/homeRollOver/headers/mine.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:120px;
	background-color:#FFFFFF;
	width:127px;
}

#rollOver.about .content{
	background-image:url(/images/homeRollOver/headers/about.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:70px;
	color:#FFFFFF;
	width:173px;
}

#rollOver.academy .content{
	background-image:url(/images/homeRollOver/headers/academy.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#00B2DE;
	width:293px;
	padding-top:70px;
}

#rollOver.cursus .content{
	background-image:url(/images/homeRollOver/headers/cursus.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#FFF;
	width:156px;
	padding-bottom:138px;
}

#nederlandMenu{
	top:0;
	left:350px;
	background-image:url(/images/bgs/nederland_home.png);
}

#searchFormHolder {
	background-color:#42596b;/*#524118;*/
	height:27px;
	padding-top:14px;
	top:50px;
	z-index:2;
}

