@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: 452px;
height: 216px;
top: 240px;
left: 170px;
}


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

a img
{
border: none;
}

#adres
{
background-image: url(../img/contact/enveloppe.gif);
background-repeat: no-repeat;
padding-left: 60px;
padding-top: 15px;
}

#telefoon
{
background-image: url(../img/contact/telefoon.png);
background-repeat: no-repeat;
padding-left: 60px;
padding-top: 15px;
margin-top: 20px;
}

#email
{
background-image: url(../img/contact/email.png);
background-repeat: no-repeat;
padding-left: 60px;
padding-top: 15px;
margin-top: 20px;
}


/* 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;
}

#fotografie
{
position: absolute;
width: 84px;
height: 74px;
right: 0px;
top: 0px;
padding-top: 55px;
padding-left: 15px;
}

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

#schilderijen
{
position: absolute;
width: 89px;
height: 76px;
right: 0px;
top: 130px;
padding-top: 55px;
padding-left: 10px;
}

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


