body
{
    font-family: "Open Sans", Verdana, Arial;
    font-size: 13px;
    background: #f0f0f0 url(background.png) repeat left top;
}

#container
{
    margin: 100px auto;
    width: 640px;
    background: #f8f8f8;
}

.header
{
    height: 100px;
    background-color: #333;
    border-top: solid 8px #8b0;
    position: relative;
}

.header h1
{
    background: url(bedrijfsnaam.png) no-repeat left top;
    width: 346px;
    height: 53px;
    text-indent: -9999px;
    position: absolute;
    left: 30px;
    top: 20px;
    margin: 0px;
}

.header a.logo
{
    background: url(logo.png) no-repeat left top;
    width: 69px;
    height: 49px;
    position: absolute;
    right: 30px;
    top: 22px;
    text-decoration: none;
}

.main
{
    padding: 100px;
    text-align: center;
}

.main a
{
  color: #000000;
  text-decoration: none;
  color: black;
  border-bottom: solid 1px #88bb00;    
}

.main a:hover
{
    border-bottom-style: dotted;
}

.footer
{
    height: 30px;
    background-color: #333;
}
