/* um den container zu verkleinern, folgende Werte anpassen:
    outer: width 
    header_links: width  
    header_mitte: width 
    header_rechts: width 
    info_links: width  
    info_mitte: width 
    info_rechts: width 
*/

/* Das Bild passt sich in der Breite an, in der H&ouml;he ist es hier zu &auml;ndern:
    mitte: height
    Achtung: evtl. Hilfe-Fenster auch in der Gr&ouml;&szlig;e anpassen
 */
 
/* Die H&ouml;hen der einzelnen Bereiche (header, mitte, info, footer) passen sich dem Inhalt an */


body { 
width: 100%;
height: 100%;
margin: 0;
padding: 0;    
text-align: center;
font: normal 100.01%/110% arial,verdana,helvetica,sans-serif; 
/* Hintergrund (Bild, Farbe) */
    background: url("../images/x.jpg") #ccc no-repeat bottom;
/* Schriftfarbe, falls nicht extra anders definiert */
    color: #fff;
}


#outer {
/* Rand */
    border: 0px solid #322541;
/* Der "innere" Rand ist eigentlich ein Abstand, die Hintergrundfarbe des outer ist sichtbar */
    padding: 0px;
/* Hintergrund (Bild, Farbe) Diese Farbe ist auch der Hintergrund des Films, falls nicht anders in mitte angegeben*/
    background-color: #9ac53f;
/* Gr&ouml;&szlig;e hier angeben */
    width: 100%;
    height: auto;   
/* mittig, von oben fixer Abstand */
    margin: 0 auto;  
}


#header {
/* Hintergrund (Bild, Farbe) */
/* background-color: #322541; */
    background: url("../images/higru1_pano.jpg") #9ac53f repeat-x;
/* Schrift im Headerbereich */
    font: normal 12px arial,verdana,helvetica,sans-serif;
    color: #000;
/* Rand unten */
    border-bottom: 2px solid #9ac53f;
}

/* Alle drei Breiten zusammen m&uuml;ssen f&uuml;r die alten IEs ca. 10px unter dem Wert f&uuml;r header: width liegen */

#header_links {
float: left;
height: 20px;
/* Text/ Bild linksb&uuml;ndig */
    text-align: left;
/* Breite  (doppelten Abstand dazurechnen!)*/
   width: 20px; 
/* Textausrichtung */
    text-align: left;
/* Abstand */
    margin: 5px;
}

#header_mitte {
float: left;
display: inline;
height: 20px;
/* Breite  (doppelten Abstand dazurechnen!)*/
    width: 20px; 
text-align: center;
/* Abstand */
    margin: 5px;
    

}

#header_rechts {
float: right;
height: 20px;
/* Breite  (doppelten Abstand dazurechnen!)*/
   width: 800px; 
/* Textausrichtung */
    text-align: left;
/* Abstand */
    margin: 5px;
}


#mitte {
    height: 450px;
    font: normal 12px arial,verdana,helvetica,sans-serif;
    color: #666;
/* background-color: #fff; */
}



#krpanoDIV {
width: 100%;
height: 100%;
}

noscript {
color: #666;
background-color: #fff;
font: normal 12px arial,verdana,helvetica,sans-serif;
}

#navigation {
height: auto;
/* Hintergrund der Bildernavigation*/
    background: url("../images/higru1_pano.jpg") #ffcc00 repeat-x bottom;


}

#info {
/* wenn info als letztes element steht (kein footer mehr), H&ouml;he angeben */
    height: 20px;
    width: auto;
    border: 1px solid #1f4d04;
/* Hintergrund (Bild, Farbe) */
   background-color: #1f4d04;
/* Schrift im Infobereich */
    font: normal 10px arial,tahoma,verdana,helvetica,sans-serif;
    color: #fff;
/* Rand unten */
    border-bottom: 0 none;
}


#info_links {
float: left;
height: auto;
/* Text/ Bild linksb&uuml;ndig */
    text-align: left;
/* Breite (doppelten Abstand dazurechnen!)*/
    width: auto;
/* Textausrichtung */
    text-align: left;
/* Abstand */
   margin: 5px 5px 0 5px;
}

#info_mitte {
float: left;
height: auto;
/* Breite (doppelten Abstand dazurechnen!)*/
    width: auto;
/* Abstand */
    margin: 5px 5px 0 5px;
}

#info_rechts {
float: right;
height: auto;
/* Breite (doppelten Abstand dazurechnen!)*/
    width: auto;
/* Textausrichtung */
    text-align: left;
/* Abstand */
    margin: 5px 5px 0 5px;
}



.clearer{
clear: both;
width: auto;
display:block; 
padding: 0;
margin: 0;
}

a:link, a:visited {
/* Aussehen des links */
    text-decoration: underline;
    font-weight: bold; 
    color: #fff;
}

a:focus, a:hover, a:active {
/* Aussehen des links bei hover */
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}

/* ------------------------Impressum--------------------------------------- */
div#impressum {
/* Schrift */    
    font: normal 10px arial,verdana,helvetica,sans-serif;
    color: #000;
/* Hintergrund (Bild, Farbe) */
    background: url("../images/x.jpg") #fff no-repeat bottom;
    text-align: left;
    padding: 10px;
}

div#impressum h1 {
/* Schrift */    
    font: bold 14px arial,verdana,helvetica,sans-serif;
}

div#impressum h2 {
/* Schrift */    
    font: bold 12px arial,verdana,helvetica,sans-serif;
margin-bottom: 0;
}

div#impressum h3 {
/* Schrift */    
    font: bold 11px arial,verdana,helvetica,sans-serif;
margin-bottom: 0;
}

div#impressum p {
margin-top: 0;
}

a.impressum:link, a.impressum:visited {
/* Aussehen des links */
    text-decoration: underline;
    color: #fff;
    margin-top: 10px;
    font: bold 10px arial,verdana,helvetica,sans-serif;
}

a.impressum:focus, a.impressum:hover, a.impressum:active {
/* Aussehen des links bei rollover */
    text-decoration: underline;
    color: #9F1F5C;
    margin-top: 10px;
    font: bold 10px arial,verdana,helvetica,sans-serif;
}


