
body {
background : #000000 url(../img/background/main.jpg);
background-repeat : no-repeat;
color : #ffffff;
}
div#wrapper {
position : relative;
left : 50%;
width : 800px;
margin : 0 0 0 -400px;
height : 100%;
}
div#banner {
background : #000000 url(../img/background/pagina_01.jpg);
width : 100%;
margin : 0 0 0 0;
height : 114px;
}
div#nav {
background : #000000 url(../img/background/pagina_02.jpg);
background-repeat : no-repeat;
width : 100%;
margin : -16px 0 0 0;
height : 40px;
text-align : left;
}
div#boven {
background : #000000 url(../img/background/pagina_03.jpg);
width : 100%;
height : 103px;
margin : 0 0 -16px 0;
}
div#midden {
background : #000000 url(../img/background/pagina_05.jpg);
width : 100%;
min-height : 300px;
margin : 0 0 0 0;
}
div#onder {
background : #000000 url(../img/background/pagina_06.jpg);
width : 100%;
height : 79px;
margin : -16 0 0 0;
text-align : center;

}
div#footer {
background : #000000 url(../img/background/pagina_02.jpg);
width : 100%;
margin : 0 0 0 0;
height : 40px;
text-align : center;
line-height: 40px;
}
#navigation ul {
background : black;
list-style : none;
overflow : hidden;
}

#navigation li a:hover {
background : url(../img/navbutton/navknophover2.jpg);
}
#navigation li ul {
display : none;
width : 100px;
position : absolute;
padding : 0px 0px;
}
#navigation li:hover ul {
display : block;
}
#navigation li ul li {
width : 100%;
}
#navigation li ul a {
background : url(../img/nav-midden.gif);
padding : 6px 6px;
}
#navigation li ul a:hover {
background : #660011 url(../img/nav-midden.gif);
}
#navigation {
height : 50px;
color : #ffffff;
list-style : none;
overflow : hidden;
list-style-type : none;
}
#navigation li {
float : left;
}
#navigation li a {
display : block;
padding : 8px 1em;
background : url(../img/navbutton/navknop2.jpg);
color : #ffffff;
text-decoration : none;
}
p#tekst {padding :0px 10px 0px;}
p#tekst2 {padding :0px 10px 0px;
				  text-align: center;}
p#h1			{padding :25px 10px 0px;
				   text-align: center;
					 font-weight: bold;
           font-size: 30px;
				}
p#reclame			{
				   text-align: center;
					 font-weight: bold;
           font-size: 30px;
					 color: red;
				}
				
a  {
color:#0066FF;
text-decoration:none;
padding :0px 10px 0px;}

div.hidden { display: none; 
					   padding :0px 10px 0px;} 
						 
div.show   { display: block;
					   padding :0px 10px 0px;} 
						 
a.option {
  display: block;
  text-align: left;
  color: #fff;
  background-color: #00398C;
  line-height: 140%;
  padding: 5px 0;
  margin: 6px 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 3px #fff;
}
a:visited.option {
  display: block;
  text-align: left;
  color: #fff;
  background-color:#6A5ACD;
  line-height: 140%;
  padding: 5px 0;
  margin: 6px 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 3px #fff;
}
table.update {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;

}
table.update th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.update td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
  text-align : center;
	-moz-border-radius: 0px 0px 0px 0px;
}