@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5c5c5c;
	width: 100%;
}

h1{
	color: #40a8ee;
	font-size: 18px;
	font-weight: bold;
	max-width: 850px;
}

h2{
	font-weight: bold;
	font-size: 12px;
	max-width: 850px;
}

h3{
	max-width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #5c5c5c;
}

#container{
	width: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}


#logo{
	width: 164px;
	height: 207px;
	background-image: url(images/logo.png);
	position: absolute;
	left: 125px;
	top: 0px;
	
}


#mainMenu{
	height: 53px;
	width: 100%;
	min-width: 800px;
	font-size: 13px;
	background-repeat: repeat-x;
 	background-image: url(images/balk.jpg);
 	position: absolute;
 	top: 90px;
	padding: 0px;
	float: left;
	letter-spacing: -1px;
	text-align: center;
}

#mainMenu li{
	float: left;
	height: 45px;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	text-align: center;

}

#mainMenu ul{ 
	clear: left;
	margin-right: 0;
}

.link{
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 7px;
	position: relative;
	left: 300px;
	top: 10px;
}

a.link:hover{
	text-decoration: none;
	color: #d6df49;
}

#mainMenu li ul{
	position: absolute;
	z-index: 9000;
	width: 150px;
	left: -999em;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	top: 55px;
}

#mainMenu li:hover ul, #mainMenu li.sfhover ul{
	left: auto;
}

#mainMenu li ul li{
	height: 22px;
	width: 180px;
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
}

a.sublink{
	width: 250px;
	padding-left: 10px;
	height: 20px;
	padding-top: 5px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #bc70e1;
	position: relative;
	z-index: 1010;
	left: 175%;
	top: -2px;
}

a.sublink a:hover{
	text-decoration: none;
	background-color: #bc70e1;

}

#mainMenu li ul li ul.subsubMenu{
	left: -999em;
	top: 0px;
	z-index: 20000; 
}

#mainMenu li ul li.triggerSub:hover ul.subsubMenu{
	left: 190px;
	top: 0px;
	z-index: 20000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#header{
	width: 800px;
	height: 140px;
	background-image:url(images/header_small.jpg);
	z-index: 0;
	position: absolute;
	top: 143px;
	left: 0%;
}

#header_bg{
	min-width: 800px;
	width: 100%;
	z-index: 0;
	height: 140px;
	background-repeat: repeat-x;
	background-image: url(images/header_bg_small.jpg);
	margin-top: 143px;
}

#content{
	width: 900px;
	min-height: 400px;
	margin-left: 15%;
	margin-right:auto;
	padding: 15px;
	position: relative;
	top: 10px;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom
}


#footer{
	width: 100%;
	min-width: 800px;
	height: 84px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	position: relative;
	bottom: 0px;
	text-align: center;
	padding-top: 25px;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#5C5C5C; }
	
#footer a:hover {
	text-decoration:underline;
	color:#5C5C5C; }
