body {
 /* background-color: #e2e2da; */
   background-color: #eff5f6; 
//background-image: url(../images/bg.jpg);
}

html { 
  overflow: -moz-scrollbars-vertical; 
}

.left {
  width: 350px;
  valign: top;
}

.right {
  width: 300px;
  valign: top;
}

/* Routenberechnung - anfahrt.html */

.route {
  font: 13px Tahoma;
}

label {
  float: left;
  display: block;
  width: 80px;
  margin-right: 10px;
  margin-top: 4px;
}

input {
  width: 250px;
  font: 13px Tahoma;
}

.button {
  width: 140px;
  margin: 0px;
  padding: 0px;
}

table.routingtable, table.routingtable td {
  font: 13px Tahoma;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
}

table.routingtable b {
  color: #154a18;
}

table.routingtable a {
  color: #1f6624;
}

table.routingtable th {
  font: 13px Tahoma;
  font-weight: bold;
  background-color: #f4fff5;
  padding-left: 5px;
}

/* Routenberechung Ende */

.piclink img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.9;
  border: 2px solid #D4E0EE;
  z-index: 0;
}
.piclink:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  border: 2px solid #D4E0EE;
  z-index: 0;
}

.piclinkgoogle img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.9;
  border: 2px solid #D4E0EE;
  margin-top: -6px;
  margin-right: 6px;
  float: left;
}
.piclinkgoogle:hover img{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  border: 2px solid #D4E0EE;
  margin-top: -6px;
  margin-right: 6px;
  float: left;
}

*:first-child+html .piclinkgoogle img{
  margin-top: 6px;
}

table.normal, table.normal th, table.normal td{
  font: 13px Tahoma;
  border: 1px solid #D4E0EE;
  border-collapse: collapse;
  color: #555;
}

caption {
  font-size: 150%;
  font-weight: bold;
  margin: 5px;
}

table.normal th {
  align: left;
}

table.normal td, table.normal th {
  padding: 4px;
  align: left;
}

table.normal thead th {
  text-align: center;
  background: #E6EDF5;
  color: #4F76A3;
  font-size: 100% !important;
}

table.normal tbody th {
  font-weight: bold;
}

table.normal tbody tr { background: #FCFDFE; }

table.normal tbody tr.odd { background: #F7F9FC; }

table.normal a:link {
  color: #718ABE;
  text-decoration: none;
}

table.normal a:visited {
  color: #718ABE;
  text-decoration: none;
}

table.normal a:hover {
  color: #718ABE;
  text-decoration: underline !important;
}

tfoot th, tfoot td {
  font-size: 85%;
}

.h1 {
  font: bold 16px Tahoma;
}

.h2 {
  font: bold 16px Arial;
  color: #1f6624;
}

.h3 {
  font: bold 12px Tahoma;
  margin-bottom: -10px;
}

.h5 {
  font: bold 12px Tahoma;
}

#background {
  background-image: url("../images/underline.jpg");
  background-position: left bottom;
  background-repeat: repeat-x;
  min-width: 320px;
}

*:first-child+html #background {
  height: 20px;
}

.googletext {
  font: 11px Tahoma;
  margin: 0px 0px 0px 6px;
}

*:first-child+html .googletext {
  margin: 6px 0px 0px 6px;
}

.googletext a{
  color: #1f6624;
}

.bottomtext {
  font-style: italic; 
  font-size: 9pt; 
  clear: left;
  margin-left: 12px;
}

* html .bottomtext {
  margin-top: 0px;
}

*:first-child+html .bottomtext {
  margin-top: 0px;
}

.impressum {
  font: 12px Tahoma;
  margin-bottom: 22px;
}

.text {
  font: 13px Tahoma;
  margin-bottom: 22px;
}

a{
  color: #1f6624;
}

.text a{
  color: #1f6624;
}

.impressum a{
  color: #1f6624;
}

.untertitel {
  font-style: italic; 
  font-size: 10pt; 
  text-align: center;
}

#text {
  font: 16px Arial;
  margin: 0px 50px 0px 30px;
  text-align: left;
}

#top {
  width: 750px;
  height: 10px;
  background: url("../images/top.jpg") no-repeat;
  text-align: justify;
}

#layout {
  width: 750px;
  background: url("../images/layout.jpg") repeat-y;
  text-align: justify;
}

#banner {
  position: relative;
  top: 10px;
  width: 720px;
  height: 170px;
  background: url("../images/banner.jpg");
}

#bottom {
  width: 750px;
  height: 10px;
  background: url("../images/bottom.jpg") no-repeat;
  text-align: justify;
}

#oben {
  position: relative;
  top: -10px;
}

#logo { position: absolute; z-index: 2; left: 50%; top: 1px; width: 100px; height: 100px; margin-left: -425px; }
#logo { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop'); background: none;}
html>body #logo { background: url("../images/logo.png"); }

#center {
  text-align: center;
}

#bottomlink {
  font: bold 7pt Tahoma;
  color: #51863a;
  text-decoration: none;
}

ul#Liste li{
  font: 13px Tahoma;
}

ul#Navigation {
  margin: 0em 0em 0em 1.8em; padding: 0;
  text-align: center;
}

*:first-child+html ul#Navigation {
  margin: -0.6em 0em 0em 1.1em;
  padding: 10px;
}

ul#Navigation li {
  list-style: none;
  /*display: inline;*/
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
  margin: -1px;
  padding: 0;
}

* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
  margin-bottom: -0.4em;
}

*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
  margin-bottom: -0.1em;
}

ul#Navigation li ul {
  margin: 0; padding: 0;
  position: absolute;
  top: 1.8em; left: 0px;
  display: none;  /* Unternavigation ausblenden */
}

* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
  left: -1.4em;
  lef\t: -0.4em;
  margin-left: 5px;
  top: 1.55em;
}

*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color: white; padding-bottom:0.4em;    
}

ul#Navigation li:hover ul {
  display: block;  /* Unternavigation in modernen Browsern einblenden */	
  z-index: 1;
}

ul#Navigation li ul li {
  float: none;
  display: block;
  margin-bottom: 0.1em;
  margin-left: 0.01em;
}

* html ul#Navigation li ul li {  /* Korrektur fuer den IE 5 und 6 */
  margin-left: 1px;
  margin-top: 1px;
  padding-bottom: -6px;
}

ul#Navigation a, ul#Navigation span, ul#Navigation span.nolink{
  display: block;
  width: 8.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
  height: 25px;
  background: url(../images/button.gif) no-repeat;
  padding: 4px 0px 0px 0px;
  font: bold 9pt Tahoma;
  text-decoration: none; font-weight: bold;    
  color: #767676;
}
* html ul#Navigation a, * html ul#Navigation span {
  width: 101px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
  w\idth: 101px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}

ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
  border-color: white;
  background: url(../images/button-over.gif) no-repeat;
  color: black;
}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
  background: url(../images/button-over.gif) no-repeat;
  color: black;
}

ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
  margin-bottom: 6px;
}

* html ul#Navigation li ul span {
  margin-bottom: 0px;
}

*:first-child+html ul#Navigation li ul span {  /* Workaround fuer den IE 7 */
 margin-bottom: 4px;
}

* html #layout.iebug {
  margin-left: 0px;
}


