html { height: 100%; border-bottom: 1px solid transparent; }
body { color: #415472; background: #f7f6ea; font-family: verdana, arial, sans-serif; font-size: 100.01%; margin: 0; text-align: center; padding: 0;   /* Zentrierung fuer alte IEs */
}
a { text-decoration: underline;}

a:link    { color: #234D60;}
a:visited { color: #628A9F;}
a:focus, a:hover, a:active { color: #BD1823;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.no_border { border-style: none; border-width: 0; }
.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen { background: #fff url(images/hg-contentholder.gif) repeat-y; width: 1000px;            /* der Breite des Hintergrundbilds entsprechend */
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left; padding-bottom: 2px; border-bottom: 1px solid #c9ccd1;        /* text-align:center (body) "neutralisieren" */
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 762px;    /* fuer IE 5 und 5.5 */
  wid\th: 1000px;   /* fuer IE 6 */
}
/*Head---------------------------------------------------*/
#head_main { background: url(images/hg-head.jpg) no-repeat; position: relative; width: 1000px; height: 253px; padding: 0; }
#boxhead_logo { background-image: url(images/logo-head.gif); background-repeat: no-repeat; background-attachment: scroll; position: relative; top: 20px; left: 330px; width: 630px; height: 88px; }
/*Head Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: relative; top: 60px; left: 48px; width: 600px;   /* weisse Trennlinie zw. Menue u. Inhalt */
}

#menue ul {
  padding: 0 0 3px 0;
  margin: 0 0 0 20px;
  list-style: none;
}

#menue li {
  display: inline;
}

* html #menue li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#menue a { font-size: 70%; font-weight: bold; }

#menue a:link, #menue a:visited {
  color: #405371;
  text-decoration: none;
}

#menue a:focus, #menue a:hover, #menue a:active { color: #92a2af; text-decoration: underline; }



/* #content_left 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content_left { float: left; width: 260px;    /* Breite ohne senkrechte weisse Linie */
  padding: 0 0 0; }
#boxleft_01 { }
/*Navigation-----------------------------------------------------------------*/
ul#Navigation {
    padding: 0;
    width: 240px;
    margin: 0 0 0 10px;
    border: 0;
  }
ul#Navigation li { list-style: none; line-height: 29px; margin: 0 0 4px; border: solid 1px #bfc6cc; }
ul#Navigation a { display: block; padding: 0 0 0 10px; text-decoration: none; font-family: arial; font-size: 12px; font-weight: bold; color: #405371; background-image: url(images/but-passiv.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; letter-spacing: 1px; width: 228px; margin: 0; border: 0; }
ul#Navigation a:hover { padding: 0 0 0 10px; color: #405371; background-image: url(images/but-over.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; letter-spacing: 1px; margin: 0; border: 0; }
ul#Navigation li#aktiv a { color: #263347; background-image: url(images/but-over.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; letter-spacing: 1px; width: 218px; margin: 0; padding: 0 0 0 20px; border: 0; }
ul#Navigation2 {
    padding: 0;
    width: 240px;
    margin: 0 0 0 10px;
    border: 0;
  }
ul#Navigation2 li { list-style: none; line-height: 29px; margin: 0 0 4px; border: solid 1px #bfc6cc; }
ul#Navigation2 a { display: block; padding: 0 0 0 10px; text-decoration: none; font-family: arial; font-size: 12px; font-weight: bold; color: #405371; background-image: url(images/but-passiv.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; letter-spacing: 1px; width: 228px; margin: 0; border: 0; }
ul#Navigation2 a:hover { padding: 0 0 0 10px; color: #405371; background-image: url(images/but-over.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; letter-spacing: 1px; margin: 0; border: 0; }
/*SubNavigation-------------------------------------------*/
ul#SubNavigation { background-color: #fff; padding: 0; width: 238px; margin: 0 0 4px 10px; border: solid 1px #bfc6cc; }
ul#SubNavigation li { list-style: none; line-height: 20px; text-decoration: none; width: 230px; margin: 0; border: solid 1px #fff; }
ul#SubNavigation a { display: block; padding: 0 0 0 20px; text-decoration: none; font-family: arial; font-size: 11px; color: #405371; font-weight: normal; background-position: 0 0; letter-spacing: 1px; width: 205px; margin: 0; }
ul#SubNavigation a:hover { padding: 0 0 0 20px; color: #6d0000; background-image: url(images/but-over.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; letter-spacing: 1px; margin: 0; }
ul#SubNavigation li.subaktiv a { color: #6d0000; background-position: 0 0; letter-spacing: 1px; margin: 0; padding: 0 0 0 20px; }
/*content_middle
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content_middle { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float:left; width: 491px;                  /* Breite ohne senkrechte Linien */
  padding: 0;  /* 
}

* html #spalte2 {  /* Box Model Hack - notwendig wegen border-Angabe */
  float: left; margin: 25px 0 0; padding: 0;   /* Fuer IE 6 */
}

#content_middle h1 { color: #405371; font-size: 110%; font-family: arial; line-height: 120%; width: 420px; margin: 0 35px 1em 25px; }
.content_middle_h1_link { color: #405371; font-family: arial; text-decoration: none; width: 420px; margin-top: 0; margin-bottom: 1em; }
#content_middle h2 { color: #415472; font-size: 90%; font-family: arial; font-weight: bold; line-height: 120%; margin: 15px 20px 15px 25px; display: block; }
#content_middle h3 { color: #415472; font-size: 90%; font-family: arial; font-weight: bold; line-height: 120%; margin: 15px 25px 0; }
#content_middle h4 { color: #415472; font-size: 80%; font-family: arial; font-weight: bold; line-height: 120%; margin: 15px 0 0 25px; }
#content_middle h5 { color: #405371; font-size: 70%; font-family: arial; font-weight: bold; margin: 15px 0 0 25px; }
#content_middle p { font-size: 80%; line-height: 120%; text-align: justify; margin: 0.2em 35px 0.8em 25px; }
#content_middle p a { font-size: 100% !important; }
/*---------Liste Öffentlichkeit--------------------*/
#content_middle ul { font-size: 80%; }
#content_middle li { margin-bottom: 10px; list-style-image: url(images/listpfeil.gif); }
/**/
.absatzLine { margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px dashed #bfc6cc; }
#content_middle a:link, #content_middle a:visited { color: #bd1823; font-size: 80%; text-decoration: none; margin: 0; }

#content_middle a:focus, #content_middle a:hover, #content_middle a:active { color: #264f63; font-size: 80%; text-decoration: underline; margin: 0; }
#boxcontent_bilder { margin-top: 20px; margin-bottom: 20px; margin-left: 25px; }
.content_bilder { margin-right: 8px; padding: 4px; border: solid 1px #dedede; }
#box_telefon { width: 235px; margin-top: 10px; margin-bottom: 0; }
#box_beratung { width: 235px; margin-top: 10px; margin-bottom: 10px; }
#box_beratung p, #box_telefon p { font-size: 80%; line-height: 100px; }
.link_blau { color: #1b4361; text-decoration: underline; text-align: left; display: inline; }
.telefon_symbol { float: left; margin: 0 15px 0 0; padding: 0; border-style: none; border-width: 1px; }
.beratung_symbol { float: left; margin: 0 15px 0 0; padding: 0; border-style: none; border-width: 1px; }
.nachoben { color: #bd1823; font-size: 90%; font-weight: bold; line-height: 100%; text-decoration: underline; text-align: right; }
/*content_right
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content_right { background-image: url(images/hg-contentright.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; text-align: left; float:right; width: 249px; margin: 0; padding: 0; }
* html #content_right { float: right; margin: 0; padding: 0;  /* Box Model Hack - notwendig wegen border-Angabe */
     /* Fuer IE 6 */
}
#content_right h1 { color: #2a5165; font-size: 80%; line-height: 160%; margin-top: 0; margin-bottom: 0; margin-left: 20px; }

#content_right p { font-size: 70%; line-height: 150%; text-align: justify; margin: 1em 20px; }
/*Boxen Right-------------------------------------------------------------*/
#boxright_01 { background-color: #e6ecf0; background-repeat: no-repeat; background-attachment: scroll; width: 246px; height: 160px; margin-bottom: 3px; border-bottom: 1px solid #c9ccd1; }
#boxright_01 h1 { font-size: 80%; line-height: 110%; text-align: left; width: 230px; margin: 0 0 0 10px; }
#boxright_01 h2 { font-size: 70%; line-height: 100%; text-align: left; margin-top: 0; margin-bottom: 0; margin-left: 10px; width: 170px; }
#boxright_01 p { color: #405371; width: 200px; margin: 4px 0 0 10px; }
#boxright_02 { background-color: #415472; width: 246px; height: 47px; margin-bottom: 3px; border-top: 1px solid #c9ccd1; border-bottom: 1px solid #c9ccd1; }
#boxright_02 p { color: white; font-size: 80%; font-weight: bold; line-height: 130%; margin: 7px 0 0 15px; }

#content_right .boxright_news {
  background: #e6ecf0 none scroll no-repeat 0 0;
  text-align: left;
  width: 246px;
  height: 98px;
  overflow: visible;
  margin: 0 0 3px 0;
  padding: 0;
  border-top: 1px solid #c9ccd1;
  border-bottom: 1px solid #c9ccd1;
  position: relative;
}

#content_right .boxright_news  h1 { font-size: 65%; line-height: 100%; text-align: left; width: 170px; margin-top: 5px; margin-bottom: 3px; margin-left: 10px; }
#content_right .boxright_news p { font-size: 55%; line-height: 115%; text-align: justify; width: 170px; margin-top: 5px; margin-bottom: 3px; margin-left: 10px; }
#content_right .boxright_news a { color: #bd1823; text-decoration: none; text-align: left; }
#content_right .boxright_news a.a-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content_right .boxright_news.news_01 { background-image: url(aktuelles/bilder/01.jpg); }
#content_right .boxright_news.news_02 { background-image: url(aktuelles/bilder/02.jpg); }
#content_right .boxright_news.news_03 { background-image: url(aktuelles/bilder/03.jpg); }
#content_right .boxright_news.news_04 { background-image: url(aktuelles/bilder/04.jpg); }
#content_right .boxright_news.news_05 { background-image: url(aktuelles/bilder/05.jpg); }
#content_right .boxright_news.news_06 { background-image: url(aktuelles/bilder/06.jpg); }
#content_right .boxright_news.news_07 { background-image: url(aktuelles/bilder/07.jpg); }
#content_right .boxright_news.news_08 { background-image: url(aktuelles/bilder/08.jpg); }
#content_right .boxright_news.news_09 { background-image: url(aktuelles/bilder/09.jpg); }
#content_right .boxright_news.news_10 { background-image: url(aktuelles/bilder/10.jpg); }
#content_right .boxright_news.news_hg-bild { background-image: url(aktuelles/bilder/hg-bild.jpg); }
#content_right .boxright_news.news_produkt-botanic { background-image: url(aktuelles/bilder/produkt-botanic.jpg); }
#content_right .boxright_news.news_bild-news-froximun { background-image: url(aktuelles/bilder/bild-news-froximun.jpg); }

#boxright_03_vita { background: #e6ecf0 url(images/dr-weber.jpg) no-repeat; text-align: left; position: relative; margin-right: 0; margin-bottom: 3px; padding: 0; width: 246px; height: 355px; border-top: 1px solid #c9ccd1; border-bottom: 1px solid #c9ccd1; }
#boxright_03_vita p { color: #717171; font-size: 80%; font-weight: normal; line-height: 130%; position: absolute; left: 10px; bottom: 5px; margin: 7px 0 0 15px; }
/*Formular##################################*/
#kopf_mail {
  max-width: 450px; /* maximale Breite, geht nicht im IE */
  margin: 0 0 34px 0;
}
#kopf_mail p { color: #858585; font-size: 0.7em; line-height: 1.2em; margin: 8px 0 0 35px; }
/* Formular */
form { width: 450px; padding: 0; margin: 0; }
.beschriftung { float: left; text-align: right; width: 120px; }
.beschriftungSubmit { text-align: right; width: 120px; float: left; margin-left: 0!important; margin-left: 25px; }
.eingabefeld { color: #000; text-align: left; width: 212px; float: left; margin: 0; padding: 0; /* maximale Breite, geht nicht im IE */
}
* html .eingabefeld { text-align: left; margin: 0 0 0 -34px; width: 212px; float: left; padding: 0; }
.submit { background-color: #dfdfdf; text-transform: uppercase; width: 80px; height: 20px; max-width: 450px; float: left; border-color: #959595 #313131 #313131 #959595; border-style: solid; border-width: 1px; }
form p {
  font-size: 1em;
  margin: 8px 0;
}
label { color: #212121; display: block; /* damit auch die alten IEs das padding anwenden */
  font-size: 0.7em; text-transform: uppercase; width: 110px; margin-right: 10px; }
/* Achtung: nicht alle Browser stellen Sachen wie die border
von Eingabefeldern dar, in Safari z.B. laesst sich nur wenig
am Aussehen von Formularelementen aendern */
input { color: #000; background: #f7f7f7; font-family: verdana, arial, sans-serif; font-size: 0.8em; width: 212px; height: 18px; border: solid 1px #ccc; }
* html input { color: #000; font-size: 0.7em; font-family: verdana, arial, sans-serif; background: #f7f7f7; width: 212px; height: 18px; border: solid 1px #ccc; }
textarea { color: #000; font-size: 0.8em; font-family: verdana, arial, sans-serif; background: #f7f7f7; width: 100%; border: solid 1px #ccc; }
submit { width: 79px; height: 19px; float: left;  border: solid 1px #fff; display: block; }
/* Die folgenden Anweisungen sorgen fuer schoene Effekte beim
Ausfuellen in standardkonformen Browsern, die IEs koennen
damit aber nix anfangen */
input:hover,
textarea:hover { background: #ebebeb; border-color: #313131 #999 #999 #313131; border-style: solid; border-width: 1px; }
input:focus,
textarea:focus {
  background: #ebebeb;
  border: solid 1px #415472;
}
/*Spezielle Seitenangaben#########################*/
/*==========Tabelle Vita=============*/
.ul_vita { font-size: 75%; margin-top: 5px; margin-right: 20px; list-style-image: url(images/listpfeil.gif); }
.ul_pfeil { font-size: 75%; margin-top: 5px; margin-right: 20px; list-style-image: url(images/listpfeil.gif); }
.ul_impressum { font-size: 75%; margin-top: 5px; margin-right: 20px; list-style-image: url(images/listpfeil.gif); }
.ul_qualifikation { font-size: 75%; margin-top: 5px; margin-right: 20px; list-style-image: url(images/listpfeil.gif); }
.td_vita_td_left { font-size: 80%; background-color: #f1f1f1; text-align: left; width: 400px; float: left; margin-left: 25px !important; margin-left: 13px; padding-top: 2px; padding-bottom: 2px; padding-left: 10px; }

.td_vita_td_right { font-size: 80%; background-color: #f1f1f1; text-align: left; width: 300px; float: left; margin-right: 1px; margin-bottom: 1px; padding-top: 2px; padding-bottom: 2px; padding-left: 10px; }

#content_middle table { color: #424f61; font-size: 80%; line-height: 150%; margin-top: 10px; margin-left: 25px; border-style: none; border-width: 0; }
.content_middle_h1_rot { color: #880505; font-family: Arial; text-decoration: none; margin-top: 0; margin-bottom: 1em; width: 420px; }
/*========Qualifikationen=============*/
.dateQuali { font-size: 80%; background-color: #e0e0e0; float: left; margin: 8px 1px 1px 25px !important; margin: 8px 1px 1px 13px; padding: 2px 5px; }
.ortQuali { font-size: 80%; font-weight: bold; background-color: #e0e0e0; float: left; margin-top: 8px; padding: 2px 5px; }
.bezeichnQuali { font-size: 80%; background-color: #f1f1f1; width: 420px; float: left; margin-right: 15px; margin-bottom: 0; margin-left: 25px !important; margin-left: 13px; padding: 2px 5px 4px; border-bottom: 1px solid #bebebe; }
.zusatzQuali { font-size: 80%; background-color: #f1f1f1; margin-right: 25px; margin-bottom: 0; margin-left: 0; padding: 2px 5px; float: left; }
/*-------------------LISTEN LAYOUTS ----------------------*/

.content_middle_h1_nolink {
  color: #405371;
  font-family: arial;
  width: 420px;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: bold;
}

.leftImageText {
  float: left;
  margin-right: 10px;
}

#divEditbutton {
  position: absolute;
  left: 418px;
  top: 250px;
}

#content_middle .listOeffentlichkeit a,
#content_middle .listOeffentlichkeit a:visited,
#content_middle .listOeffentlichkeit a:link {
	font-size: 100%;
	color: #264F63;
	text-decoration: none;
}

#content_middle .listOeffentlichkeit a:focus,
#content_middle .listOeffentlichkeit a:hover,
#content_middle .listOeffentlichkeit a:active {
	color: #BD1823;
}

#content_middle .lightbox-bilder a img {
  width: 205px;
  height: 154px;
  border: none;
  display: block;
  margin-bottom: -0.7em;
}

#content_middle .lightbox-bilder p {
  float: left;
  width: 205px;
}

#content_middle .lightbox-bilder p.rechts {
  margin: 0.2em 35px 0.8em 10px;
}

#content_middle .lightbox-bilder p.links {
  margin: 0.2em 10px 0.8em 25px;
}
