
body{
	margin: 8px;
	background-color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #B22222;
	text-decoration: none;
}
a:hover{
	background-color: #F4F4FF;
}
#wrapper{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E7E7E7;
	background-color: #f9fcf4;
	min-height: 600px;
}

#header{
	height: 169px;
	background-image: url(../images/header/head_bg.png);
	background-repeat: repeat-x;
}
	#header1{
		height: 100%;
		background-image: url(../images/header/head_sgv.png);
		background-repeat: no-repeat;
		background-position: left;
	}
	#header2{
		height: 100%;
		background-image: url(../images/header/head_kaart.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	#header3{
		height: 100%;
	
		background-image: url(../images/header/head_drupel.png);
		background-repeat: no-repeat;
		background-position: center;
	}
#content{
	width: 980px;
	background-color: #f9fcf4;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 8px;
}

h1{
	color: #C9CACC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	
}
h2{
	color: #143A16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-color: #B5B5B5;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* kalender */
span.datum{
	display: block;
	border-bottom: thin dotted #949494;
	background-color: #F5F5F5;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
span.omschrijving{
	padding: 3px;
	display: block;
}
ul.kalender{
	list-style: none;
}
ul.kalender li{
	margin-bottom: 13px; 
	padding: 3px;
}

#kalendernav{
	text-align: center;
}
#kalendernav span a{
	color: Black;
	font-weight: bold;
}
#kalendernav span.currentmonth {
	font-size: 20px;
	padding: 0 15px 0 15px;
}
/* MENU */
#menu {
	height: 25px;
	padding: 143px 0 0 80px;
}

#menu ul {
	margin: 0; padding: 0;
	padding: 4px 0 0 0;
	list-style-type: none;
	z-index: 100;
}
#menu ul li {
	float: left;
	position: relative;
	width: 116px;
	text-align: center;
	height: 27px;
	z-index: 100;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#menu ul li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 23px;
}
#menu ul li ul li a {
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: left;
}
#menu li ul {
	margin: 0; padding: 0;
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	background-image: url('../images/menu-bg.png');
	background-color: #E9E9E9;
}
#menu li > ul {
	top: auto; left: auto;
}
#menu li ul li {
	clear: both;
	padding: 3px 1px 1px 5px;
	width: 280px;
}
#menu li ul li a{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#menu li:hover ul, #menu li.over ul {
	display: block;
	position: absolute;
	top: 22px;
	left: 2px;
}
#menu li a:hover{
	background-color: transparent;
	color: #DDDFF6;
	}
/*
#menu li ul li a:hover{
	background-color: #4F4F4F;
}*/
#menu li ul li a:hover, #menu li:hover li:hover, #menu li.over li.over {
	background-color: #BCBCBC;

	/*background-image: url('../images/menu-bg-dark.png');*/
}

/*********** Nieuws *******/
div.nieuwsitem{
	width: 700px;
}
div.nieuwsitem .datum{
	font-size: smaller;
	color: Gray;
}
div.nieuwsitem .readmore{
	border-bottom: 1px dotted #B5B5B5;
	background-color: #F5F5F5;
}

/************ Wie is wie ******/
div#takkenKeuze{
	width: 200px;
	float: right;
	padding: 0px 10px 0px 0;
	margin-right: 15px;
	/*border-right: 1px dotted Gray;*/
}

#takkenKeuze ul{
	list-style: none;
	border-top: 1px solid Gray;
	padding: 0px;
	margin: 0px;
}
#takkenKeuze ul li{
	
	border-bottom: 1px solid Gray;
	
}
#takkenKeuze ul li a{
	color: black;
	display: block;
	padding: 7px;
}
div#adressen {
	margin-right: 220px;
}
#adressen div{
	width: 350px;
	/*float: left;*/
	border: 1px solid Silver;
	margin: 0 10px 10px 0;
	padding: 5px;
}
#adressen div span.naam{
	display: block;
	font-weight: bold;
	background-color: #DDDFF6;
	padding: 3px 0px 3px 0px;
}
#wiwAdressen{
	
}

div#sidebar{
	width: 250px;
	float: right;
	background-color: #F5F5F5;
	margin: 0px 3px 2px 3px;
	padding: 2px;
}
div#sidebar ul{
	padding: 0px;
}
div#sidebar ul.kalender li{
	margin-bottom: 13px; 
	padding: 1px;
}