body {
    background: #fff url(images/hintergrund.jpg) repeat-x; color: #333;
    font: 100% verdana, tahoma, sans-serif;
    text-align: center;
}


/* Allgemeingueltige Klassen und Elemente */
img {
    border: none;
}

code {
    font: 14px consolas, 'courier new', monospace;
    color: #900;
}

pre {
    overflow: auto; 
	padding: 1em;
    font-size: 1em;
}

h1, h2, h3, h4 {
    font-family: georgia, serif; 
	font-weight: normal;
	padding-top: 10px;
}

a {
    color: #477; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
a.index {
	text-decoration: none; 
	font-weight: bold;
	font-size: 1.4em;
	font-family: georgia, serif;
}
a.index:hover {
    text-decoration: underline;
}


.bild-links { /* Diese Klasse vergeben Sie einem Bild welches links ausgerichtet werden soll */
    float: left;
    margin: .1em 1em .4em 0;
}

.bild-rechts { /* Diese Klasse vergeben Sie einem Bild welches rechts ausgerichtet werden soll */
    float: right;
    margin: .1em 0 .4em 1em;
}

.bild-abstand img {
    margin: 1em 2em 0 0; /* Bilder innerhalb dieses Elements bekommen zusaetzlichen Abstand */
}

.clearer {
    clear: both; /* hebt die vorhergehenden Floats auf */
}

.blau {
    color: #000080; 
	font-weight: bold;
}

/*
* Hauptbereich #container
 */
#container {
    text-align: left; margin: 0 auto;
    width: 921px;
    background: url(images/mitte.jpg) repeat-y;
}

/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich (Logo/Schriftzug und Kontakt-Hinweis)
 */

#kopfbereich {
    background: url(images/kopfbereich_neu.png) no-repeat;
    height: 214px;
    position: relative;
}
#kopfbereich h1 {
    position: absolute; left: 370px; top: 45%;
    font-size: 2.25em; margin: 0; padding: 0;
}
#kopfbereich h1 a {
    color: #fff; text-decoration: none; font-weight: normal;
}

#kopfbereich .fragen {
    position: absolute; left: 65px; top: 90px;
    width: 210px; font-size: 70%;
}
#kopfbereich .fragen p {
    margin-top: 0;
}
#kopfbereich .fragen strong {
    font-size: 1.1667em;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte (Der mittlere Bereich: Inhalt + Seitenleiste)
 */

#mitte {
    font-size: 70%; 
	padding: 20px 90px 25px 65px; 
    line-height: 1.4;
}
#mitte h2 {
    margin-top: 10; 
	font-size: 1.5em;
	font-weight: bold;
}
#mitte h3 {
    margin-bottom: 0; font-size: 1.3em;
    border-bottom: 1px dotted #444;
}
#mitte h4 {
    margin-bottom: 0; font-size: 1.4166em;
}
#mitte h5 {
    margin-bottom: 0; font-size: 1em;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #inhalt
 */
#inhalt {
    float: right; width: 41em; min-width: 492px; max-width: 540px;
}

#inhalt .fotogalerie img {
    padding: 5px;
    border: 2px solid #acb;
    border-bottom-color: #8b9; border-right-color: #8b9;
    background: #ffe;
    margin-right: 5px;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #hauptnavi (horizontale Navigation)
 */

#hauptnavi ul {
    float: right;
}
/* Hauptnavigation -----------------------------------------------------------------------*/
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 500px; /*For KHTML*/
  list-style: none;
  height: 17px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 17px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 17px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 500px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  padding: 0 8px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  /*background: #EEE;*/
  color: #000080;
  font: bold 11px/23px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #acb;
  color: #fff;
  border: 1px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #000080;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #acb;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #000080;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #acb;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #000080;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #acb;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #sidebar
 */

#sidebar {
    float: left; width: 210px;
}

#sidebar .sidebar-liste {
    color: #399;
    padding-left: 0; margin-left: 15px;
    margin-top: 0;

}
#sidebar .sidebar-liste li {
    margin-bottom: 1px;
}


.gross {
    margin-bottom: 1px;
	font-size: 130%;
}

/*
* Hauptbereich: #container
** Unterbereich: #footer
 */
#footer {
    background: url(images/footer.jpg) no-repeat;
    height: 141px; line-height: 1.4;
    position: relative;
    font-size: 75%;
}
#footer a {
    color: #acb; font-weight: normal; text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

#footer p.copyright {
    position: absolute; left: 370px; top: 40px;
    color: #ffd;
}

/* Die Telefon-, Fax- und Mobil-Nummer */
#footer dl {
    position: absolute; left: 65px; top: 25px;
    width: 210px;
}

#footer dl dt {
    font-weight: bold;
    text-transform: lowercase;
    width: 1em; float: left;
}


