

img {
  display: block;
  border: 0;
}


.clp-floatAus {
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}



/* Hauptbereich */

#hauptbereich {
  position: relative;
  padding-top: 80px;
  width: 775px;
}

html>body #hauptbereich {
  width: 90%;
  max-width: 60em;
  min-width: 775px;
}

.innen {
  position: relative;
  background: url(../images/hintergrund/hauptbereich.gif) top right repeat-y;
}





/* Kasten */

.auswahlmatrix { margin-bottom: 28px; }

.kasten,
.kastenLogo {
  width: 162px;
  background: url(../images/hintergrund/rechter_kasten.gif) repeat-y;
  margin: 0 0 10px 0;
}

.kasten .innen,
.kastenLogo .innen {
  background: url(../images/hintergrund/rechter_kasten_unten.gif) bottom left no-repeat;
  padding: 0 0 15px 0;
}

.kastenLogo .innen {
  padding-bottom: 18px;
}

.kasten h2,
.kastenLogo h2 {
  background: url(../images/hintergrund/rechter_kasten_oben.gif) no-repeat;
  padding: 10px 1px 0 1px;
  margin: 0;
}

.kastenLogo h2 {
  padding: 2px 1px 0 1px;
}

.kastenLogo h2 img {
  position: relative;
  top: -8px;
  left: -1px;
}

.kastenLogo h2.uptech img,
#boxSortierung.kastenLogo h2 img {
  top: 0;
  left: 0;
}

#boxSortierung.kastenLogo h2 img { margin-top: 2px; }

.kasten p,
.kastenLogo p,
.kastenLogo p.uptech,
#boxSortierung.kastenLogo p {
  font-size: 60%;
  line-height: 140%;
  padding: 0.4em 11px 0.4em 11px;
  margin: 0;
}

#boxSortierung.kastenLogo p {
  padding: 0.5em 15px 0.4em 7px;
}

.kasten p.button { padding-left: 10px; }

.kastenLogo select {
  width: 135px;
  font-size: 110%;
  margin: 0.2em 0;
}

.kasten .mehrAbstandOben { padding-top: 1.4em;}







/* Statistiktabelle */

#statistik {
  width: 90%;
}

#statistik,
#statistik th,
#statistik td {
  border: 1px solid #666;
  border-collapse: collapse;
}

#statistik th,
#statistik td {
  width: 33%;
  padding: 6px;
}

th { width: 6.3em; }

th, td {
  font-size: 70%;
  line-height: 160%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 2px 0;
}

/* li {
  font-size: 70%;
  line-height: 170%;
  margin: 1.5em 0;
}

li p, li h2, li li { font-size: 100%; font-weight: normal; }
*/

ul.linkpfeil li {
  background: url(../images/allgemein/linkpfeil.gif) 0 0.5em no-repeat;
  padding-left: 12px;
}

ul.eng li { margin: 0.6em 0; }

ul.eng li li { margin: 0; }

blockquote { margin: 0; }

blockquote strong { color: #000; }

strong { color: #293f66; }

a.linkpfeil:link,
a.linkpfeil:visited {
  height: 0.8em;    /* fuer alte IEs */
  hei\ght: auto;    /* fuer vernuenftige Browser wieder ueberschreiben */
  background: url(../images/allgemein/linkpfeil.gif) no-repeat;
  background-position: 0 0.6em;       /* fuer alte IEs */
  bac\kground-position: 0 0.3em;     /* fuer andere Browser ueberschreiben */
  padding-left: 12px;
  text-decoration: none;
}

a.linkpfeil:hover,
a.linkpfeil:focus,
a.linkpfeil:active {
  text-decoration: underline;
}

.bildRechts {
  float: right;
  width: 122px;
  font-size: 60%;
  padding: 5px 0 0 0;
  margin-left: 14px;
}
.bildRechts img {
  display: block;
  margin-bottom: 6px;
}

.abstandOben { margin-top: 1.5em; }
.mehrAbstandOben { margin-top: 2.8em; }



/* Spezial: Programmliste */

#programmListe {
  margin-top: 30px;
}

#programmListe h2 {
  font-size: 100%;
  padding-bottom: 0;
  margin-bottom: -0.8em;
}

#programmListe h3 {
  color: #000;
  font-size: 70%;
  padding: 2.8em 0 0 0;
  border-top: 1px solid #293f66;
  margin-top: 2em;
}

#programmListe ul {
  padding: 0 0 0.3em 0;
}

#programmListe ul h3 { color: #000; }


/* Spezial: Bilder der Foerderassistenten */

html>body .lebenslauf {
  float: left;
  width: 100%;
}

/* Fuer Mac IE: */
* html>body .lebenslauf { float: none; width: auto; }

.lebenslauf .bild {
  float: left;
  width: 145px;
}

.lebenslauf .text {
  margin-left: 145px;
  padding-bottom: 20px;
}

* html .lebenslauf .text {
  margin-left: 0;
}

.lebenslauf h2 {
    margin-top: -2px;
}


/* Spezial: Formulare */

fieldset.aussen { margin-top: 1.6em;}

html>body fieldset.aussen { padding-top: 0.5em;}

fieldset.clp-linie {
  display: block;
  border: 1px solid #293f66;
  padding: 0 10px;
  margin: 0.8em 0 0.8em 0;
}


fieldset legend {
  color: #293f66;
  font-weight: bold;
  line-height: 170%;
}

fieldset.aussen legend {
  font-size: 90%;
  margin: 0 0 0 -0.5em;
}


fieldset.clp-linie legend {
  font-size: 100%;
  padding: 0 5px;
  margin: 0;
}

fieldset.clp-linie div { padding: 0.5em 0;}

fieldset.clp-linie p { line-height: 140%;}

p.clp-checkboxRadio {
  margin: 0.2em 0;
}

p.clp-checkboxRadio input,
p.clp-checkboxRadio label {
  float: left;
  margin-right: 4px;
}


input.clp-suchfeld { width: 240px;}
select.clp-suchfeld { width: 300px;}

input.clp-abschicken {
  float: none;
  background: #293f66;
  color: #FFF;
  font-weight: bold;
  padding: 2px 5px 1px 5px;
  border: 0;
}
html>body input.clp-abschicken {
  padding: 2px 10px;
}


input.textfeldLang,
textarea.textfeldLang {
  width: 300px;
}

