/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
	background-color:#000000;
}

#container {
	margin: 0 auto;
	width:910px;
}

#hoofdmenubalk {
	position:absolute;
	margin:82px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	height:25px;
	line-height:25px;
	width:910px;
}
#submenubalk {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	width:898px;
	height:22px;
	line-height:22px;
	background-image:url('../afbeeldingen/gradient_inhoud.jpg');
	background-position:left top;
	background-repeat:repeat-x;

}

input {
    border: 1px solid #dedede;
    background: #ffffff;
}

.verzendknop {
						 background-color:#fbba00;
						 border: 1px solid #ffffff;
}

textarea {
			background-color:#c4c4c4;
}

#knop {
position:absolute;
margin:167px 0px 0px 744px;
z-index:99;
}

ul {
padding:0px 0px 0px 30px;
}
sup {
font-size:8px;

}
#logo {
	position:absolute;
	margin:0px 0px 0px 663px;
	width:242px;
	height:82px;
}
#logo img {
	border:0px;
}
#inhoud {
	position:absolute;
	margin:107px 0px 0px 0px;
	height:538px;
	border:1px solid #cb9527;
	width:908px;
}

#inhoud2 {
	position:absolute;
	margin:107px 0px 0px 0px;
	height:516px;
	border:1px solid #cb9527;
	width:908px;
}

#flashcontainer {
	width:908px;
	height:516px;
	background-position:left top;
	background-repeat:no-repeat;
}

#inhoudcontainer {
	margin:30px 0px 0px 35px;
	position:absolute;
	width:325px;
	height:400px;
}


#footer	{
	position:absolute;
	width:910px;
	margin:652px auto 0 auto;
	color:#353333;
}

#footer a {
color:#353333;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
color:#353333;
}

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


.clearen {
	clear:both;
}

/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 11px;
	text-transform:uppercase;
	color: #6e6e6e;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	padding:0px 5px 0px 5px;
}

a.hoofdmenu:hover {
	color: #8b8b8b;
	text-decoration:none;
}

a.hoofdmenu:active {
	color: #6e6e6e;
	text-decoration:none;
}




a.hoofdmenuactief {
	font-size: 11px;
	text-transform:uppercase;
	color: #fdba31;
	font-weight:bold;
	text-decoration:none;
}

a.hoofdmenuactief:hover {
	color: #8b8b8b;
	text-decoration:none;
}

a.hoofdmenuactief:active {
	color: #6e6e6e;
	text-decoration:none;
}



#hoofdactief {
	display:inline-block;
	height:25px;
	background-image:url('../afbeeldingen/hoofdmenu_achtergrond.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0px 10px 0px 10px;
}


a.submenu {
	font-size:11px;
	color: #6d6d6d;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	padding:0px 5px 0px 5px;

}

a.submenu:hover {
	color: #8b8b8b;
	text-decoration:none;
}

a.submenu:active {
	color: #6d6d6d;
	text-decoration:none;
}


a.submenuactief {
	font-size:11px;
	color: #fdba31;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	padding:0px 5px 0px 5px;
	font-weight:bold;

}

a.submenuactief:hover {
	color: #fdba31;
	text-decoration:none;
}

a.submenuactief:active {
	color: #fdba31;
	text-decoration:none;
}









/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/

