/*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: 170px;
  /*background: #f7f7f7 url('bilder/grueneWiese1.jpg') no-repeat;*/
}

/* Positioniert den Seitentitel und den Subtitel */
#header #title {
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 30px;
  margin-left: 20px;
  text-align: left;
}

/* Seiten-Titel */
#header h1 {
  margin: 0;
  padding: 0; 
  font: 700 2.3em Arial, Geneva, Verdana, sans-serif;
  color: #eeb239;
}
/* Seiten-Untertitel */
#header h2 {
  position: absolute;
  top: 85px;
  right: 0px;  
  margin: 0;
  padding: 0;
  font: 500 1.5em Arial, Geneva, Verdana, sans-serif;
  color: #ffffcd;
  }

/* Bestimmt wohin das Header-image gehen soll. 
Moeglich sind 2 Bilder im HTML eingefuegt werden */

#header img.left {
  position: absolute;
  z-index: 2;
  margin: 0;
  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: #ffffcd;
  width: 100%;
  padding-top: 10px;
  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: 10px 0.5em;
  background: #ffffcd;
  font: 600 .95em Arial, Verdana, sans-serif;
  text-decoration: none;
  color: #0855bd;
}

#mainMenu li a:hover {
  color: #0855bd;
  background: #eeb239;
}

/*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: 350px;
           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 Sub-Navigationsleiste */
#navcontainer {
  width: 95%;
  padding: 0;
  margin: 0;
  /*overflow:auto;*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.9em;
  background-color: #ffffcd;

  }
  
#navcontainer ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  }
  
#navcontainer li {
  margin: 0.2em 0;
   
 }
 
#navcontainer li a {
  display: block;
  padding: 2px .5em 2px .5em;
  margin-bottom: 0.2em;
  background:#eeb239;
  color: #0855bd;
  text-decoration: none;
  width: 12.2em;
  border: 1px solid #ffffcd;
  text-align: left;
  }
  
#navcontainer li a.hier {
 background-color: #ACDEFF;
 }
 
#navcontainer li a:hover {
  color:#0855bd;
  background-color: #ACDEFF;
  
  }
  
#navcontainer li li {
  margin-bottom: 0.2em
  }

#navcontainer li li a {
  display: block;
  padding: 2px .5em 2px 1.9em;
  background-color: transparent;
  font-size: 0.9em;
  width: 9.6em;
  border: 1px solid #ffffcd;
  text-align: left;
  }

#navcontainer li li li a {
  display: block;
  padding: 2px .5em 2px 2.6em;
  background-color: transparent;
  font-size: 0.82em;
  width: 8.9em;
  border: 1px solid #ffffcd;
  text-align: left;
  }

 
/*  #page: enthaelt den Hauptinhalt */

#page {
  float: left;
  width: 100%;
  clear: both;  
  padding-bottom: 0.2em;
  background: #ffffcd;
  border-top: 1px solid #0855bd;
  border-left: 1px solid #0855bd;
  border-right: 1px solid #0855bd;
  }
  
  /* powermail-Formulare */
.tx-powermail-pi1 {margin: 0px 0.5em;}

.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html_label {margin: .5em 0px; font-weight: bold;}
.powermail_mandatory {color: red; margin-left: 0.2em;}
.powermail_submit {margin-top: 0.3em;}

/* Fuer die Anzeige einer Farbe im Background eines Div-Containers  */
.bgSolid {
  margin-bottom: 2em;
  background: #fff;
  overflow:auto;
  }

/* #footer: Fusszeile, bleibt unten, auch wenn nicht genug Content da ist. */

#footer {
  float: left;
  clear: both;
  position: relative; 
  width: 100%;
  font-size: 0.85em;
  background: #ffffcd;
  
  border-left: 1px solid #0855bd;
  border-right: 1px solid #0855bd;
  border-bottom: 1px solid #0855bd;
  }

#footer a img {
  border: 0px;
  }

#footer  img {
  margin-right: 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;
  }

.width80 {
	width:79.7%
	
}

.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;
}
/* TYPO3-Indexed Search-Formatierungen */
.tx-indexedsearch-searchbox {
	padding: 20px;

}

.tx-indexedsearch-searchbox p table {
	padding: 2em;
}
	

