﻿#zentrum{
    height:8000px;
}


#titelleiste{
    width:1024px;
}

#artikelinhalt{
    width:950px;
    
}

#headline{
    margin-left:40px;
    margin-top:10px;
    margin-bottom:20px;
}



h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:20px ;
    color: #2d8acc;
    margin-bottom: 0px;
}

#artikelinhalt h2 {
    font-size: 16px;
    margin-top:10px;
    line-height: 170%;
    color: rgb(197,90,17);
}

/*------------------------------------------------------*/

#ueberblick{
    position:relative;
    left: 50px;
    height:800px;
}

    #ueberblick h1 {
        margin-bottom: 30px;
    }

    #ueberblick h2 {
        margin-top:15px;
        margin-bottom: 8px;
    }

.feature {
    position: relative;
    width: 700px;
    height: 90px;
}
    .feature img {
        position: absolute;
        top: 0px;
        left: 0px;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    }

    .feature p {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 14px !important;
    }

.feature_beschreibung {
    margin-top:15px;
    margin-left: 150px;
    width: 680px;
}

/*------------------------------------------------------*/

#zielgruppe {
    margin-top: 20px;
    position: relative;
    left: 50px;
    height: 270px;
    width: 820px;
}

    #zielgruppe p {
        margin-left: 290px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 15px !important;
        line-height: 1.5;
    }

    #zielgruppe h1 {
        
        margin-bottom: 20px;
    }

    #zielgruppe img {
        position: absolute;
        top: 60px;
        left: 0px;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    }

/*------------------------------------------------------*/

.aktionsbuttons{
    
    margin-top: 20px;
    position: relative;
    left: 100px;
    height: 120px;
}


/*------------------------------------------------------*/

#titel_oberflaeche {
    margin-top: 40px;
    position: relative;
    left: 50px;
    height: 140px;
    width: 800px;
}
/*------------------------------------------------------*/

.alletabellen h2 {
    color:black !important;
    margin-bottom: 5px;
    margin-left:50px;
}

    .alletabellen h2 strong {
        color: #cc3300 !important;
    }

.alletabellen p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px !important;
    line-height: 1.5;
}

.alletabellen ul {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px !important;
    line-height: 2;
    margin-left:50px;
    margin-bottom:20px;
}


#bestandstabelle {
    position: relative;
    height: 1400px; /* end of section*/
}

#spaltelinks_bestand {
    position: absolute;
    width:450px;
    margin-left:50px;
    margin-top:20px;
}
#spalterechts_bestand {
    position: absolute;
    width: 450px;
    margin-left: 500px;
    margin-top: 20px;
}
#spalterechts_bestand img {
    margin-left:-15px;
}
#unten_bestand {
    position: absolute;
    margin-left:50px;
    margin-top: 270px; /*Abstand zur Unterkante Abbildung Tabelle*/
}
    #unten_bestand img {
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
        margin-top:10px;
        margin-bottom:20px;
    }


#lagerplatztabelle {
    position: relative;
    height: 1170px; /* end of section*/

}
#lagerplatztabelle_text{
    margin-top:10px;
    margin-left: 50px;
}
#lagerplatztabelle_text_rechts {
    position: absolute;
    margin-left: 300px;
    margin-top:15px;
}

#lagerplatztabelle_lieferscheinbild {
    position: absolute;

}

#nachbestellungtabelle {
    position: relative;
    height: 520px; /* end of section*/
}

#nachbestellung_text {
    margin-top: 10px;
    margin-left: 50px;
}


#inventurtabelle {
    position: relative;
    width:1000px;
    height: 550px; /* end of section*/
}

#inventurtabelle img {
    position: absolute;
}
#inventurtabelle_textrechts {
    position: absolute;
    margin-left: 740px;
    margin-top:10px;
}


#zusammenfassung {
    position: relative;
    height: 550px; /* end of section*/
}
#zusammenfassung h1 {
    margin-left: 50px;
    margin-bottom:15px;
}
#zusammenfassung_text ul {
    font-size: 18px !important;
    
    color: #555555;
    width:650px;
    margin-left: 80px;
    margin-top: 20px;
}

#zusammenfassung_text li {
    margin-top: 10px;

}

#hinweis{
    margin-left:-25px;
    margin-top:150px;
}
#hinweis p {

    color: red !important;
    font-size: 16px !important;
}








/**/







/*  Der folgende Code ist für das Bestellformular, das im oberen Bereich 
    der WEB-Site angezeigt werden soll                                     */
#nachobensetzen {
    position: fixed;
    /*top:-3650px;*/
    top: 300px;
    left: 50px;
    z-index: 11;
}






