/*Styles fuer Layout-Zwecke*/


/* #content: Hier setzen wir die Breite der Seite */

#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  /* max-width hack fuer MS IE, zerhaut die CSS-Validierung ! */ 
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}

/*#header: Enthaelt den Seiten-Titel und das Header-Kachel-Image, wenn benoetigt. */

#header {
  position: relative;
  margin-top: 20px;
  height: 120px;
  background: #f7f7f7 url('../images/bg/verlauf.jpg') repeat-x top left;
}

/* Positioniert den Seitentitel und den Subtitel */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  margin-left: 20px;
  text-align: right;
}


#header h1 {
  margin: 0;
  padding: 0; 
  font: 700 2em "trebuchet ms", arial, serif;
  letter-spacing: -2px;
  color: #666666;
}

#header h2 {
  position: absolute;
  top: 40px;
  right: 0px;  
  margin: 0;
  padding: 0;
  font: 600 1.2em "trebuchet ms", arial, serif;
  color: #284d96;
}

/* Bestimmt wohin das Header-image gehen soll. 
Moeglich sind 2 Bilder im HTML eingefuegt werden */

#header img.left {
  position: absolute;
  z-index: 2;
  margin: 10px;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;
  margin-right: 20px;
  right: 0;
}


/*  #mainMenu: Das Hauptmenue unter dem Header-Bild, rechte Seite */
/*Background-Image: url('../images/bg/menu_03.jpg') repeat-x top left*/

#mainMenu { 
  float: left;
  background: #e7e7e7;
  width: 100%;
  border-bottom: 0.5em solid #ccc;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 3px 0.5em;
  font: 600 1.2em "trebuchet ms", arial, verdana, serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #555;
}

#mainMenu li a:hover {
  color: #678bcc;
}

/*die Klasse .hier fuer den gerade aktiven Seitenlink*/
#mainMenu li a.hier {
  font-weight: bold;
  color: #678bcc;
  }

#mainMenu li a.last {
  margin-right: 0;
}

/*Skip-Navigation fuer den Content, linke und rechte Spalte
normalerweise nicht sichtbar aus dem Viewport verschoben, bei Tabtasten-Druck erscheinen die Links, fuer Screenreader wird vorgelesen, da nicht auf unsichtbar gesetzt*/

.skip {
           position:absolute;
           left:-150px;top:-150px;
}

.skip li {
            font-size:0.8em;
            text-align:center;
            padding:0 5px;
}

/*bei on focus or active des skip-Links sichtbar */

.skip li a:focus, .skip li a:active {
           position: absolute;
           top: 285px;
           left: 270px;
           white-space: nowrap;
           z-index: 1; 
}


/*Unsichtbares und Verstecktes*/

.usb, dfn {
   	   position: absolute;
           left: -1000px;
           top: -1000px;
           width: 0px;
           height: 0px;
           overflow: hidden;
           display: inline;
           }


/* fuer linke Navigationsleiste */
#navcontainer {
  width: 99%;
  padding: 0px;
  margin: 0px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  font-size: 0.9em;
  background-color: #e7e7e7;
  }
  
#navcontainer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
/*  border: none;*/
  }
  
#navcontainer li {
  margin: 0.2em 0;
   
 }
 
#navcontainer li a {
  display: block;
  padding: 1px .5em 1px .5em;
  margin-bottom: 0.2em;
  background-color: transparent;
  border-left: 0.2em solid #e7e7e7;
  color: #666666;
  text-decoration: none;
  width: 12.2em;
  }
  
#navcontainer li a.hier {
 background-color: #ccc;
 border-left: 0.2em solid #678bcc;
 }
 
#navcontainer li a:hover {
  border-left: 0.2em solid #678bcc;
  background-color: #ccc;
  color: #678bcc;
  }
  
#navcontainer li li {
  border-top: 0px none;
  border-bottom: 0px none;
  margin-bottom: 0.2em
  }

#navcontainer li li a {
  padding: 1px .5em 1px 1.9em;
  background-color: transparent;
  width: 9.6em;
  }

#navcontainer li li li a {
  padding: 1px .5em 1px 2.6em;
  background-color: transparent;
  width: 8.9em;
  }

 
/*  #page: enthaelt den Hauptpage content. */

#page {
  float: left;
  width: 100%;
  clear: both;  
  padding-bottom: 1em;
  background: #e7e7e7;
  }


/* Fuer die Anzeige einer Farbe oder eines Farbverlaufs im Background eines Div-Containers 
(Farbe muss dann auf das Bild abgestimmt werden und Bild muss vorhanden sein^^ - 
Positioniert auf quer-wiederholend ab unten links) */
.bgFarbe {
  margin-bottom: 2em;
  background: #eeeeee url('../images/bg/back.jpg') repeat-x top left;
}
/* Fuer die Anzeige einer Farbe im Background eines Div-Containers  */
.bgSolid {
  margin-bottom: 2em;
  background: #ffffff;
  }

/* #footer: Fusszeile, bleibt unten, auch wenn nicht genug Content da ist. */

#footer {
  float: left;
  clear: both;
  position: relative; 
  width: 100%;
  font-size: 0.8em;
  background: #ffffff;
  }

#footer a img {
  border: 0px;
  }

#footer  img {
  margin-top: 1em;
  border: 0px;
  }

/*  Breiten fuer die Spalten */

.width100 {
  width: 100%;
  }

.width75 {
  width: 74.7%;
  }

.width50 {
  width: 49.7%;
/*  Sorgt dafuer, dass zu breiter Text innerhalb der Spalte bleibt*/
  overflow: auto;
  }

.width60 {
  width: 59.7%;
  overflow: auto;
  }

.width33 {
  width: 32.7%;
  overflow: scroll; 
  }

.width25 {
  width: 24.7%;
  overflow: hidden; 
  }

.width20 {
  width: 19.7%;
  overflow: hidden; 
  }


/* Ausrichtungsklassen */

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

