* {
    padding: 0;      /* Zwischenabstände auf Null setzen */
    margin: 0;       /* Aussenabstände auf Null setzen */
}

body {
    background-image: url(../00_images/back000.jpg); /* Hintergrundbild ganzer Bildschirm */
    font-family: Arial, sans-serif;
    background-attachment: fixed;                  /* feststehender Hintergrund         */
    width: 1280px;                                 /* Breite der Bildschirmausgabe      */
    margin: 0px auto;                              /* 0px=Abstand oben und unten, auto ist Abstand links und rechts, Bildschirmausgabe wird mittig gesetzt*/
}

header, nav, section, footer {
    display: block;        /* Alle Elemente als Blockelement */
}

/* ------------------------------------------------------------------------------------ */

section {
    background-image: url(../00_images/back002.gif);  /* Hintergrund                    */
    width: 1280px;                                /* Breite der Bildschirmausgabe       */
    margin: 0px auto; /* 0px=Abstand oben und unten, auto ist Abstand links und rechts  */
}

article {
    margin-left: 0px;                      /* Abstand nach links                        */
    background-image: url(../00_images/back002.gif);
    padding-left: 00px;;                   /* Schriftabstand links in der               */
}



/* ------------------------------------------------------------------------------------ */

header {
    /* background-color: green;                                                         */
    /* background-image: url(../00_images/001a_headerbild.png);  headerbild oben        */
    /* height: 214px;                                      headerbild höhe              */
    /* color:white ;                                       Schriftfarbe                 */
}

header p {                          /* ------------------------------------------------ */
    padding-left: 10px;             /* Steuerzung nach rechts verschieben               */
    padding:0.4em;                  /*Schrift nach unten rücken                         */
}

#mittig {   /* bleibt */
    background-image: url(../images/back002.gif);

}

/* ------------------------------------------------------------------------------------ */
/* -------- Anfang Navigation auf der linken Seite - Hauptnavigation ------------------ */

#hauptmenue {
    /* background-color: #1BAEDE;              Hintergrundfarbe                         */
    width: 231px;                           /* Größe der Steuerung auf der linken Seite */
    display: block;                         /*                                          */
    float: left;                            /* # Die Steuerung darf umflossen werden    */
    /* padding-left: 0px;   Steuerzung nach rechts verschieben */
}


 .menuekopf {
/* font-weight: bold; */
color: #990000;
width: 165px;
padding: 5px;
margin-bottom: 2px;
}


.menuekopf_anzeige_neu {
/* font-weight: bold; */
font-size: 80%;
color: #FFFFFF;
margin-bottom: 2px;
text-decoration: none;
display: block;
width: 210px;
padding: 5px;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #FFFFFF;
background-color: #CC4210;
}


 .menuekopf_anzeige {
/* font-weight: bold; */
font-size: 80%;
color: #992A02;
margin-bottom: 2px;
text-decoration: none;
display: block;
width: 210px;
padding: 5px;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #FFFFFF;
background-color: #CCCCCC;
}

#hauptmenue ul {
list-style-type: none;
font-size: 80%;
padding: 0px;
margin: 0px;
}

#hauptmenue li {
display: block;
margin-bottom: 2px;
}

#hauptmenue li a, #hauptmenue li a:link {
text-decoration: none;
display: block;
color: #000080;
width: 210px;
padding: 5px;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #FFFFFF;
background-color: #CCCCCC;
}

#haupmenue li a:visited {
color: #444444;
}

#hauptmenue li a:hover, #hauptmenue li a:active, #hauptmenue li a:focus {
color: #000000;
border-top: 1px solid #000000;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #000000;
padding-top: 6px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 6px;
}

/* -------- Ende   Navigation auf der linken Seite - Hauptnavigation ------------------ */
/* ------------------------------------------------------------------------------------ */




/****************************************************************************************/

#fussbereich {
     line-height: 30px;            /* Zeilenhöhe in Bezug auf die Schrift                           */
}

footer {
     background-color: #B8B8B8;    /*                                                               */
     height: 20px;                 /*  Höhe Fussbereich                                             */
     background-image: url(../00_images/schatten-unten.jpg);
     background-repeat: repeat-x;  /* Grafik darf sich nicht wiederholen in x=senkrecht, y=waagrecht*/
     clear: both;                  /* Über footer alles schließen                                   */
     font-family: Arial, sans-serif;
     font-size: 15px;
     color: #5E5E5E;               /* Schriftfarbe ohne Link                                        */
     text-align:center;            /* Text mittig ausrichten                                        */
     padding: 0.5em;               /* Schrift nach unten rücken                                     */
 }





