﻿body 
{
    margin: 0;
    padding: 0;
    background-image: url("bilder/hintergrund.jpg");
    background-repeat: repeat-x;
    font-family: Tahoma, Sans-Serif, Arial;
    font-size: 11px;


}

#content 
{
    position: absolute;
    top: 280px;
    left: 35px;
    width: 300px;
    background-image: url("bilder/bg_content.gif");
    background-repeat: no-repeat;
    height: 100%;
    padding: 5px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #666666;
}

h1 
{
    margin: 0;
        font-size: 12px;
    font-weight: bold;
        color: #3cbeeb;
}
h2
{
    margin: 0;
    font-size: 11px;
    font-weight: bold;
}
#contact 
{
    position: absolute;
    top: 280px;
    left: 350px;
    width: 360px;
}
li 
{
    margin-bottom: 10px;
    width: 225px;
}
    

#logo 
{
    position: absolute;
    top: 0;
    left: 0;
}
#collage 
{
    position: absolute;
    left: 285px;
    top: 130px;
    width: 425px;
    height: 125px;
}
#dve 
{
    position: relative;
    width: 216px;
    height: 43px;
    top: 85px;
    float: right;
    margin-right: 15px;
    
}
a:link, a:active, a:visited 
{
    text-decoration: none;
    color: #3cbeeb;
}
a:hover 
{
    color: #2aa9d1;
}
