@charset "utf-8";

body {
	font-family: Comic Sans MS, Verdana;
	color:#ffff00;
	font-weight:bolder;
	background-image:url(/images/bg.gif);
}

a:link {
	color: #ffff00;
}

a:visited {
	color: #ffff00;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ffff00;
}

#totaal {
	width:790px;
	margin:0 auto;
	margin-top:20px;
}

#top {
	background-image:url(/images/header.gif);
	width:790px;
	height:104px;
}

#midden {
}

#menuBox {
	width:168px;
	float:left;
}

#menuTop {
	width:168px;
	height:9px;
	background:url(/images/menuTop.gif);
}
	
#menu {
	width:168px;
	background:url(/images/menuBG.gif);
	background-repeat:repeat-y;
	padding-bottom:17px;
}

#menuItems {
	text-align:center;
	font-size:20px;
	line-height:36px;
	margin-right:9px;
	min-height:400px;
}

#menuItems a {
	text-decoration:none;
}

#menuItems a:hover {
	color: #00ff00;
}
	
	
#menuBottom {
	width:168px;
	height:9px;
	background:url(/images/menuBottom.gif);
}

#contentBox {
	width:622px;
	float:left;
}

#contentTop {
	width:622px;
	height:9px;
	background:url(/images/contentTop.gif);
}

#content {
	width:622px;
	background:url(images/contentBG.gif);
	background-repeat:repeat-y;
	padding-top:7px;
	padding-bottom:10px;
}

#contentInhoud {
	min-height:400px;
	margin-left:15px;
	margin-right:24px;
}

#contentBottom {
	width:622px;
	height:9px;
	background:url(/images/contentBottom.gif);
}

#bottom {
	color:#000;
	font-size:12px;
	width:98%;
	text-align:center;
	float:left;
}

#bottom a{
	color:#000;
}

#bottom a:hover {
	color: #ff0000;
}

.afbeeldingLink {
	border:none;
}