@charset "UTF-8";
/* CSS Document */

body
{
margin: 0;
padding: 0;
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FFFFFF;
}

#container
{
position: absolute;
width: 800px;
height: 600px;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -300px;
background-image: url(../img/achtergronden/algemeen_achtergrond.jpg);
}

#inhoud
{
position: absolute;
width: 470px;
height: 370px;
top: 150px;
left: 170px;
overflow: auto;
}


.titel
{
position: absolute;
color: #FFFFFF;
font-size: 12pt;
top: 40px;
left: 20px;
}

a img
{
border: none;
}


/* LINKS */
#links a
{
display: block;
color: #FFFFFF;
text-decoration: none;
}

#links a:hover
{
background-color: #660000;
}

#overmezelf
{
position: absolute;
width: 92px;
height: 74px;
right: 0px;
top: 394px;
padding-top: 55px;
padding-left: 7px;
}

#contact
{
position: absolute;
width: 76px;
height: 74px;
right: 0px;
top: 0px;
padding-top: 55px;
padding-left: 23px;
}

#ontwerpen
{
position: absolute;
width: 85px;
height: 75px;
right: 0px;
top: 262px;
padding-top: 55px;
padding-left: 14px;
}

#fotografie
{
position: absolute;
width: 82px;
height: 76px;
right: 0px;
top: 130px;
padding-top: 55px;
padding-left: 17px;
}

#home
{
position: absolute;
left: 0;
bottom: 0;
height: 75px;
}


/* INHOUD */
#inhoud a img
{
border: 1px solid #FFFFFF;
}

#inhoud a:hover img
{
border: 1px solid #660000;
}



