@charset "UTF-8";
/* CSS Document */
body
{
margin: 0;
padding: 0;
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 125%;
}

img
{
border: none;
}

#achtergrond
{
position: absolute;
left: 50%;
top: 50%;
width: 800px;
height: 600px;
margin-left: -400px;
margin-top: -300px;
}

#inhoud
{
position: absolute;
width: 680px;
height: 360px;
top: 135px;
left: 62px;
overflow: auto;
font-size: 12px;
}

#menu
{
position: absolute;
width: 680px;
height: 40px;
bottom: 99px;
left: 62px;
visibility: hidden;
text-align: center;
background-image: url(../afbeeldingen/algemeen/menu.png);
line-height: 250%;
}

#menubalk
{
position: absolute;
width: 707px;
height: 24px;
bottom: 77px;
left: 48px;
}

#pijlen
{
position: absolute;
width: 91px;
height: 22px;
bottom: 77px;
left: 358px;
}

#menu a
{
color: #FFFFFF;
text-decoration: none;
font-variant: small-caps;
font-size: 15px;
margin-left: 20px;
}

#menu a:hover
{
color: #333333;
}

#inhoud a
{
text-decoration: underline;
color: #000000;
}

#inhoud a:hover
{
text-decoration: none;
}


h3
{
color: #666666;
border-bottom: 1px solid #666;
}

.afbsr
{
margin: 10px;
margin-top: 20px;
}

.rechts
{
text-align: right;
}




