body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #660000;
	text-align: center;
}
body.contentpane {
	background-color: #fff;
}
#top {	
	padding-top: 25px;
	height: 135px;
	background-color: #f0f0f0;
	text-align: center;
}
#middle {
	height: 400px;
	position:relative;
}
a {
	color: #fff;
}
#buttons div.moduletable{
	margin-left: 0px;	
}
#buttons {
	width: 930px;
	margin: 0 auto;
	margin-top: 65px;
	height: 400px;
	background: url(../images/buttonbackground.jpg);
	background-repeat: no-repeat;
}
#buttons ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#buttons li.mainlevel{
	position: relative;
	padding:0;
	margin:0 8px 0 0px;
	float:left;
	text-align: center;
}
#buttons ul li.mainlevel a {
	height: 243px;
}
#buttons li#current a{
	display: block;
	background: none;
}
#buttons a{
	display: block;
	text-decoration: none;
	background-color: #660000;
  filter:alpha(opacity=01);
  opacity:0.0;

}
#buttons ul li.mainlevel ul li a{
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #660000;
	background-color: #ffffff;
	height: auto;
	filter:alpha(opacity=65);
	opacity:0.65;
}
#buttons ul li ul li a:hover{
	background-color: #600;
	color: #fff;
}
#buttons li.mainlevel ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	display: none;
	position: relative;
	top: 0em;
	left: 0;
}

#buttons li:hover ul, #buttons li.over ul {
	display: block;
}
#buttons li ul li.sublevel {
	display: block;
}
/* Menu items hoofd weergeven breedte en achtergrond */
li#menuitem_1{
	width: 177px;
	height: 243px;
/*	background: url(../images/algemeen.jpg);
	background-repeat: no-repeat;
*/
}
li#menuitem_2{
	width: 136px;
	height: 243px;
/*	background: url(../images/menu.jpg);
	background-repeat: no-repeat;
*/
}
li#menuitem_3 {
	width: 213px;
	height: 243px;
/*	background: url(../images/nieuws.jpg);
	background-repeat: no-repeat;
*/
}
li#menuitem_4{
	width: 176px;
	height: 243px;
/*	background: url(../images/overvurrukkulluk.jpg);
	background-repeat: no-repeat;
*/
}
li#menuitem_5{
	width: 174px;
	height: 243px;
/*	background: url(../images/extra.jpg);
	background-repeat: no-repeat;
*/
}

#adresbalk{
	height: 30px;
	background-color: #f0f0f0;
	padding-top: 8px;
}

