body{
   background-color: #FFFFFF;
   color: #000000;
   font-size: 12pt;
   font-family: Arial;
   font-family: sans-serif;
   }
h2 {
   margin-bottom: 2px;
   font-size: 16pt;
   font-family: sans-serif;
   }
h3 {
   margin-bottom: 2px;
   font-size: 12pt;
   font-family: sans-serif;
   }
hr {
   margin-top: 0px;
   margin-bottom: 0px;
   }
ul {
   list-style: circle;
   }
p {
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: sans-serif;
  }
table._1 {
   margin: 20px;
   }
td._2 {
   width: 0px;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: black;
   }
td.refe {
   width: 140px;
   height: 70px;
   border-left-style: solid;
   border-left-width: 2px;
   border-left-color: black;
   border-bottom-style: solid;
   border-bottom-width: 2px;
   border-bottom-color: black;
   }
img.refe {
   width: 137px;
   height: 70px;
   margin: 3px;
   border-style: none;
   }
th.karte{
  text-align:left;
  padding-left: 3px;
  color:red;
  vertical-align:bottom;
}
td.karte{
  text-align:left;
  padding-left: 3px;
  vertical-align:top;
}
td.preis{
  text-align:right;
  padding-left: 3px;
  vertical-align:top;
}

/* Allgeimein Div- Container
.all {
   position: absolute;
   z-index: 1;
   width: 800px;
   height: 600px;
   border-style: solid;
   border-width: 1px;
   border-color: #000000;
   }               */
/* Header Div- Container    */
.header {
   position: absolute;
   z-index: 2;
   top: 0px;
   left: 200px;
   width: 803px;
   height: 150px;
   background-image: url(bilder/gruen.jpg);
   background-repeat: repeat;
   }
.header1 {
   position: absolute;
   z-index: 2;
   top: 0px;
   left: 0px;
   width: 200px;
   height: 150px;
   background-image: url(bilder/gruen.jpg);
   background-repeat: repeat;
   }
.logo {
   position: absolute;
   z-index: 21;
   top: 5px;
   left: 10px;
   width: 200px;
   height: 190px;
   background-image: url(bilder/logo.jpg);
   background-repeat: no-repeat;
   }
.rechts {
   position: absolute;
   z-index: 2;
   top: 150px;
   left: 833px;
   width: 170px;
   height: 692px;
   background-image: url(bilder/gruen.jpg);
   background-repeat: repeat;
   }

.rechts p {
   display: block;
   width: 150px;
   padding: 0px;
   margin: 6px;
   font-size: 12pt;
      color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   display: block;
   }


/* Layer Div- Container */
.content {
   position: absolute;
   z-index: 2;
   top: 0px;
   left: 0px;
   width: 800px;
   height: 485px;
   background-image: url(layout/inhalt_v02.gif);
   background-repeat: no-repeat;
   }
/* Inhalt Div- Container */
.sub-section {
   position: absolute;
   z-index: 3;
   top: 145px;
   left: 210px;
   width: 600px;
   height: 400px;
   padding: 10px;
   border-style: ;
   border-width: 1px;
   border-color: #000000;
   }
/* Adresse div- container */
.kontakt_adresse {   /* fox */
   position: absolute;
   z-index: 3;
   top: 5px;
   left: 645px;
   width: 140px;
   height: 170px;
   padding-top: 265px;
   padding-left: 10px;
   background-image: url(layout/adresse.gif);
   background-repeat: no-repeat;
   border-style: ;
   border-width: 1px;
   border-color: black;
   visibility: hidden;
   }
/*Map div- container */
.map {
   position: absolute;
   z-index: 2;
   top: 10px;
   left: 660px;
   width: 100px;
   height: 150px;
   visibility: hidden;
   }
/* Unten Div- Css */
.footer {
   position: absolute;
   z-index: 3;
   top: 800px;
   left: 5px;
   width: 200px;
   height: 30px;
   font-size: 7pt;
   color: #ffffff;
   text-align: left;
   border-style: ;
   border-width: ;
   border-color: ;
   }
/* Navi Div- container */
.menu { /*div- navi */
   position: absolute;
   z-index: 3;
   top: 140px;
   left: 0px;
   width: 200px;
   height: 700px;
   font-size: 12pt;
   background-image: url(bilder/gruen.jpg);
   background-repeat: repeat;
   }
.menu ul {
   list-style: none;
   margin-top: 75px;
   margin-left: 15px;
   padding: 0px;
   }
.menu li {
   display: block;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: #ffffff;
   width: 150px;
   padding: 0px;
   margin: 6px;
   }
.menu a {
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   display: block;
   background-image: url(+);
   background-repeat: no-repeat;
   padding-left: 10px;
   width: 150px;
   }

.menu a:hover {
   color: #999999;
   text-decoration: none;
   font-weight: bold;
   display: block;
   background-image: url(+.gif);
   width: 140px;
   }

/* Ende--Navigation  */