/* -- Grundlegende HTML-Elemente -- */

html{
  height: 100%;
}

body{
  padding: 0px;
  margin: 0px;
  height: 100%;
  background: #C0C0C0 url('img/hintergrund.gif') repeat-y left top;
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

img {
  border: 0px;
}

.hline {
  width: 100%;
  height: 12px;
  padding: 0px;
  margin: 0px;
  background-image: url('img/h-line.gif');
  background-repeat: repeat-x;
}

/* -- Kopf der Seite -- */
div.kopf {
  width: 869px;
  height: 136px;
  background: #cfdce2 url('img/kopf.gif') no-repeat left top;
}

div.kopf ul {
  position: absolute;
  left: -1px;
  top: -2px;
  padding: 0px;
  margin: 0px;
}

div.kopf ul li {
  padding: 0px 3px 0px 6px;
  margin: 0px 0px 0px 0px;
  border-left: 1px solid #909ba0;
  display: inline;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  line-heigt: 10px;
}

div.kopf ul li a {
  padding: 0px;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  line-heigt: 10px;
}

div.kopf ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
  background: transparent;
}

div.kopf div.sprachen {
  position: absolute;
  left: 823px;
  top: 0px;
  *top: -1px;
  padding: 0px;
  margin: 0px;
}

div.kopf div.sprachen a:hover {
  background: transparent;
}

/* -- Menue -- */
ul.menue {
  width: 178px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  left: 0px;
  top: 136px;
}

ul.menue .gewaehlt {
  font-weight: bold;
}

ul.menue li {
  font-weight: bold;
  color: #AA0B05;
  border-bottom: 1px solid #CBCFD2;
  padding-left: 5px;
}

ul.menue li a{
  color: #AA0B05;
  text-decoration: none;
}

ul.menue li a:hover{
  text-decoration: underline;
  background-color: transparent;
}

ul.menue li ul{
  witdh: 100%;
  margin: 0px 0px 0px -5px;
  padding: 0px;
  list-style-type: none;
  font-size: 11px;
  line-height: 20px;
}

ul.menue li ul li{
  margin: 0px;
  padding: 0px 0px 0px 20px;
  font-weight: normal;
  color: #585C5F;
  border-bottom: 0px;
  border-top: 1px solid #CBCFD2;
  background: url('img/menu_sub.gif');
  background-position: 5px 6px;
  *background-position: 5px 7px;
  background-repeat: no-repeat;
}

ul.menue li ul li a{
  color: #585C5F;
  text-decoration: none;
  background-color: transparent;
}

ul.menue li ul li a:hover{
  text-decoration: underline;
  background-color: transparent;
}

ul.menue li ul li ul{
  witdh: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 11px;
  line-height: 20px;
}

ul.menue li ul li ul li{
  margin: 0px;
  padding: 0px 0px 0px 16px;
  font-weight: normal;
  color: #838A8F;
  border-bottom: 0px;
  border-top: 1px solid #CBCFD2;
  background-image: url('img/menu_sub2.gif');
  background-position: 5px 7px;
  *background-position: 5px 8px;
  background-repeat: no-repeat;
}

ul.menue li ul li ul li a{
  color: #838A8F;
  background-color: transparent;
  text-decoration: none;
}

ul.menue li ul li ul li a:hover{
  background-color: transparent;
  text-decoration: underline;
}

ul.menue li.suchfeld {
  width: 178px;
  height: 88px;
  background: transparent url('img/suchfeld.gif') no-repeat left top;
  border: 0px;
}

ul.menue li.suchfeld input.textfeld {
  width: 100px;
  margin: 15px 0px 0px 7px;
  border: 0px;
  font-family: Verdana, Helvecia, Sans Serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #a7aaad;
  background: transparent;
  display: inline;
}

ul.menue li.suchfeld button {
  width: 50px;
  position: relative;
  left: 2px;
  top: 1px;
  *top: 5px;
  background: transparent;
  border: 0px;
}


/* -- Inhalt -- */
div.inhalt {
  position: absolute;
  left: 179px;
  top: 136px;
  width: 660px;
  padding: 15px 15px 10px 15px;
}

div.inhalt table {
  padding: 0px 0px 20px 5px;
  margin: 0px;
  border-left: 6px solid #EDEDED;
}

div.inhalt table tr td {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 11px;
  color: #000000;
}

div.inhalt table.startseitenLayout {
  border: 0px;
  margin: -15px -15px -10px -15px;
  width: 690px;
}

div.inhalt table.startseitenLayout tr td {
  padding: 10px 0px 10px 5px;
  vertical-align: top;
}

div.inhalt table.startseitenLayout tr td.linkeSpalte {
  width: 465px;
}

div.inhalt table.startseitenLayout tr td.rechteSpalte {
  width: 215px;
}

div.inhalt table.startseitenLayout tr td.linkeSpalte table.newsAngebote {
  width: 100%;
}

div.inhalt table.startseitenLayout tr td.linkeSpalte table.newsAngebote tr td {
  width: 50%;
  padding: 0px 6px 0px 0px;
}

div.inhalt table.startseitenLayout tr td.linkeSpalte table.newsAngebote tr td p {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3px 0px;
}

div.inhalt h1 {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 21px;
  font-weight: normal;
  color: #637279;
  padding: 8px 0px 10px 5px;
  margin: 0px;
  border-left: 6px solid #EDEDED;
}

div.inhalt h1.hinweis {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 15px 0px 20px 5px;
  margin: 0px;
  background: #e9e9e9;
  border-left: 6px solid #a90911;
  text-align: center;
}

div.inhalt h1 a {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 21px;
  font-weight: normal;
  color: #637279;
  padding: 0px 0px 3px 5px;
  margin: 0px;
  border-left: 6px solid #EDEDED;
  text-decoration: underline;
}

div.inhalt h1 a:hover {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 21px;
  font-weight: normal;
  color: #CC0000;
  padding: 0px 0px 3px 5px;
  margin: 0px;
  border-left: 6px solid #EDEDED;
  text-decoration: underline;
}

div.inhalt h2 {
  font-size: 16px;
  font-weight: bold;
  color: #637279;
  border-left: 6px solid #EDEDED;
  padding: 10px 0px 5px 5px;
  margin: 0px 0px 0px 0px;
}

div.inhalt h3 {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  background-color: #6D7A80;
  padding: 2px 0px 2px 3px;
  margin: 2px 0px 0px 0px;
}

div.inhalt h4 {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  color: #A90911;
  padding: 14px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-image: url('img/news_hline.gif');
  background-repeat: repeat-x;
}

div.inhalt h5 {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  padding: 0px 0px 2px 0px;
  margin: 0px 0px 0px 0px;
}

div.inhalt p {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  border-left: 6px solid #EDEDED;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 5px;
}

div.inhalt p.hinweis {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  background: #e9e9e9;
  border-left: 6px solid #a90911;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 5px;
}

div.inhalt p.untertitel {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 10px;
  line-height: 13px;
  color: #9c9c9e;
  border-left: 6px solid #EDEDED;
  margin: -15px 0px 0px 0px;
  padding: 0px 0px 20px 32px;
}

div.inhalt p.zitat {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  color: #5a5b5d;
  border-left: 6px solid #EDEDED;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 32px;
  background: transparent url('img/zitat.gif') no-repeat 7px 20px;
  quotes: none;
}

div.inhalt div.kundenzitat {
  font-family: Verdana, Helvecia, Sans Serif;
  border-left: 6px solid #EDEDED;
  margin: 0px 0px 0px 0px;
  padding: 34px 0px 20px 70px;
  background: transparent url('img/kundenzitat_hintergrund.gif') no-repeat 10px 20px;
}

div.inhalt div.kundenzitat h2 {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 16px;
  font-weight: normal;
  color: #637279;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  background-image: none;
  border: 0px;
}

div.inhalt div.kundenzitat p {
  margin: 0;
  padding: 0;
  border: 0;
}

div.inhalt div.kundenzitat div {
	margin: 0 25px 0 10px;
	text-align: center;
  width: 170px;
  float: right;
}

div.inhalt div.kundenzitat div img {
  margin: 0 0 10px 0;
}

div.inhalt div.kundenzitat div p {
  font-size: 10px;
  line-height: 16px;
}

.angeboteText {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
}

.angeboteText p {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}

.angeboteText h1 {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  font-weight: bold;
  color: #A90911;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: none;
  border: 0px;
}

.angeboteText h2 {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  color: #637279;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: none;
  border: 0px;
}

a {
  color: #CC0000;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}


div.inhalt ul {
  border-left: 6px solid #EDEDED;
  padding: 0px 0px 20px 25px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

div.inhalt ul li {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  padding: 0px 0px 6px 10px;
  margin: 0px;
  background-image: url('img/list_dot.gif');
  background-position: 0px 7px;
  background-repeat: no-repeat;
}

/* - Baumstruktur - */
div.inhalt div.tree {
  padding: 0px 0px 10px 5px;
  border-left: 6px solid #EDEDED;
  margin: -5px 0px 0px 0px;
}

div.inhalt div.tree ul {
  border: 0px;
  background-image: url('img/vline.gif');
  background-repeat: repeat-y;
  background-position: top 7px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

div.inhalt div.tree ul li {
  list-style-image: url('img/file.gif');
  list-style-position: outside;
  margin: 5px 0px 0px 23px;
  padding: 0px;
  background-image: none;
}

div.inhalt div.tree ul li a {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 11px;
  color: #637279;
  text-decoration: none;
}

div.inhalt div.tree ul li a:hover {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 11px;
  color: #637279;
  text-decoration: underline;
  background-color: transparent;
}

/* - Formularelemente - */
div.inhalt form h1 {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  font-weight: bold;
  color: #637279;
  padding: 10px 0px 5px 5px;
  margin: 0px;
  border-left: 6px solid #EDEDED;
}

div.inhalt form input {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  padding: 4px 4px 4px 8px;
  margin: 0px;
  background-color: #f6f6f6;
  width: 400px;
  border: 0px;
  border-left: 6px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

div.inhalt form textarea {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  padding: 4px 4px 4px 8px;
  margin: 0px;
  background-color: #f6f6f6;
  width: 400px;
  height: 120px;
  border: 0px;
  border-left: 6px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

div.inhalt form .buttonLine {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  width: 415px;
  text-align: right;
}

div.inhalt form .buttonLine button {
  font-family: Verdana, Helvecia, Sans Serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 15px 2px 15px;
  margin: 0px;
  background-color: #637279;
  border: 0px;
}

/* - Suchergebnisse - */
div.inhalt div.suchergebnisse{
  border-left: 6px solid #EDEDED;
  padding: 20px 0px 0px 0px;
  margin: -10px 0px 0px 0px;
}

div.inhalt div.suchergebnisse div.wichtig {
  border: 1px dotted #aaaaaa;
  background-color: #eeeeee;
  padding: 3px;
  margin: 0px 0px 10px 0px;
}

div.inhalt div.suchergebnisse p {
  margin: 0px 0px 0px 5px;
  padding: 0px;
  border: 0px;
}

div.inhalt div.suchergebnisse p.fusszeile {
  font-style: italic;
  margin: 5px 0px 20px 5px;
  padding: 0px;
  border: 0px;
}

div.inhalt div.suchergebnisse h1 {
  margin: 10px 0px 0px 5px;
  padding: 0px;
  border: 0px;
}

div.inhalt div.suchergebnisse h1 a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 12px;
  font-weight: bold;
  color: #CC0000;
}
