/** Allgemeine Elementanweisungen */

body {
  background: #fff;
  color: #000;
  font-family: verdana, arial, sans-serif;
  font-size: 100.01%;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  text-align: center;
}

textarea { font-family: verdana, arial, sans-serif; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, legend, label {
  padding: 0;
  margin: 0;
}

ul { list-style: none; }

li li,
li p,
li h4,
td p {
  font-size: 100% !important;
}

a:link,
a:visited { 
  color: #0092C6;
  text-decoration: underline;
}

a:focus,
a:hover,
a:active { 
  color: #036592;
  background-color: #E0F2FA;
}

img {
  border: 0;
  vertical-align: bottom;
}

fieldset {
  border: 0;
  border-style: solid; /* fuer opera 7 */
  font-size: 1em;
}

fieldset.border {
  border: 1px solid #B2DEEE;
}

legend {
  font-weight: bold;
  color:#000;
}

fieldset fieldset legend {
  font-size: .7em;
}
fieldset fieldset legend.fehler {
  color:red;
}

#rahmen fieldset fieldset label {
  font-weight: normal;
}

input, textarea, select {
  font-size: 100%;
  padding: 2px;
  margin: 0;
  vertical-align: middle;
}

select {
  border: 1px solid #5B9DC6;
}

hr { display: none; }

input.submit {
  border-width: 0;
}

input.text {
  width: 300px;
  border: 1px solid #5B9DC6;
}

input.textsmall {
  width: 186px;
  border: 1px solid #5B9DC6;
}

select.select-small {
  width: 215px;
}

label.border {
  padding-right: 6px;
  border-right: 1px solid #5B9DC6;
  margin-right: 2px;
}

td, th { font-size: .7em;}

h2 {
  color: #007DAF;
  font-size: 1.3em;
  font-weight: normal;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #E0F2FA;
  margin: 0 0 .5em 0;
}

h2.ohneLinie {
  border-bottom: 0;
  margin-bottom: 0;
}

h3 {
  font-size: .7em;
  line-height: 1.3;
  margin: 1.5em 0 .5em 0;
}

h3.gross {
  font-size: 1em;
  font-weight: normal;
}

h3.bullet {
  font-size: .8em;
  line-height: 1.3em;
  background: url(/custom/bueha/img/allgemein/bullet.gif) no-repeat 0 .2em;
  padding-left:14px;
  margin:0 0 .8em 0;
}

h3.hinterlegt {
  background: #E0F2FA;
  padding: 1px 5px 2px 5px;
  margin-top: 2em;
  margin-bottom: .8em;
}

h4 {
  font-size: .7em;
  margin: 0 0 .5em 0;
}

h4.abstand-oben {
  padding-top: 1.5em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Allgemeine Klassenanweisungen */

.stopFloat {
  float: none;
  clear: both;
  display: block;
  overflow: hidden;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

.unsichtbar {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.ungefettet { font-weight: normal; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Rahmen */

#rahmen {
  min-width: 770px;
  background: url(/custom/bueha/img/allgemein/schatten_links.gif) repeat-y left top #fff;
  padding: 0 0 0 8px;
  text-align: left;
}

#rahmen-innen {
  background: url(/custom/bueha/img/allgemein/schatten_rechts.gif) repeat-y right top #fff;
  padding: 4px 8px 4px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Kopf */

#kopf {
  background: #0092c6 url(/custom/bueha/img/allgemein/logo_streifen.gif) no-repeat 217px 7px;
  color: #fff;
}

#kopf-bereich-1 {
  float: left;
  width: 230px;
}

#logo {
  width: 203px;
  height: 85px;
  background: #fff;
  margin: 7px;
  text-align: center;
}

#logo img {
  width: 110px;
  height: 85px;
}

#logo span {
  display:block;
}

#logo a:link,
#logo a:visited {
  display: block;
  height: 85px;
  width: 203px;
}

#logo a:focus,
#logo a:hover,
#logo a:active {
  background: #fff;
}

/* Links (Service-Menue, Suche, Funktionen) */

#kopf-bereich-2 {
  float: right;
  position: relative;
  /*width: 440px; Vor Extralinks im head */
  width: 524px;
  min-height: 94px;
}

#kopf-bereich-2 a:link,
#kopf-bereich-2 a:visited {
  color: #fff;
  text-decoration: none;
}

#kopf-bereich-2 a:hover,
#kopf-bereich-2 a:focus,
#kopf-bereich-2 a:active {
  color: #0092C6;
  text-decoration: none;
}

#kopf-bereich-2 ul {
  float: right;
  margin: 3px 8px 0 0;
}

#kopf-bereich-2 li {
  display: inline;
  font-size: .7em;
  font-weight: bold;
}

#kopf-bereich-2 li strong{
  font-weight: normal;
}

#kopf-bereich-2 #service-menue li {
  padding: 0 0 0 6px;
  border-left: 1px solid #fff;
}

#kopf-bereich-2 #service-menue a,
#kopf-bereich-2 #service-menue strong {
  padding: 0 4px 0 4px;
}

#kopf-bereich-2 #service-menue .erster { border-left: 0 !important; }

#kopf-bereich-2 #service-menue .letzter a,
#kopf-bereich-2 #service-menue .letzter strong { padding-right:0; }

#suche {
  clear: both;
  float: right;
  text-align: right;
  padding: 10px 8px 2.6em 0;
  width: 400px;
}

#suche p { font-size: .8em; }

#suche input { vertical-align: middle; }

#suche-feld {
  width: 12.5em;
  padding: 0 2px;
}

#funktionen {
  position: absolute;
  right: 0;
  /*top: 72px; Vor Extra-links im head */
  bottom: 0px;
  padding: 0 0 2px 0;
}

#kopf-bereich-2 #funktionen li {
  font-size: .65em;
  line-height: 1.6em;
}

li#druckversion {
  background: url(/custom/bueha/img/allgemein/icon_druckversion.gif) no-repeat 0 50%;
  padding: 1px 8px 1px 20px;
}

li#vorlesen {
  background: url(/custom/bueha/img/allgemein/icon_vorlesen.gif) no-repeat 0 50%;
  padding: 1px 13px 1px 21px;
}

li#dgs {
  background: url(/custom/bueha/img/allgemein/icon_dgs.gif) no-repeat 0 50%;
  padding: 5px 0 6px 30px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Hauptbereich */

#hauptbereich {
  float: left;
  width: 100%;
  border-top: 8px solid #000;
  margin-top: 1px;
}

#menuespalte {
  float: left;
  width: 210px;
  margin-right: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Hauptmenue */

#hauptmenue p {
  padding: 0;
  margin: 0;
}

#hauptmenue li {
  display: inline;
  font-size: 1em;
}

#hauptmenue li strong {
  margin-bottom: 1px;
}

#hauptmenue a:link,
#hauptmenue a:visited,
#hauptmenue strong {
  display: block;
  position: relative;
  background: #E0F2FA url(/custom/bueha/img/allgemein/hauptnavi_pfeil.gif) no-repeat 4px .5em;
  color: #000;
  font-size: .75em;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 3px 0 4px 19px;
  margin: 0 0 3px 0;
}

#hauptmenue a:focus,
#hauptmenue a:hover,
#hauptmenue a:active {
  background-color: #24A1CE;
  background-image: url(/custom/bueha/img/allgemein/hauptnavi_pfeil_weiss.gif);
  color: #FFF;
}

#hauptmenue li.active a:link,
#hauptmenue li.active a:visited,
#hauptmenue strong {
  color: #fff;
  background-image: url(/custom/bueha/img/allgemein/hauptnavi_pfeil_weiss.gif);
  background-color: #24A1CE;
  border-bottom-width: 1px;
  margin: 0 0 1px 0;
}

#hauptmenue a strong {
  color:#000;
}

#hauptmenue select {
  font-size: .7em;
  width:138px;
  background: #fff;
}
#hauptmenue form { padding-top: 8px; }

/* Hauptmenue - 2. Ebene */

#hauptmenue ul ul {
  background: url(/custom/bueha/img/allgemein/hauptnavi_over.gif) no-repeat right bottom #BBE2F3;
  padding: 0 26px 16px 19px;
  margin: 0 0 3px 0;
}

#hauptbereich #hauptmenue ul ul a:link,
#hauptbereich #hauptmenue ul ul a:visited,
#hauptbereich #hauptmenue ul ul strong {
  color:#000;
  background: url(/custom/bueha/img/allgemein/hauptnavi_kleiner_pfeil.gif) no-repeat 0 .7em #BBE2F3;
  font-size: .7em;
  font-weight: normal;
  padding: 3px 0 3px 10px;
  border-bottom: 1px solid #fff;
  margin: 0;
}

#hauptbereich #hauptmenue ul ul strong {
  display: block;
  font-weight: bold;
  margin:0;
}

#hauptbereich #hauptmenue ul ul a:focus,
#hauptbereich #hauptmenue ul ul a:hover,
#hauptbereich #hauptmenue ul ul a:active {
  background-color: #24A1CE;
}

#hauptbereich #hauptmenue ul ul li.last a:link,
#hauptbereich #hauptmenue ul ul li.last a:visited,
#hauptbereich #hauptmenue ul ul li.last strong {
  border-width: 0;
}

#hauptbereich #hauptmenue ul ul li a:link strong,
#hauptbereich #hauptmenue ul ul li a:visited strong {
  background: none;
  font-size: 1em;
  padding: 0;
  border-bottom: 0;
  margin: 0;
}

/* Hauptmenue 3. Ebene */
#hauptmenue ul ul ul {
  background: #BBE2F3;
  padding: 0 0 0px 0;
  margin: 0 0 3px 0;
}

#hauptbereich #hauptmenue ul ul ul a:link,
#hauptbereich #hauptmenue ul ul ul a:visited,
#hauptbereich #hauptmenue ul ul ul strong {
  background: url(/custom/bueha/img/allgemein/hauptnavi_kleiner_pfeil.gif) no-repeat 20px .7em #BBE2F3;
  padding: 3px 0 3px 30px;
}

#hauptbereich #hauptmenue ul ul ul a:focus,
#hauptbereich #hauptmenue ul ul ul a:hover,
#hauptbereich #hauptmenue ul ul ul a:active {
  background-color: #24A1CE;
}


/* Hauptmenue - Startseite */

#hauptmenue strong br { display: none; }

#hauptmenue .startseite a:link,
#hauptmenue .startseite a:visited {
  display: block;
  position: relative;
  background: #e0f2fa;
  color: #5a6164;
  font-size: 1em;
  padding: 0;
  border-bottom-width: 0px;
  margin-top: 3px;
}

#hauptmenue .startseite a:focus,
#hauptmenue .startseite a:hover,
#hauptmenue .startseite a:active {
  background: url(/custom/bueha/img/allgemein/hauptnavi_over.gif) no-repeat right bottom #BDDFF4;
}

#hauptmenue .startseite strong {
  display: block;
  background: url(/custom/bueha/img/allgemein/hauptnavi_pfeil.gif) no-repeat 4px .5em #BBE2F3;
  padding: 3px 0 3px 18px;
  
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: .8em;
}

#hauptmenue .startseite span {
  display: block;
  padding: 3px 15px 5px 18px;
  font-size: .65em;
  font-weight: normal;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Breadcrumb */

#hauptbereich p#breadcrumb {
  border-bottom: 1px solid #E0F2FA;
  padding:0 0 3px 0;
  margin: 10px 0 26px 0;
}

#breadcrumb a:link,
#breadcrumb a:visited {
  color: #000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** INA Banner */

#ina-klein {
  position: relative;
  min-height: 31px;
  background: url(/custom/bueha/img/ina/ina-klein-bg-oben.gif) no-repeat left bottom #F4EFE6;
  font-size: .65em;
  line-height: 1.25em;
  padding: 0 0 10px 0;
  margin: 11px 0 0 0;
  border-top: 1px solid #fff;
}

#ina-klein-innen {
  background: url(/custom/bueha/img/ina/ina-klein-sprechblase.gif) no-repeat right top;
  padding: 4px 16px 0 60px;
}

#ina-klein h2,
#ina-klein p {
  position: relative;
  top: 4px;
  display: inline;
  color: #000;
  font-size: 1em;
  border:0;
}

#ina-klein-2 {
  min-height: 22px;
  background: url(/custom/bueha/img/ina/ina-klein-bg-unten.gif) no-repeat right top #F4EFE6;
  margin: 0 0 12px 0;
}

#ina-klein-2 p {
  font-size: .65em;
  padding: 4px 0 4px 72px;
}

#ina-klein-2 a:link,
#ina-klein-2 a:visited,
#ina-klein-inaktiv a:link,
#ina-klein-inaktiv a:visited {
  color: #C25605;
  background: url(/custom/bueha/img/ina/linkpfeil.gif) no-repeat 0 .25em;
  font-weight: bold;
  padding-left: 12px;
}

/* wenn INA gross ist */

#ina-klein-inaktiv {
  position: relative;
  min-height: 54px;
  background: url(/custom/bueha/img/allgemein/ina-banner-bg-inaktiv.gif) no-repeat left bottom #F4EFE6;
  padding: 0 0 8px 0;
  margin: 12px 0 12px 0;
}

#ina-klein-inaktiv p,
#ina-klein-inaktiv h2 {
  font-size: .65em;
  padding: 6px 16px 0 62px;
  margin: 0 0 0px 0;
  color: #000;
  border:0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** INA gross */

#ina {
  width: 580px;
  background: url(/custom/bueha/img/allgemein/ina_ecke.gif) no-repeat right bottom #F6F1EA;
  margin-bottom: 30px;
}

#ina-inner {
  position: relative;
  min-height: 155px;
}

#ina #schliessen {
  background: #E3DBD1;
  border-bottom: 1px solid #fff;
  padding: 3px 4px 3px 0;
  margin:0;
  text-align: right;
}

#ina #schliessen a:link,
#ina #schliessen a:visited {
  background: url(/custom/bueha/img/allgemein/schliessen.gif) no-repeat 100% 0;
  color: #000;
  text-decoration: none;
  padding: 0 16px 0 0;
}

/* Bild von ina */
#ina img {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Sprechblase */
#ina #ina-sprechblase-outer {
  position: relative;
  z-index: 2;
  width: 405px;
  padding: 15px 0 63px 135px;
}

#ina #ina-sprechblase {
  background: url(/custom/bueha/img/allgemein/ina-sprechblase.gif) no-repeat left top;
  min-height: 78px;
}

#ina #ina-sprechblase-inner {
  min-height: 54px;
  background: url(/custom/bueha/img/allgemein/ina-sprechblase-unten.gif) no-repeat left bottom;
  padding: 12px 12px 12px 54px;
}

#ina #ina-sprechblase p {
  padding: 0;
}

#ina #ina-sprechblase a:link,
#ina #ina-sprechblase a:visited {
  color: #C25605;
}

#ina #ina-sprechblase a:focus,
#ina #ina-sprechblase a:hover,
#ina #ina-sprechblase a:active {
  background: none;
}

#ina #ina-frage {
  position: absolute;
  bottom: 20px;
  left: 189px;
  z-index: 2;
}

#ina #ina-frage input.text {
  width: 296px;
}

#ina #ina-frage p {
  margin: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Inhaltsspalte */

#inhalt {
  margin-left: 240px;
}

#inhalt-innen {
  float: left;
  width: 100%;
}

.spalte1 {
  float: left;
  width: 326px;
  margin-right: 38px;
}

.spalte2 {
  float: left;
  clear: both;
  width: 320px;
}

.spalte1-breit {
  float: left;
  width: 350px;
}

.spalte2-schmal {
  float: right;
  clear: both;
  width: 210px;
  padding-top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formatierungen im Inhaltsbereich */

#inhalt p {
  font-size: .7em;
  margin: 0 0 .8em 0;
}

#inhalt .ganzeBreite p { padding-right: 50px; }
#inhalt .spalte1-breit p,
#inhalt .spalte1 p,
#inhalt .spalte2 p {
  padding-right: 0;
}

#inhalt p.abstaende {
  margin: 1.4em 0 2.2em 0;
}

#inhalt p.abstand-oben { margin-top: 2em; }

.abstand-oben { margin-top: 2em !important; }
.abstand-unten { margin-bottom: 2em !important; }

#inhalt ul {
  font-size: .7em;
  line-height: 1.4em;
  margin: 0 0 1em 0;
  list-style: none;
}

#inhalt ul ul { font-size: 1em; }

#inhalt ol {
  margin: 0 0 1em 0;
  font-size: .7em;
}

#inhalt li {
  padding: 0;
  margin: 0 0 .4em 30px;
}

#inhalt ul.eng li { margin-bottom: 0; }

#inhalt ul li { list-style-image: url(../img/allgemein/liste_bullet_blau_auf_weiss.gif); }

#inhalt ul.link li,
#inhalt li.link {
  list-style-image: none;
  margin-left: 0;
}

#inhalt ul.link li a,
#inhalt li.link a,
#inhalt .spalte2-schmal ul.link li strong {
  background-image: url(../img/allgemein/linkpfeil.gif);
  background-position: 1px 0.25em;
  background-repeat: no-repeat;
  padding: 0 1px 1px 14px;
  margin-bottom: .4em;
}

#inhalt ul.link li p {
  padding-left: 14px;
  margin-top: -.2em;
}

#inhalt ul.link li li a {
  margin-left: 30px;
}

#inhalt ul.link.standorte li a { margin-bottom: .2em; }
#inhalt ul.link.standorte li.abstand-oben a { margin-top: 10px !important; }

#inhalt a.link {
  background-image: url(../img/allgemein/linkpfeil.gif);
  background-position: 1px 0.25em;
  background-repeat: no-repeat;
  padding-left: 14px;
}

#inhalt p.link {
  background-image: url(../img/allgemein/linkpfeil.gif);
  background-position: 1px 0.28em;
  background-repeat: no-repeat;
  padding-left: 14px;
  margin-top: .5em;
}

#inhalt ol li { margin: 0 0 0 30px; }

#inhalt ol.a { list-style-type: lower-alpha; }
#inhalt ol.A { list-style-type: upper-alpha; }
#inhalt ol.i { list-style-type: lower-roman; }
#inhalt ol.I { list-style-type: upper-roman; }

#inhalt blockquote {
  background: #eef8fc url(../img/allgemein/blockquote.gif) 6px 8px no-repeat;
  padding: 12px 10px 5px 30px;
  margin: 1em 0 1.5em 0;
}

.box h3,
.box-wichtig {
  margin-top: 0;
}

#inhalt p.bildLinks {
  float: left;
  padding: 0;
  margin: 3px 12px 6px 0;
}

#inhalt p.bildRechts {
  float: right;
  padding: 0;
  margin: 3px 0 6px 8px;
}

#inhalt .galerie p.bildRechts { margin-left: 20px; }

.galerie {
  padding: 10px 0 0 0;
  border-top: 1px solid #eef8fc;
  margin: 10px 0 0 0;
}

.box {
  background: #eef8fc;
  padding: 6px 6px 0 6px;
  border: 1px solid #eef8fc;
  margin: 1em 0;
}

.box-wichtig {
  background: #fff7f3;
  padding: 6px 6px 0 6px;
  border: 1px solid #fdebe2;
  margin: 1em 0;
}

.spalte2-schmal .box { margin: 0 0 6px 0; }
.spalte2-schmal .box.zentriert,
.spalte2-schmal .box p.zentriert {
  text-align: center;
}

#inhalt .spalte2-schmal strong { color: #0092C6; }

#inhalt .spalte1-breit hr,
#inhalt hr.linie {
  display: block;
  height: 1px;
  background: #E0F2FA;
  color: #E0F2FA;;
  border: 0;
  margin: 1em 0;
}

#inhalt hr.linie.clear {
  clear: both;
}

/* Banner */

#banner { margin-bottom: 10px; }

#banner1 {
  float: left;
  width: 340px;
  padding: 239px 0 8px 0;
}

#banner2 {
  float: right;
  width: 340px;
  padding: 130px 0 8px 0;
}

#banner1.kinder1 {
  background: #e0f2fa url(/custom/kibi/img/bilder/banner/banner_kibi.jpg) no-repeat;  
/*  background: #e0f2fa url(/custom/bueha/img/bilder/banner/banner_kinder_01.jpg) no-repeat;  */
}

#banner2.kinder2 {
  background: #e0f2fa url(/custom/bueha/img/bilder/banner/banner_kinder_02.gif) no-repeat;  
}

#banner h3 {
  background: #0092c6;
  padding: 3px 9px !important;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 6px 0 !important;
}

#banner h3 a:link,
#banner h3 a:visited {
  color: #FFF;
  background: url(/custom/bueha/img/allgemein/linkpfeil_weiss.gif) no-repeat 1px .3em;
  text-decoration: none;
  padding-left: 12px;
}

#banner h3 a:hover,
#banner h3 a:focus,
#banner h3 a:active {
  color: #0092c6;
  background: #BBE2F3 url(/custom/bueha/img/allgemein/linkpfeil_blau.gif) no-repeat 1px .3em;
}

#banner p {
  margin: 0 10px !important;
  padding: 0 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Zielgruppenleiste (Startseite) */

#inhalt ul#zielgruppen-menue {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
  font-size: .65em;
}

#inhalt ul#zielgruppen-menue li {
  width: 136px;
  width: 13.07em;
  float: left;
  background: none;
  padding: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 5px 0;
  list-style: none inside none;
}

ul#zielgruppen-menue img {
  width: 13.07em;
  border-bottom: 1px solid #fff;
}

ul#zielgruppen-menue a:link,
ul#zielgruppen-menue a:visited {
  display: block;
  background: #24A1CE;
  color: #fff;
  font-weight: bold;
  line-height: 1.1em;
  text-decoration: none;
}

ul#zielgruppen-menue a:hover,
ul#zielgruppen-menue a:focus,
ul#zielgruppen-menue a:active {
  text-decoration: underline;
}

ul#zielgruppen-menue span {
  display: block;
  min-height: 2.2em;
  background: url(/custom/bueha/img/allgemein/linkpfeil_weiss.gif) no-repeat 4px .4em #24A1CE;
  padding: 2px 4px 4px 16px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Veranstaltungen Uebersicht */

.spalte2-schmal .box-inner.veranstaltungen {
  background: #EEF8FC;
  padding: 10px;
}

#inhalt .spalte2-schmal .box-inner.veranstaltungen p {
  padding-right: 0;
}

#inhalt .spalte2-schmal .box-inner.veranstaltungen p.submit {
  font-size: .7em;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

fieldset#veranstaltungen-fuer,
fieldset#veranstaltungen-wo,
fieldset#veranstaltungen-wann {
  padding-bottom: 5px;
  border-bottom: 1px solid #BBE2F3;
  margin-bottom: 5px;
}

fieldset#veranstaltungen-fuer h4,
fieldset#veranstaltungen-wo h4,
fieldset#veranstaltungen-wann h4 {
  font-size: .8em;
}

select#wo {
  width: 99%;
}

.veranstaltungen-uebersicht h3 {
  background: #BBE2F3;
  font-size: .65em;
  text-transform: uppercase;
  padding: 2px 4px;
  margin: 0 !important;
}

.veranstaltungsarten {
  background: #E8F5FB;
  margin: 0 0 10px 0;
  padding: 10px 10px 0px 10px;
}

.veranstaltungsarten p {
  padding: 0 0 7px 0;
  margin: 0;
}

ul.veranstaltung-teaser {
  margin: 0;
  padding: 0;
  clear: both;
}

#inhalt .veranstaltung-teaser li {
  background: none;
  margin: 0;
  padding:0;
  display: inline;
}

.veranstaltung-teaser h4 {
  font-size: .7em;
  padding: 0px 0 0 0;
  margin: 0 0 1px 0;
}

#hauptbereich .veranstaltung-teaser p {
  border-bottom: 1px solid #E0F2FA;
  padding: 0 0 5px 12px;
  margin: 0 0 3px 0;
}

.veranstaltung-teaser a:link,
.veranstaltung-teaser a:visited {
  background: url(/custom/bueha/img/allgemein/mehr.gif) no-repeat 0 .4em;
  padding: 0 0 0 12px;
  margin: 0;
  display: block;
}

.veranstaltung-teaser strong { color: #555; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Teaser */

.teaser-block { margin: 0 0 .5em 0; }

.teaser-block-titel {
  background: #BBE2F3;
  font-size: .65em;
  text-transform: uppercase;
  padding: 2px 4px;
  margin: 0 0 0.9em 0;
}

.teaser {
  min-height: 80px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #CFEBF7;
  margin: 0 0 10px 0;
}

.teaser-block .ohneRahmen { border: none; }

.teaser.ohneRahmen {
  min-height: 1em;
}

.teaser h3,
.teaser h4 {
  font-size: .7em;
  padding: 0;
  margin: 0;
}

#inhalt .teaser p {
  padding: 0;
  margin: 0;
}

.teaser-block .teaser img.teaser-img {
  float: left;
  margin: 3px 10px 4px 0;
}

a.weiter:link,
a.weiter:visited {
  background-image: url(/custom/bueha/img/allgemein/linkpfeil.gif);
  background-repeat: no-repeat;
  background-position: 96% .3em;
  font-weight: bold;
  padding: 0 14px 0 0;
}

/* Box für weitere teaser in der rechten Spalte */

.weitere-teaser {
  background: #E8F5FB;
  padding: 7px 10px 10px 10px;
}

#inhalt .weitere-teaser h3 {
  color: #555555;
  font-size: .65em;
}

#inhalt .weitere-teaser p {
  margin:0 0 0 0;
}

#inhalt .weitere-teaser strong {
  color:#555555;
}

a.mehr:link,
a.mehr:visited {
  background-image: url(/custom/bueha/img/allgemein/mehr.gif);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  font-weight: bold;
  padding-left: 12px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Fuss */

#fuss {
  background: url(/custom/bueha/img/allgemein/fuss.gif) repeat-x left bottom;
  padding: 22px 0 28px 240px;
}

#fuss ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none inside none;
}

#fuss li {
  float: left;
  font-size:.7em;
  list-style: none inside none;
  margin: 0 14px 0 0;
}

#fuss a:link,
#fuss a:visited {
  position: relative;
  background-image: url(/custom/bueha/img/allgemein/mehr.gif);
  background-repeat: no-repeat;
  background-position: 0 .35em;
  padding: 0 0 0 12px;
  font-weight: bold;
}

#fuss a:hover,
#fuss a:focus,
#fuss a:active {
  background-color: #E0F2FA;
}

#fuss p.nach-oben {
  float: right;
  font-size: .7em;
}

#fuss p.nach-oben a:link,
#fuss p.nach-oben a:visited {
  background-image: url(/custom/bueha/img/allgemein/nach_oben.gif);
  background-position: 100% .3em;
  padding: 0 11px 0 0;
}

#ips-logo {
  position: absolute;
  top: -4px;
  right: -25px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Veranstaltung Einzelansicht */

ul.termine {
  list-style-position: outside;
  width: 14em;
  padding-top: 0;
  border-top: 1px solid #BBE2F3;
  margin-top: .3em;
  margin-bottom: 1em;
}

#inhalt ul.termine li {
  background: url(/custom/bueha/img/allgemein/quadrat_blau.gif) no-repeat left .5em;
  padding: .2em 0 .2em 14px;
  border-bottom: 1px solid #BBE2F3;
  margin: 0 0 0 0;
  display:block;
}

#inhalt p.veranstaltung-termin {
  font-weight: bold;
  color: #555555;
  padding-bottom:6px;
  margin-bottom:1.5em;
  border-bottom: 1px solid #5B9DC6;
}

/* Link rechts neben der Überschrift */

p.ueberschrift-link {
  float: right;
  width: 12em;
  text-align: right;
  padding-top:.7em;
}

p.ueberschrift-link a:link,
p.ueberschrift-link a:visited {
  background: url(/custom/bueha/img/allgemein/linkpfeil_zurueck.gif) no-repeat 0 .5em;
  padding-left: 10px;
}

/* Liste mit Sprunglinks zu Stellen im Inhalt */

ul.inhaltslinks {
  float: left;
  width: 100%;
  list-style: none;
  padding-bottom:6px;
  border-bottom: 1px solid #E0F2FA;
}

#inhalt ul.inhaltslinks li {
  list-style: none;
  display: inline;
  padding:0;
  background: none;
}

ul.inhaltslinks a:link,
ul.inhaltslinks a:visited {
  float:left;
  margin-right: 19px;
  padding-left:12px;
  background: url(/custom/bueha/img/allgemein/sprunglink.gif) no-repeat 0 .3em;
}

/* Datentabellen */

table {
  border: 0;
  margin: 0 0 27px 0;
}

table.th-links {
  border-top: 1px solid #D8EDF9;
}

table th {
  font-weight: bold;
  text-align: left;
  color: #007DAF;
  padding: 4px 7px;
  background: #F9FDFE;
  border: 0;
  border-right: 1px solid #9ED0EB;
  border-bottom: 1px solid #D8EDF9;
  border-left: 1px solid #D8EDF9;
  vertical-align: top;
}

table th.ecke {
  background: #EFF8FC;
  padding-top: 3px;
  border-top: 1px solid #D8EDF9;
  border-right: 1px solid #9ED0EB;
  border-bottom: 1px solid #9ED0EB;
}

table th.kopf {
  background: #EFF8FC;
  padding-top: 3px;
  border-top: 1px solid #D8EDF9;
  border-right: 1px solid #D8EDF9;
  border-bottom: 1px solid #9ED0EB;
  border-left: 0;
}

table td {
  padding: 4px 7px;
  border: 0;
  border-right: 1px solid #D8EDF9;
  border-bottom: 1px solid #D8EDF9;
  vertical-align: top;
}

#inhalt table p,
#inhalt table li {
  font-size: 100%;
  padding-right: 0 !important;
}

table.bullets {
  width: 100%;
  margin-bottom: 2px;
}

table.bullets td {
  padding: 1px 0 1px 0px;
  border-right: 0;
  border-bottom: 1px solid #BBE2F3;
  text-align: right;
  vertical-align: top;
}

table.bullets th {
  background: url(/custom/bueha/img/allgemein/liste_bullet_blau_auf_weiss.gif) no-repeat left .5em;
  color: #000;
  font-weight:normal;
  padding: 1px 0 1px 14px;
  border: 0;
  border-bottom: 1px solid #BBE2F3;
  text-align: left;
  vertical-align: top;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Standort */

.standort { background:#E8F5FB; }

.standort-steckbrief div {
  padding: 10px 14px;
}

.standort-steckbrief h3 {
  font-size: .8em;
}

#inhalt p.standort-foto {
  padding: 0;
  margin: 0;
  text-align:right;
}

#inhalt p.standort-foto img { text-align: right; }

#inhalt .standort .stopFloat {
  background: #FFF;
}

.standort-infos {
  padding-top: 27px;
}

.standort-infos h3 {
  background: #BBE2F3;
  font-size: .65em;
  text-transform: uppercase;
  padding: 1px 4px;
  margin: 0 0 6px 0;
}

.standort-infos .hinweis {
  background: #FFE3D7;
  border: 1px solid #F9BE9E;
  padding: 4px 8px 8px 8px;
  margin: 0 0 20px 0;
}

.standort-infos .hinweis h3 {
  background: #FFE3D7;
  font-size: .65em;
  text-transform: none;
  padding: 2px 0px;
  margin: 0 0 0 0;
}

#inhalt .standort-infos .hinweis p {
  padding: 0 0 0 0;
  margin: .5em 0 0 0;
}

.standort-infos .block {
  margin:0 0 20px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Formulare */

#inhalt p.fehler {color: red;}

.formular fieldset { margin: 0; }

.formular .fieldset-innen {
  background: #EEF8FC;
  padding: 11px 8px;
  margin: 0 0 6px 0;
}

.fieldset-innen label { font-weight: bold; }

fieldset .breite-XS { width: 12.5%; }
fieldset .breite-S { width: 25%; }
fieldset .breite-M { width: 50%; }
fieldset .breite-L { width: 85%; }
fieldset textarea.breite-L { height:8em; }

#inhalt p.submit { font-size:.8em; }

p.submit input {
  border-top: 1px solid #75C4E0;
  border-right: 1px solid #067DB4;
  border-bottom: 1px solid #067DB4;
  border-left: 1px solid #75C4E0;
  background: #199DCC;
  color: #fff;
  font-weight:bold;
  cursor: pointer;
  margin-top: 1em;
}

p.submit input:hover,
p.submit input:focus,
p.submit input:active {
  background: #008cc1;
  border-top: 1px solid #4bb0d5;
  border-right: 1px solid #0272ac;
  border-bottom: 1px solid #0272ac;
  border-left: 1px solid #4bb0d5;
}

.formular.umfrage { margin: 1.5em 1px 0 0; }

.formular.umfrage table {
  border-top: 1px solid #9ED0EB;
  border-left: 1px solid #9ED0EB;
  margin-bottom: .5em;
}

.formular.umfrage th { width: 35%; }
.formular.umfrage td.wn { width: 16%; }

.formular.umfrage td,
.formular.umfrage th {
  font-weight: bold;
  text-align: left;
  color: #007DAF;
  padding: 4px 7px;
  background: #f6fbfd;
  border: 0;
  border-right: 1px solid #9ED0EB;
  border-bottom: 1px solid #9ED0EB;
  vertical-align: top;
}

.formular.umfrage label {
  font-weight: normal;
  color: #000;
}

.formular.umfrage h4 label { font-weight: bold; }

p.linieUnten {
  border-bottom: 1px solid #E0F2FA;
  color: #E0F2FA;
  padding-bottom: 8px;
}

span.pipe_abstaende {
  height: 1px;
  padding:0 4px;
}

div.autorenliste {
  width:100%;
  float:left;
  background: url(../img/allgemein/vertikaler_strich.gif) 210px top repeat-y;
  margin-bottom: 12px;
}
#inhalt div.autorenliste ul {
  width: 220px;
  float: left;
  margin: 0;
  padding: 0;
}

input, label { vertical-align: middle; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Forum */

.post {
  width: 90%;
}

.kommentar {
  background: url(../img/allgemein/sprechblase_hell.gif) no-repeat 21% 2px;
}

.postbody h4,
.postbody h5 {
  float: left;
  width: 20%;
  color: #5D5C5A;
  font-size: .7em;
  line-height: 1.3em;
  padding: 14px 0 0 0;
  margin: 0;
}

.postbody div.text {
  float: right;
  width: 71.25%;
  min-height: 3.8em;
  background: #f1f1f1;
  padding: .55em 2% 10px 1.75%;
  border-bottom: 0;
  margin: 5px 0;
}

* html .postbody div.text { height: 3.8em; }

#inhalt p.forum-beschreibung {
  padding-bottom: 1em;
  border-bottom: 1px solid #e0f2fa;
  margin-bottom: 2em;
}

.postbody p {
  border: 0;
  margin: 0 0 .6em 0;
  padding: 0;
}

.postbody h4 em,
.postbody h5 em {
  font-style: normal;
  font-weight: normal;
}

#inhalt p.forum-antworten {
  font-size: .65em;
  margin: 0 10% 0 22.5%;
}

p.forum-antworten a:link,
p.forum-antworten a:visited {
  display: block;
  width: 6.75em;
  color: #fff;
  background: #199DCC;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1px 0;
  border-top: 1px solid #75C4E0;
  border-right: 1px solid #067DB4;
  border-bottom: 1px solid #067DB4;
  border-left: 1px solid #75C4E0;
  margin-top: 8px;
}

p.forum-antworten a:hover,
p.forum-antworten a:focus,
p.forum-antworten a:active {
  background: #008cc1;
  border-top: 1px solid #4bb0d5;
  border-right: 1px solid #0272ac;
  border-bottom: 1px solid #0272ac;
  border-left: 1px solid #4bb0d5;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/** Chat */
#chat_container {
  display:none;
}

#wall {
	height: 15em;
	background:#fff;		/* die Hintergrundfarbe für das Nachrichtenfenster */
	overflow: auto;
	margin: 0 0 5px 0;
	border: 1px solid #199DCC;
	padding: 1px 3px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * **/

