﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
body {
	
}

html {
	
}

body {
	margin:0px;
	padding:0px;
	background-image:url('../afbeeldingen/achtergrond.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}

#container {
	margin: 0 auto;
	width:975px;
}

.clearen {
	clear:both;
}

#kop {
	height:182px;
}
#logo {
	position:absolute;
	margin:0px 0px 0px 0px;
}
#logo img {
	border:0px;
}
#nawgegevens {
	position:absolute;
	margin:14px 0px 0px 800px;
	width:150px;
	line-height:20px;
	font-size:11px;
	text-align:right;
}
#menubalk {
	width:200px;
	float:left;
	text-align:right;
	margin:0px 0px 0px 60px;
}
#inhoud {
	float:right;
	width:614px;
	border-left:1px solid #cfcfcf;
	padding:0px 50px 80px 50px;
	background-image:url('../afbeeldingen/ringen.jpg');
	background-position: left bottom;
	background-repeat:no-repeat;
}

#inhoud img {
	border:4px solid #c7c7c7;
}





/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 15px;
	color: #8b8c90;
	text-decoration:none;
	display:block;
	height:25px;
	line-height:25px;
	width:170px;
	padding:0px 30px 0px 0px;
	margin:0px 0px 10px 0px;

}

a.hoofdmenu:hover {
	color: #8b8c90;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #8b8c90;
	text-decoration:none;
}


a.hoofdmenuactief {
	font-size: 15px;
	color: #5c5d64;
	text-decoration:none;
	display:block;
	height:25px;
	line-height:25px;
	width:170px;
	background-color:#f2f2f2;
	padding:0px 30px 0px 0px;
	border-bottom:1px solid #cadb2a;
	margin:0px 0px 10px 0px;
}

a.hoofdmenuactief:hover {
	color: #5c5d64;
	text-decoration:underline;
}

a.hoofdmenuactief:active {
	color: #5c5d64;
	text-decoration:none;
}





.tussenstukhoofd {
	font-size:16px;
	color: #3366ff;
}

a.submenu {
	font-size:13px;
	color: #858585;
	text-decoration:none;
}

a.submenu:hover {
	color: #3366ff;
	text-decoration:underline;
}

a.submenu:active {
	color: #858585;
	text-decoration:none;
}

.tussenstuksub {
	font-size: 13px;
	color: #3366ff;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/
