﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	background-image:url('../afbeeldingen/achtergrond.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	
}

* {
	margin:0px;
	padding:0px;
}

#container {
	margin: 0 auto;
	width:975px;
}



.clearen {
	clear:both;
}

#logo {
	height:132px;
	float:left;
	width:593px;
	margin:5px 0px 0px 20px;
}
#logo img {
	border:0px;
}



#naw {
	float:right;
	width:322px;
	padding:20px 20px 10px 20px;
	text-align:right;
	line-height:26px;
}


.nawtitel {
	color:#c2af76;
}


#hoofdmenubalk {
	margin:17px 0px 0px 0px;
	height:40px;
	line-height:40px;
	padding:0px 35px 0px 35px;
}


#submenubalk {
	float:left;
	width:175px;
	padding:20px;
	margin:20px 10px 20px 30px;
	border:2px solid #4c4c4c;
	background-image:url('../afbeeldingen/achtergrond_submenu.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#000000;
	text-align:right;
	height:400px;
}


#inhoud {
	float:right;
	width:670px;
	padding:0px 20px 20px 0px;
	margin:20px 10px 20px 0px;
	border:0px solid lime;
	line-height:20px;
}

















/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 16px;
	color: #939393;
	text-decoration:none;
	font-weight:bold;
}

a.hoofdmenu:hover {
	color: #ffffff;
}

a.hoofdmenu:active {
	color: #939393;
}



a.hoofdmenuactief {
	font-size: 16px;
	color: #c2af76;
	text-decoration:none;
	font-weight:bold;
}

a.hoofdmenuactief:hover {
	color: #ffffff;
}

a.hoofdmenuactief:active {
	color: #c2af76;
}







.tussenstukhoofd {
	font-size:16px;
	color: #c2af76;
}










a.submenu {
	font-size:14px;
	color: #858585;
	text-decoration:none;
	display:block;
	margin:0px 0px 5px 0px;
}

a.submenu:hover {
	color: #ffffff;
}

a.submenu:active {
	color: #858585;
}

.tussenstuksub {
	font-size: 13px;
	color: #3366ff;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/

