body
{
background-image: url(./bg.png);
font-family: Tahoma, Verdana;
font-size: 10pt;
}

h1
{
font-family: Tahoma;
font-size: 12pt;
text-decoration: bold;
color: #201e23;
}

#container
{
width: 800px;
left: 50%;
top: 10%;

margin-left: -400px;
margin-right: auto;
text-align: left;
height: 620px;
background: #ffffff;
position: absolute;
}

#banner
{
width: 775px;
height: 80px;
padding-top: 20px;
padding-left: 25px;
background: #ffffff;
position: relative;
}

#banner img
{
position: absolute;
}

#contact
{
margin-top: 0px;
margin-left: 500px;
position: absolute;
}

#contact img
{
position: relative;
}

#contact td
{
padding: 5px;
}

#contact a
{
text-decoration: none;
color: #000000;
}

#contact a:hover
{
text-decoration: none;
color:  #d5d5d5;
}

#content
{
padding-top: 10px;
padding-left: 50px;
width: 750px;
height: 400px;
background: #d5d5d5;
position: relative;
}

.download1
{
width: 680px;
height: 150px;
margin-top: 25px;
padding-top: 10px;
padding-left: 25px;
background: #ffffff;
position: absolute;
}

.download2
{
width: 680px;
height: 150px;
margin-top: 210px;
padding-top: 10px;
padding-left: 25px;
background: #ffffff;
position: absolute;
}

.content-download
{
width: 400px;
height: 100px;
margin-top: 2px;
color: #a5a6a8;
position: absolute;
}

.button
{
width: 140px;
height: 42px;
margin-top: 0px;
margin-left: 450px;
padding-left: 30px;
padding-top: 5px;
position: absolute;
background: #e30044;
border: solid #b2013f 1px;
}


a .button
{
text-decoration: none;
}

a .button:hover
{
background: #a5a6a8;
border: solid #929393 1px;
text-decoration: none;
}

a .button:active
{
background: #e30044;
text-decoration: none;
}

.button-tekst
{
font-family: tahoma;
text-decoration: none;
font-size: 16pt;
color: #ffffff;
}

.versie
{
margin-top: -5px;
width: 100px;
color: #ffffff;
text-align: center;
}


#footer
{
width: 775px;
height: 60px;
padding-top: 30px;
padding-left: 25px;
background: #ffffff;
position: absolute;
}

#footer img
{
position: absolute;
}

#foot-tekst
{
font-family: Tahoma;
color: #201e23;
margin-top: 10px;
margin-left: 37px;
position: absolute;
}

#foot-tekst a
{
text-decoration: none;
color: #e30044;
}

#foot-tekst a:hover
{
text-decoration: underline;
font-weight: bold; 
color: #e30044;
}