@charset "utf-8";
/* CSS Document */

body {
	background:url(images/background_body.jpg) repeat-x;
	margin:0px;
	padding:0px;
	background-color: #9d9d9d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}


#header {
	width:900px;
	height:93px;
	margin:0px auto 0px auto;
	background-image:url(Templates/header2.jpg);
		}
#menubalk {
	width:900px;
	height:40px;
	margin:2px auto 2px auto;
	background-color:#666;
	padding:0px;
	border:#CCC;
	}

#menubalk ul {
	margin:0 auto;
	list-style:none;
	padding:2px;
}

#menubalk li {
	margin:0px;
	padding:0px;
	display:inline;
	font-size:12px;
	color:#FFF;
}

#menubalk a {
	float:left;
	display:block;
	height:36px;
	width:86px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

#menubalk a:hover {
	color:#03F;
	background-color:#FFF;
}

#page {
	width:900px;
	height:auto;
	margin:0 auto;
	background-color:#666;
	background-repeat:repeat-x;	
	}

#zijmenu {
	float:left;
	width:175px;
	height:575px;
	}

#content {
	float:right;
	width:725px;
	height:auto;
	color:#FFF;
}

#content a {
	color:#FFF;
	text-decoration:underline;
	}

#content a:hover {
	color:#03F;
	background-color:#FFF;
}

#zijmenu ul {
	margin:5px;
	padding:0px;
	list-style:none;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	
#zijmenu a {
	display:block;
	height:25px;
	width:140px;
	padding:6px 0 0 3px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

#zijmenu a:hover {
	color:#03F;
	background-color:#FFF;
	font-weight: bold;
}

#subfooter {
	clear:both;
	height:20px;
	width:900px;
	margin:0 auto;
	background-color:#666;
	padding:3px 0 0 0;
	text-align:center;
	color:#FF0;
}

#footer {
	width:900px;
	height:40px;
	background:#898989;
	margin:5px auto;
	padding:5px 0 0 0;
	text-align:center;
}

#footer a {
	text-decoration:none;
	font-size:12px;
	color:#000;
}

#footer a:hover {
	color:#03F;
	background-color:#FFF;
}

H1 {
	font-size:16px;
}

H2 {
	font-size:12px;
}

.lichtkrant {
	color:#FF0;
	font-size:14px;
	font-weight:bold;
}

#zoekform {
	padding:5px 0 0 3px;
}

#page #content table tr td a u {
	font-weight: bold;
	background-color:#999;
}

#page #content table tr td a u a {
	color:#FF0;
	font-weight: bold;
}

#page #content table tr td a u a:hover {
	color:#00F;
	font-weight: bold;
}

#onderbalk {
	width:100%;
	height:36px;
	background-color:#000;
	margin:5px 0 0 0;
	color:#CCC;
	padding:0px auto 0 5px;
}

#onderbalk a {
	color:#CCC;
	text-decoration:none;
}

#onderbalk a:hover {
	text-decoration:underline;
	color:#FF0;
}

