  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 {
    font-size: 18px;
	font-variant:small-caps
	color: #003366
    margin: 0 0 0.7em; 
	padding: 0.3em;
    text-align: center;
    background-image:url(images/header.jpg);
	height: 118px;
  }

  div#Navigation {
    font-size: 0.83em;
    float: left; 
	width: 160px;
    margin: 0px; 
	margin-top: -8px;
	padding: 4px;
    border: 1px dashed silver;
    }
	
  a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(images/button.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 18px !important;
	height: 23px;
	width: 100%;
	text-decoration: none;
  }

  a.mainlevel:hover, a.mainlevel:focus {
	background-position: 0px -23px;
	text-decoration: none;
	color: #fff;
  }

  a.mainlevel:active {
	background-position: 0px -23px;
	text-decoration: none;
	color: #fff;
  }

  a.mainlevel#active_menu {
    color:#fff;
    background-position: 0px -23px;
  }

  a.mainlevel#active_menu:hover {
    color: #fff;
  }

  a.snd_level:link, a.snd_level:visited {
	display: block;
	background: url(images/button2.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 18px !important;
	height: 23px;
	width: 100%;
	text-decoration: none;
  }

  a.snd_level:hover, a.snd_level:focus {
	background-position: 0px -23px;
	text-decoration: none;
	color: #fff;
  }

  a.snd_level:active {
	background-position: 0px -23px;
	text-decoration: none;
	color: #fff;
  }

  a.snd_level#active_menu {
    color:#fff;
    background-position: 0px -23px;
  }

  a.snd_level#active_menu:hover {
    color: #fff;
  }

  div#Path {
    font-size: 12px;
    float: right; 
	width: 780px;
    margin: 0 0 4px; 
	padding: 2px 0 2px 4px;
    background-color: #fffff; 
	border-bottom: 1px solid #99CCFF;
  }
  
  div#Info {
    font-size: 12px;
    float: right; 
	width: 158px;
    margin: 0; 
	margin-top: -8px;
	padding: 0px;
    background-color:#EBF1F1; 
	border: 0px dashed silver;
  }
  div#Info h2 {
/*    font-size: 1.33em;
    margin: 0.2em 0.5em; */
  background: url(images/h2bgdb.png) repeat-x;
  color: #eee;
  text-align: left;
  padding-left: 4px;
  height: 21px;
  line-height: 21px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 2px 0px;
  border-bottom: 2px solid white;
	
  }
  div#Info p {
    font-size: 11px;
    margin: 0.5em;
  }

  div#content {
    margin: 0 164px 1em 175px;
	margin-top: -8px;
    padding: 0;
  }

* html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  
  div#content h2 {
  background: url(images/h2bgdb.png) repeat-x;
  color: #eee;
  text-align: left;
  padding-left: 4px;
  height: 21px;
  line-height: 21px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 2px 0px;
  }

  div#content h3 {
    color: #990000;
    text-align: left;
    height: 21px;
    line-height: 21px;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 0 0;
    }

  div#content h4 {
    color: #333333;
    text-align: left;
    line-height: 21px;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 10px 10px 0;
	border-bottom: 1px solid #333333;
    }

  div#content div.body {
    border: 1px dashed darkblue;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 10px;
    background-color:#EBF1F1; 
    }
	
  div#content p.teaser {
    font-size: 12px;
	font-weight: bold;
    margin: 0 0 0.5em 0;
  }

  div#content p {
    font-size: 11px;
    margin: 0.5em 0;
  }

  div#content li {
    font-size: 11px;
  }

  div#content td {
    font-size: 11px;
	vertical-align:top;
  }
  
  div#content img.left {
    float: left;
    margin: 0 10px 0 0;
    }
  
  div#content img.right {
    float: right;
    margin: 0 0 0 10px;
    }
  
  div#content table {
    background-color:#EBF1F1; 
    }

  div#content table.right {
    float: right;
    margin: 0 0 0 10px;
    background-color:#EBF1F1; 
    }

  div#content table.white {
    background-color:#ffffff; 
    }
  
  div#content td.desc {
    padding: 2px;
	vertical-align:bottom;
    }
  
  div#Info td.desc {
    padding: 2px;
	padding-bottom: 10px;
	vertical-align:bottom;
	text-align:center;
	font-size: 11px;
    }
  
  div#content input.text {
    width: 300px;
    font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
    }
  
  div#content textarea {
    width: 300px;
    font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
    }
  
  p#footer {
    clear: both;
    font-size: 0.6em;
    margin: 0;
	margin-top: 10px; 
	padding: 0.1em;
	padding-top: 5px;
    text-align: center;
    background-color: #fff; 
	border-top: 1px solid silver;
  }

/* Style für die Angebote */

.angebot {
	border: 1px solid gray; 
	margin-bottom: 10px;
	width:600px;
}

.angebot table {
	background-color:#d6e6ff;
}

.angebot td {
	background-color:#d6e6ff;
}

.angebot ul {
	 margin-left: -24px; 
	 margin-top: 0;
}

.angebot_info {
  border-collapse:collapse;
}

.angebot_info td{
  border: 2px solid #d6e6ff;	
}

.angebot_bild {
	width: 250px;
}


