﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/

html {
	background-image:url('../afbeeldingen/achtergrond_pagina.gif');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#F0F0F0;
}
html, body {
	height:100%;
}


* html > #container {
	height: 100%;
}


* {
	margin:0px;
	padding:0px;
}

#container {
	margin: 0 auto;
	width:975px;
	min-height: 100%;
	position: relative;
	background-color:#ffffff;
	border:0px;
	background-image:url('../afbeeldingen/achtergrond_container.gif');
	background-position:left top;
	background-repeat:repeat-y;
	
}




#kop {
	background-image:url('../afbeeldingen/achtergrond_kop.gif');
	height:154px;
}


#logo {
	position:absolute;
	width:256px;
	height:68px;
	margin:22px 0px 0px 28px;
}
#logo img {
	border:0px;
}


#hoofdmenubalk {
	position:absolute;
	height:24px;
	margin:107px 0px 0px 28px;
}

#submenubalk {
	position:absolute;
	height:22px;
	margin:132px 0px 0px 28px;
}



#groteafbeelding {
	height:280px;
	border:0px;
	border-top:1px solid #c1c1c7;
	border-bottom:1px solid #c1c1c7;
	background-image:url('../afbeeldingen/groteafbeeldingen/willekeurig.php');
}

#inhoud {
	padding:20px;
}

#inhoud2 {
	padding:20px;
	border-top:1px solid #c1c1c7;
}










/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 15px;
	font-weight:bold;
	color: #30507f;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #30507f;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #30507f;
	text-decoration:none;
}

.tussenstukhoofd {
	font-size:15px;
	color:#CFCFCF;
}

a.submenu {
	font-size:11px;
	color:#959595;
	text-decoration:none;
}

a.submenu:hover {
	color: #959595;
	text-decoration:underline;
}

a.submenu:active {
	color: #959595;
	text-decoration:none;
}
.tussenstuksub {
	font-size: 11px;
	color:#CFCFCF;
}

