
body {
        
        background: #fffffc;
         background: url("images/bg_schatten.jpg") repeat-y center top;
        font: 12px Verdana, Helvetica, sans-serif;
        color: #202020;
        }
a:link {color:#202020;
text-decoration: none;

}

#back
{
width: 630px;

margin: 0 auto;

}

#header {
        height: 160px;
        text-align: left;
    margin-bottom: 10px;
        
}

#menu
{
width: 722px;
height: 36px;
padding-left: 5px;
}

#menu ul {
        list-style: none;        
}

#menu li {

        display: inline;

}


#menu a {
        float: left;
        width: 100px;
        height: 21px;
        text-align: center;
        text-decoration: none;
        color: #353535;
        font-weight: bold;
        padding-top: 5px;
        font-size: 10px;
        text-transform: uppercase;
        background: url(images/button.gif) no-repeat;
        margin-left: 9px;
}

#menu a:hover {
        width: 100px;
        height: 21px;
        color: #800000;
        text-decoration: none;
        background: url(images/button_2.gif) no-repeat;
}


#logo {
background: url(images/logo_ds.gif) no-repeat;
width: 610px;
height: 160px;
text-align: left;
padding-top: 120px;
padding-left: 20px;
margin-bottom: 0px;
}


#logo a {
        text-decoration: none;
        text-transform: none;
        font-style: italic;
        font-size: 16px;
        color: #666666;
}


#left
{
        width: 211px;
        margin-left: 14px;
        padding-top: 60px;

}



#left li ul {
        border: 0px;
        margin-left: 20px;
        margin-bottom: 10px;
}

#left li {
        padding: 4px 14px;  list-style: none;
        background: url(images/pfeil.gif) no-repeat left;
        border: 0px;

}

#left a {
        color: #353535;
}


#right
{
float: right;
width: 380px;
padding-right: 1px;

}


#right2
{
float: right;
width: 380px;
padding-right: 0px;

}


#footer {
        height: 50px;
        clear: both;
        padding-top: 200px;
        margin: 0;
        font-size: 10px;
        text-align: center;
        color: #666666;
        text-decoration: none;
}
