body{
text-align: center;
height: 500px;
background-color : #98ec7c;
}

div#container{
width:750px;
height: auto;
margin: auto;
background:#FFF;
border-right: solid 7px #CF3023;
border-left: solid 7px #CF3023;
border-top: solid 7px #CF3023;
border-bottom: solid 7px #CF3023;
font-family : century gothic;
}

div#top{
width:auto;
padding:5px;
text-align:center;
}

div#tekst{
float:left;
padding:5px;
margin-left:20px;
margin-right:20px;
margin-top:0px;
margin-bottom:20px;
background: #fff;
text-align:justify;
font-family : century gothic;
}


div#aanmelden{
float:left;
padding:5px;
margin-left:20px;
margin-right:20px;
margin-top:0px;
margin-bottom:20px;
background: #fff;
text-align:justify;
font-family : century gothic;
font-size:14px;
}

#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: 175%;
color: #CF3023; 
}

h2 {                          /* De grootte van de h2-tekst */
font-size: 125%;
color: #CF3023; 
}

/* ================================================================ 
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;
float:left;
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:14px;
width:149px;
padding:7px 0px;
color:#FFF;
background:#CF3023;
text-decoration:none;
font-weight:bold;
margin-right:1px;
text-align:center;
font-family : century gothic;
}


/* 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;
}




