/* ==============================
// CSS fuer das Projekt: www.biomasse-gmbh.com/shop
// Anwendungsbereich: Bildschirm und Beamer
// Approb.: 2007-09-24
// ==============================
//
// Sektion 1: Container
// Sektion 2: Tabellenformate
// Sektion 3: Listenformate
// Sektion 4: Formularfelder
// Sektion 5: Bildformate
// Sektion 6: Headlines
// Sektion 7: Absaetze
// Sektion 8: Anker
// Sektion 9: Freie Klassen
// Sektion 10: Sonderfaelle
// ============================== */

/* -----------------------------------------------
// Sektion 1: Container
// --------------------------------------------- */
body        {
        font-family:arial,helvetica,sans-serif;
        }

div#bereich_aktion        {
        position:absolute;
        top:0px;
        left:50%;
        width:48%;

        border:dashed 1px #CCC;
        }

div#bereich_aktion_agb        {
        width:100%;
        height:200px;
        overflow:auto;
        background-color:#EFEFEF;
        color:#222;
        }

div#bereich_aktion_agbakzeptanz        {
        margin-top:20px;
        border-top:solid 1px #AAA;
        border-bottom:solid 1px #AAA;
        font-weight:600;
        }

div#bereich_bestellaktion        {
        position:absolute;
        top:580px;
        left:50%;
        width:48%;
        border:solid 1px #2c7d1a;
        }

div#bereich_kontrolle        {
        position:absolute;
        top:0px;
        left:10px;
        width:48%;
        height:420px;
        overflow:auto;

        border:dotted 1px #BBB;
        }

div#corpus        {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:620px;
        background-color:#EFEEEE;
        color:#000;
        }

div#formularbereich_artikelliste        {
        position:relative;
        top:0px;
        left:0px;
        width:420px;
        height:420px;
        overflow:auto;
        border:dotted 1px #AAA;
        padding-top:26px;
        }

div#fuss        {
        position:absolute;
        left:0px;
        top:630px;

        width:100%;
        background-color:#FFF;
        color:#000;
        }

div#javaschinweis        {
        position:relative;
        top:0px;
        left:0px;
        width:100%;
        color:#FFF;
        background-color:#a61010;
        }

div#seitenanfangshalter        {
        position:absolute;
        top:0px;
        left:0px;
        font-size:1px;
        }

div#summenschau        {
        position:relative;
        top:0px;
        left:0px;
        }

div#test_human        {
        position:absolute;
        top:440px;
        left:10px;
        border:dotted 1px #CCC;
        width:45%;
        }

div.ueberblick        {
        padding:28px;
        background-color:#DEDEDE;
        color:#000;
        }

div.zweispalter        {
        border-bottom:dashed 1px #CCC;
        margin-bottom:12px;
        }



/* -----------------------------------------------
// Sektion 2: Tabellenformate
// --------------------------------------------- */
div#formularbereich_artikelliste table        {
        width:100%;
        }

div#formularbereich_artikelliste table tr td  {
        font-size:12px;
        }

tr.summenzeile th,
tr.summenzeile td        {
        border-top:double 3px #BBB;
        border-bottom:solid 2px #AAA;
        font-weight:600;
        }

th        {
        text-align:left;
        background-color:#444;
        color:#FFF;
        font-size:70%;
        }

tr.einwurf th        {
        background-color:#FFF;
        color:#000;
        }

tr.summenzeile th        {
        background-color:#EEE;
        color:#000;
        }

th.abteilung        {
        background-color:#EFEFEF;
        color:#222;
        }

th,td        {
        vertical-align:top;
        }

td.anzeige_preis        {
        text-align:right;
        }

td.sanfangslinkhalter        {
        text-align:right;
        }


/* -----------------------------------------------
// Sektion 3: Listenformate
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 4: Formularfelder
// --------------------------------------------- */
#bereich_bestellaktion button        {
        background-color:#2c7d1a;
        color:#FFF;
        width:100%;
        border:solid 1px #cde9ca;
        cursor:pointer;
        }

fieldset#formularbereich_angaben_zur_person        {
        width:34%;
        float:right;
        border:dotted 1px #BBB;
        }

div#summenschau input        {
        border-left:none;
        border-top:solid 1px #777;
        border-right:none;
        border-bottom:none;
        font-size:82%;
        color:#EEE;
        background-color:#444444;
        }

div.zweispalter label {
        width:80%;
        font-weight:800;
        display:block;
        float:left;
        }
/*
label.pflicht:after        {
        content:" *";
        }
*/
input.microin        {
        width:30px;
        }

input.preisanzeige        {
        border:solid 1px #FFF;
        font-size:82%;
        color:#BBB;
        background-color:#EFEFEF;
        width:40px;
        }

/* -----------------------------------------------
// Sektion 5: Bildformate
// --------------------------------------------- */
img        {
        border:none;
        }

/* -----------------------------------------------
// Sektion 6: Headlines
// --------------------------------------------- */
h1        {
        font-size:18px;
        }

/* -----------------------------------------------
// Sektion 7: Absaetze
// --------------------------------------------- */
p  {
   font-size:11px;
   }
/* -----------------------------------------------
// Sektion 8: Anker
// --------------------------------------------- */
a        {
        text-decoration:none;
        }

a.pseudo_h3	{
		font-size:16px;
		}

div.ueberblick a        {
                display:block;
                background-color:#EF2234;
                color:#FFF;

                margin-bottom:20px;
                }



/* -----------------------------------------------
// Sektion 9: Freie Klassen
// --------------------------------------------- */
.dimin        {
        font-size:82%;
        }


/* -----------------------------------------------
// Sektion 10: Sonderfaelle
// --------------------------------------------- */
