body {   
        font-size: 100.5%;
        font-family:Arial,Helvetica,sans-serif;

        margin-top: 0em;     
        margin-right: 0.8em;   
        margin-bottom: 0em;  
        margin-left: 0.8em;    
        text-align: center;  /* Zentrierung im Internet Explorer */ 
}

/* Um die meist gewünschte Darstellung dieser Pseudoklassen zu erreichen, 
   müssen Sie bei der Notierung die folgende Reihenfolge einhalten:       */
a:link {    color: #CE3000;text-decoration: none;      font-family : Arial,Helvetia,sans-serif;font-size : 1.0em;}
a:visited { color: #CE3000;text-decoration: none;      font-family : Arial,Helvetia,sans-serif;font-size : 1.0em;}
a:hover {   color: #CE3000;text-decoration: underline ;font-family : Arial,Helvetia,sans-serif;font-size : 1.0em;}
a:active {  color: #CE3000;text-decoration: none;      font-family : Arial,Helvetia,sans-serif;font-size : 1.0em; }


h1{
    font-size: 1.2em;
    margin: 0em;
    border-width:thin;
    border-color:#E7E3E7;
    border-style:solid;    
    padding:5px;
    background-color:#EFEBEF; 
}


newsletter, div#gesamtSeite {
        -height:600px;
        margin-top: 0.0em;
        margin-bottom: 0.8em;
        margin-right: auto; /*Damit auch Firefox den Div-Bereich zentriert */
        margin-left: auto;  /*             "              "                */
        padding: 0em;
        background-color: white;
        border: 1px solid;
        border-color: #8C8E94
}

div#maeusePfadBalken {
        position:absolute; 
        top:70px; 
        height:20px; 
        background-color:#8C8E94;  /* #8C8E94 = grau */
        background-color: #008CC6; /* #008CC6 = blau */
        border-top:2px solid white;
        border-bottom:4px solid white;
        margin-left:0em;
        margin-right:0em;
        width:98.1%;
        -width:100%;
        text-align:right;
        color:white;
        font-size: 1.1em;
        letter-spacing: 0.1em;
        z-index:4;      /* Liegt ganz oben */
}

div#maeusePfadBalken a {
	color:white;
	text-decoration: none;
}
div#maeusePfadBalken a:hover {
	color:white;
	text-decoration:underline;
}

div#hauptbildKopfzeile {
        position:absolute; 
        top:0px; 
        text-align:left;
        height:150px; 
        margin-left:0em;
        margin-right:0em;
        width:98.1%;
        -width:100%;
        overflow:hidden;        
        z-index:1;           /* Liegt ganz unten */
}

div#schleierWeiss {
        position:absolute; 
        top:0px; 
        height:75px; 
        margin-left:0em;
        margin-right:0em;
        width:98.1%;
        -width:100%;
        overflow:hidden;        
        background-color: #ffffff;
        opacity: .7;                /* Deckfähigkeit für Mozilla/Firefox*/
    	filter: alpha(opacity=70);  /* Deckfähigkeit für IE*/
        z-index:2;            
}

div#logosKopfzeile {
        position:relative; 
        text-align:center;
        margin-right:auto;
        margin-left:auto;
        margin-bottom: 0.1em;
        padding: 0em;
        height:150px;
        z-index:3;            
}

div#navi {
        background-color:#CE3000;  /* = rot */
        text-align:left;
        color: white;
}


div.infoBlockRechteckMassnahmen {
        border: 1px solid silver;
        width:200px;
        text-align:center;
        margin:0,0px;
        margin-bottom: 0.5em;
        padding: 0em;
        background-color:#F6F4F4;
}


div.infoBlockRechteckPartner {
        border: 1px solid silver;
        width:200px;
        text-align:center;
        font-size: 0.8em;
        margin:0px;
        padding: 0em;
        background-color:#F6F4F4;
}

div#inhaltsbereichMitte {
        border: 0px solid silver;
        font-size: 0.8em;
}

.maeusepfad {
        font-size: 0.85em;
        border-bottom-color:#94D3EF;
        border-bottom-style:solid;
        border-bottom-width:0.1em;
        margin-bottom:0.5em;

}

/* Um die meist gewünschte Darstellung dieser Pseudoklassen zu erreichen, 
   müssen Sie bei der Notierung die folgende Reihenfolge einhalten:       */
.maeusepfad a:link	  {color: #000000;   text-decoration: none;    font-family : Arial,Helvetia,sans-serif;}
.maeusepfad a:visited {color: #000000;   text-decoration: none;    font-family : Arial,Helvetia,sans-serif;}
.maeusepfad a:hover   {color: #000000;   text-decoration:underline;font-family : Arial,Helvetia,sans-serif;
                       background-color:#E0E0E0; }
.maeusepfad a:active  {color: #000000;   text-decoration: none;    font-family : Arial,Helvetia,sans-serif; }

div#footer {
        text-align:center;
}


