@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #000;
}
.tabel {
	background-color: #FFF;
	background-image: url(../images/achtergrond.png);
	background-repeat: no-repeat;
}


.wrapper {
	margin: 0px auto;
	height: auto;
	width: 970px;
}
.header{
	height: 174px;
	width: 970px;
}
.main{
	width: 970px;
	

}
.footer{
	height: 24px;
	width: 970px;
}
.news{
	height: 150px;
	width: 125px;
	border: medium double #DBDBF4;
}

	

.mainleft{
	
	
	width: 180px;
	float: left;
}
.mainmain{
	float: left;
	width: 500px;
}



}
.mainright {
	width: 190px;
}
#menu2 {
	width: 8em;
	border-right: 0px solid #000;
	padding: 0;
	margin-bottom: 1em;
	font-family:  Verdana, Arial, sans-serif;
}

#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#menu2 li {
	border-bottom: 1px solid #005d1f;
}

#menu2 li a {
	display: block;
	text-decoration: none;
	width: 100%;
	background-color: #FFF;
	font-size: 12px;
	background-image: url(../images/menu.png);
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 0px;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 5px;
}

#menu2 li a:hover {
	background-color: #9CF;
	color: #CCC;
	font-weight: bold;
}

#menu2 ul li a.selected{
	font-weight: bold;
	color: red;
}

/* hack om verkeerd gedrag IE Win te omzeilen en de links de volledige breedte vh block te laten innemen*/
html>body #menu li a {
	width: auto;
}
.tabel2 {
	border: medium double #0037dd;
	font-size: small;
	color: #FFF;
}

