body {
	padding: 0px;
	margin: 0px;
	background-color: #f8eee9;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	color: #FFF;
	overflow-x:hidden;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #E9E9E9;
	
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

hr{
    
    height:1px;
    background: white;
    border: none;
    
}

#logo {
	background-image: url(../img/logo.png);
	width: 261px;
	height: 63px;
	margin: 0px auto 0px auto;
    padding-left: 220px;
    padding-top: 85px;
	z-index: 10;
}

#lang {
    float: right;
    color: #666;
    text-align: right;
}

#lang a {
    color: #666;
}

#bg-repeat {
	width: 100%;
	height: 181px;
	background-image: url(../img/bg_repeat.gif);
	background-repeat: repeat-x;
	z-index: 10;
}

#bg-static {
	width: 100%;
	z-index: 10;
	height: 181px;
	background-image: url(../img/bg_static.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#banner {
	z-index: 100;
	width: 100%;
	height: 216px;
	position: absolute;
	/*margin: 0px auto 0px auto;*/
	top: 113px;
}
	
#menu {
	width: 645px;
	height: 32px;
	padding-top: 0px;
	background-image: url(../img/menu.gif);
	margin: 0px auto 0px auto;
	/* Fonts defineren */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#content {
	width: 565px;
	min-height: 347px;
	background-color: #7e2f00;
	background-image: url(../img/content.gif);
	background-repeat: no-repeat;
	overflow-y: auto;
	overflow-x: none;
	margin: 10px auto 0px auto;
	padding: 40px 40px 21px 40px;
}

#footer {
	width: 603px;
	height: 29px;
	padding: 10px 21px 0px 21px;
	background-image: url(../img/footer.gif);
	margin: 5px auto 5px auto;
}


#navigation {
width: 600px;
height: 20px;
color: #FFFFFF;
padding-top: 0px;
padding-left: 0px;
text-align: center;

}

			
		.wit {
		color: #FFFFFF;
		padding-top: 11px;
		}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
text-decoration: none;
margin-top: 0;
margin-bottom: 20px;
font-size: 1.2em;
font-weight:bold;
text-align: center;
} 

h2 {
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 1.1em;
font-weight:bold;
text-align: left;
} 

#nav ul, #nav ul ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;

}

#nav ul li {
float: left;
width: 110px;

}

#nav ul ul {
position: absolute;
width: 110px;
left: -1000px;
border: 0px solid #FFF;
}

#nav ul li:hover ul, #nav ul li.ie_does_hover ul {
left: auto;
background-position: 0 0;

}

#nav ul a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

ul a:link{
font-weight: bold;
color: #FFF;
cursor: pointer;

}

ul a:hover{

    color: #fd6c00;

}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
font-weight: bold;
}

ul li{
background-color: #7e2f00;

}

ul ul li{
background-color: #a44700;
border-top: 1px solid #f8eee9;
border-bottom: 1px solid #f8eee9;
border-left: 0;
margin-bottom: 4px;

}

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

* html ul ul li{
border-top: 0;
}

.cufon-active #logotekst {
    font-size: 1.8em;
}

#logotekst {
    
    color: black;
    font-size: 1.8em;
    margin-left: 25px;
}
