/* Globale HTML-Elemente */

body, html
 {
  background-color: #e5e4e6;
 }

body, input
 {
  color: #333333;
  font-family: Trebuchet MS, Verdana, Tahoma;
  font-size: 11px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
 }


li
 {
  list-style-type: square;
  color: #555555;
  padding: 0px;
 }

li.numerisch
 {
  list-style-type: decimal;
  color: #555555;
  padding: 0px;
 }

a, a:visited, a:active
 {
  color: #58595b;
  text-decoration: none;
 }
a:hover
 {
  color: #d71635;
  text-decoration: none;
 }

h1
 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #d71635;
 }

h2
 {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  color: #58595b;
  font-weight: normal;
 }

h3
 {
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  color: #d71635;
  font-weight: normal;
 }

/* DIV-Container */

div.seite
 {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
  padding: 0px;
  margin: 0px; 
 }

div.kopf
 {
  position: relative;
  width: 945px;
  height: 100px;
  background-image: url('img/Layout/layout_oben.jpg');
 }

div.fotoimpression
 {
  position: absolute;
  left: 10px;
  top: 0px;
  width: 925px;
  height: 150px;
  padding: 0px;
 }

div.navigation
 {
  position: relative;
  width: 945px;
  height: 176px;
  background-image: url('img/Layout/layout_nav.jpg');
 }

div.subnavigation
 {
  display: none;
  width: 150px;
  height: 150px;
  position: absolute;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-image: url('img/Layout/subnav_hintergrund.gif');
 }

div.subnav_button
 {
  position: absolute;
  width: 150px;
  height: 22px;
  padding-top: 8px;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  background-image: url('img/Nav-Buttons/subnav.png');
  font-size: 10px;
  line-height: 10px;
 }

div.subnav_button:hover
 {
  background-image: url('img/Nav-Buttons/subnav_mo.gif');
 }

div.linkleiste
 {
  position: absolute;
  top:85px;
  left: 470px;
  width: 450px;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  text-align: right;
 }

div.inhalt
 {
  position: relative;
  width: 945px;
  height: 359px;
  background-image: url('img/Layout/layout_inhalt.jpg');
  text-align: left;
  overflow: hidden;
 }

div.content
 {
  position: absolute;
  left: 10px;
  top: 0px;
  width: 725px;
  height: 334px;
  padding-left: 15px;
  padding-top: 25px;
  text-align: left;
  overflow: auto;
 }

div.teaserblock
 {
  position: absolute;
  left: 750px;
  top: 0px;
  width: 185px;
  height: 359px;
  padding: 0px;
  overflow: auto;
 }

div.teasertitel
 {
  color: #FFFFFF;
  background-color: #d71635;
  padding: 3px;
  font-weight: bold;
  margin-bottom: 10px;
 }

div.einleitung
 {
  padding-top: 15px;
 }

div.box
 {
  position: absolute;
 }

div.boxtitel
 {
  font-weight: bold;
  background-color: #58595b;
  color: #FFFFFF;
  padding: 5px;
  border: 1px solid #FFFFFF;
 }

div.boxtext
 {
  background-color: #e5e4e6;
  color: #000000;
  padding: 5px;
  border: 1px solid #FFFFFF;
 }

div.notizblock
 {
  position: absolute;
  background-image: url('img/Layout/Notizblock.jpg');
  width: 215px;
  height: 225px;
  padding: 25px;
  padding-left: 35px;
 }

div.screenshot
 {
  position: absolute;
  display: none;
  top: 75px;
  left: 75px;
  display: none;
  background-color: #e5e4e6;
  border: 1px solid #d71635; 
  z-index: 5;
 }

div.screenshottitel
 {
  color: #FFFFFF;
  background-color: #d71635;
  padding: 3px;
  font-weight: bold;
  margin: 0px;
  z-index: 5;
 }

div.fehler
 {
  position: absolute;
  background-image: url('img/Layout/fehler_back.png');
  padding: 10px;
  color: #000000;
  border: 2px solid #d71635;
 }
div.teaser
 {
  padding: 10px;
 }
div.fuss
 {
  width: 945px;
  height: 28px;
  padding-top: 7px;
  color: #58595b;
  background-image: url('img/Layout/layout_fuss.jpg');
  font-size: 11px;
  line-height: 11px;
 }

img.nav
 {
  position: absolute;
  padding: 0px;
  margin: 0px;
  border-style: none;
 }

img.logo
 {
  position: absolute;
  left: 25px;
  top: 20px;
  border-style: none;
 }

.textbox
 {
  padding: 2px;
  height: 12px;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  border: 1px dotted; #555555;
 }

.combobox
 {
  padding: 2px;
  height: 24px;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  border: 1px dotted; #555555;
 }

.button
 {
  border: 1px solid #555555;
  background-color: #DDDDDD;
  color: #000000;
  font-weight: bold;
  width: 100px:
  height: 25px;  
 }

.button:hover
 {
  background-color: #EEEEEE;
 }

.titel
 {
  color: #FFFFFF;
  background-color: #d71635;
  padding: 3px;
  font-weight: bold;
  margin-bottom: 10px;
 }