/*Wichtige Farben
Hintergrund Titel:
Hintergrund sonst:
*/

/* DIVS */

#Gesamt{
    width: 800px;
    margin: 20px auto 0px auto;
    text-align: center;
}

/*
*/
#Kopf{
    margin: 0px 0px 1px 0px;
    padding: 0px;
    text-align: left;
    background-image: url(../bilder/top.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

/* Hintergrundbild und Navigationsrand*/
#BG{
    border: 0px;
    border-left-width: 150px;
    border-left-style: solid;
    border-left-color: #FFF;
}

#IERahmen{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#Navi{
    position: relative;
    float: left;
    width: 150px;
    margin: 25px 0px 0px -150px;
    padding: 0px;
}

/*
Gesamtbreite = 800, Navi = 150, Rechts = 150
Inhalt-Padding = 60, Rechts-Padding = 10
*/
#Inhalt{
    position: relative;
    float: left;
    width: 400px;
    padding: 15px 0px 30px 30px;
    text-align: left;
    background-image: url(../bilder/fluegel.jpg);
    background-repeat: repeat-y;
}

#Rechts{
    position: absolute;
    left: 490px;
    width: 150px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

/*
*/
#Fuss{
    clear: left;
    position: relative;
    width: 800px;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    background-image: url(../bilder/bottom.jpg);
    background-position: left;
    background-repeat: no-repeat;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


.fussabs a {
    color:#3C549C !important;;
}
.fussabs a:visited {
    color:#3C549C !important;;
}
