/* CSS Document */
#container
{
width: 100%;
background-color: #FFFCCC;
border: 1px solid gray;
line-height: 150%;
font: normal small Arial, "Times New Roman", Verdana, serif;
list-style-image: url(rondjeklein.jpg);
list-style-position: outside;
}


h1, h4
{
color: #FFFFFF; background-color: #0099CC;
}

:link
{
color: #0000FF; text-decoration: none;
}

:visited
{
color: #CC3399; text-decoration: none;
}

#top
{
width: 800px;
height: 70px;
background: url(banner.jpg) no-repeat center;
padding-bottom: 2.5em;
}

#leftnav
{
float: left;
background-color: #CCFFCC;
width: 300px;
margin: 0px
}

ul ul
{
display: block;
}

ul li:hover > ul
{
display: block;
}

#content
{
float: left;
width: 500px;
margin: 5px;
}

#content a span
{
display:none;
}

#content a:hover span
{
display: block;
position: relative;
}

#footer
{
position: relative;
bottom: 0; /* heel belangrijk */
width: 100%;
clear: both;
background-color: rgb(204, 254, 255);
font-style: italic;
font-size: x-small;
}

