body{
padding: 20px;
color: #222;
text-align: center;
font-family: Arial;
background-color: darkblue;
}


div#container{
margin: auto;
width:960px !important; width /**/:960px;
height: auto;
text-align:justify;
background:#FFF;
border-top: solid 2px #000000;
}


div#top{
width:auto;
text-align:left;
font-family: Arial;
color: #CF3023; 
}



div#tekst{
float:left;
width:65%;
padding-left:5%;
padding-top:5%;
margin:auto;
background: #fff;
text-align:justify;
font-size: 108%;
font-family: Arial;
}

div#rechts{
float:right;
margin: 1px;
padding-right:25px;
width:25%;
background: #fff;
border-left: dotted 2px lightgray;
text-align:left;
}


#footer {
clear:both;
border-top: 2px solid #555;
border-bottom: 2px solid #555;
background: #93CB68;
}


A:link { color: black; text-decoration: none }
A:visited { color: black; text-decoration: none }
A:hover { color:  black; text-decoration: none}
A:active { color: black; text-decoration: none }


h1 {                        /* De grootte van de h1-tekst */
font-size: 150%;
color: #CF3023; 
}

h2 {                          /* De grootte van de h2-tekst */
font-size: 100%;
color: #CF3023; 
}


h3 {                          /* De grootte van de h3-tekst */
font-size: 10px;
color: #CF3023; 
}

li {
    text-indent: 5px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:100;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:16px;
width:169px;
padding:7px 0;
color:#000;
background:#F4B80A;
text-decoration:none;
margin-right:1px;
text-align:center;
}

/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}























