@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:  Verdana, Arial, sans-serif;
	background-color: #009;
	background-repeat: no-repeat;
	font-size: small;
}
.header{
	height: 240px;
	width: 970px;
}
#main{
	width: 970px;
	padding-top: 0px;
}
.tabel {
	background-color: #FFF;
	background-image: url(../images/boven.jpg);
	background-repeat: no-repeat;
}

.footer{
	
	height: 240px;
	width: 970px;
}
.news{
	height: 150px;
	width: 155px;
	border: medium double #DBDBF3;
	
}
.flash{
	
	height: 240px;
	width: 450px;
	float: left;
}
.rechtsbovenwrapper{
	
	height: 240px;
	width: 520;
	
}
.rechtsbovenspacer{
	height: 118px;
	width: auto;
}
.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}
.rechstboventekst{
	height: 60px;
	width: auto;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	color: #00F;
}
.rechtsbovenmenu{
	margin-left: 15px;
}
.mainleft{
	margin:0px;
	padding:0px;
	width: 180px;
	float: left;
	
}
.mainmain{
	float: right;
	width: 790px;
	min-height: 250px;
	
}


#menu1 ul{
	margin: 0;
	padding:0;
	list-style-type: none;
}
#menu1 li{
	display: inline;
}

#menu1 li a{
	font-family:  Verdana, Arial, sans-serif;
	text-decoration:none;
	padding: 0.2em 1em 0.2em 1em;
	border-left: 1px solid black;
	border-right: 5px solid #fff; /*zelfde als achtergrondkleur, dus onzichtbaar*/
	border-bottom: 1px solid #fff;
	color: #9CF;
	font-size: 12px;
	background-image: none;
}


#menu1 li a:hover{
	background-color: #069;
	color: #000;
	border-right: 5px solid #005d1f; /* nu wordt de border zichtbaar */
	border-bottom: 1px solid #000;
}


/* -- Stijlen voor het dropdown-style menu */ 

#menu2 {
	width: 10em;
	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%;
	padding: 5px 5px 5px 0.5em;
	background-color: #FFF;
	color: #009;
	font-size: 12px;
	background-image: url(../images/menuachtergrond.jpg);
}

#menu2 li a:hover {
	background-color: #9CF;
	color: #999;
	font-weight: bold;
}

#menu2 ul li a.selected{
	border-right: 10px solid red;
	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;
}

