@charset "utf-8";

/*-----------------------------------------------------------------------------------------------------------------------------------------
				algemene site opbouw
-----------------------------------------------------------------------------------------------------------------------------------------*/
/* algemeen */
#body {
	background: #558855; 
	}

/* titels */	
#header {
	background: #558855;
	width: 800px;
	height: 220px;
	text-align: center;
	}

/* inhoud*/
#cont {
	background: #ffff99;
	
	text-align: left;
	font-size: 12px;
	border: 0px solid #000;
	width: 624px;
	height: auto;
	min-height: 540px;
	float: right;
	padding: 5px;
	padding-top: 10px;
	color: #800000;
	font-family: verdana, arial;
	}
	
/* Voetnoot */
#footer {
	color: #800000;
	text-align: left;
	font-size: 9px;
	width: 600px;
	padding: 5px;
	padding-top: 7px;
	float: right;
	font-family: verdana, arial;
}

/* achtergrond */
#wrap {
	margin: 0 auto;
	background: #ffff99;
	text-align: left;
	width: 800px;
	height: 800px;
	position: relative;
	}

/*-------------------------------------------------------------------------------------------------------------
Het navigatie menu
--------------------------------------------------------------------------------------------------------------*/
#menu {
	position: left; /* Menu position that can be changed at will */
	top: 0;
	left: 2px;
	width: 150px;
	height: auto;
	float: left;
}

#menu dt {
	cursor: pointer;
	margin-left: 6px;
	margin: 2px;
	padding-left: 5px;
	height: 33px;
	line-height: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
/*	border: 1px solid black;*/
	background: #eeee77; /*achtergrond knoppen*/
	color: #800000;
}
#menu dd {
	margin-left: 7px;
	margin-right: 5px;
	vertical-align: middle;
	background: #eeee88;
/*	border: 1px solid black; */
}
#menu li{
	text-align: left;
	padding-left: 5px;
	height: 17px;
	font-size: 13px;
}
#menu ul{
	margin-left: 10px;
	color: #800000;
	font-weight: bold;
	font-size: 13px;
}
#menu dt a{
	color: #800000;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	border: 0 none; 
	height: 27px; /*kleur binnen de knoppen*/
}
#menu li a{
	color: #800000;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	border: 0 none;
	height: 17px; /*kleur binnen de knoppen*/
}
/* vlaggetjes */
#menu img {
	border: 0;
}

#menu li a:hover, #menu dt a:hover, #menu ul a:hover, #menu dd a:hover{
	color: #f00; 
	text-decoration: underline;
}

dl, dt, dd, ul, li {
	margin-left: 2px;
	padding: 0;
	list-style-type: none;
}
/*--------------------------------------------------------------------------------------------------------------
					einde menu
--------------------------------------------------------------------------------------------------------------*/

h1{
	color: #800000;
	font: bold 16px "Lucida Handwriting", "Lucida Calligraphy",georgia, sans-serif;
}

h2{
	color: #800000;
	font-size:14px;
}

h3{
	color: #800000;
	font: normal 32px "Lucida Handwriting", "Lucida Calligraphy";
	text-align: center;
}
h4{
	color: #800000;
	font: normal 24px "Lucida Handwriting", "Lucida Calligraphy";
	text-align: center;
}
h5{
	color: #800000;
	font: normal 12px "Lucida Handwriting", "Lucida Calligraphy";
	text-align: center;
}
h6{
	color: #800000;
	font: normal 14px "Lucida Handwriting", "Lucida Calligraphy";
	text-align: left;
}


table#tableh{
	color: #800000;
	font-size:12px;
	padding: 0 5px 5px 0;
	width: 300px;
	text-align: center;
}
table#tablev{
	color: #800000;
	font-size:12px;
	padding: 0 5px 5px 0;
	width: 450px;
}

/* voor alle linkjes, de link zelf, dan als je er bent geweest en als je eroverheen gaat (hovert)*/
a:link {
	color: #800000;
	text-decoration: underline;
}

a:visited{
	color: #800000;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}