﻿body {
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    color: black; 
    background-color: #E0E0E0;
    font-size: 100.01%;
    font-family: Verdana,Helvetica,Arial,sans-serif;    
    /* padding: 0em; */
    min-width: 41em;  /*Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    max-width: 860px;
  }
a:link { font-weight:normal; color:Teal; text-decoration:none; }
a:visited { font-weight:normal; color:White; text-decoration:none; }
a:focus { font-weight:normal; color:Teal; text-decoration:underline; }
a:hover { font-weight:normal; color:Blue; text-decoration:underline; }
a:active { font-weight:normal; color:Lime; text-decoration:underline; }
#frauen a:visited {color:#ff9999}

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: left;
    background-color: #fed; 
    /* border: 1px solid silver; */
  }
   
  div#Hintergrund{
  padding: 0em;
  margin-top:0px; 
  background-color: #E0E0E0;
   }
   
  div#logo  {
     margin: 0px;
     padding: 0px;
     height:132px;
     background-image: url(petra1.gif);
     background-repeat:no-repeat;
     background-position:0px 0px;
     background-color: #E0E0E0;
     }
  div#logo h1, h2 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: lighter;   
    text-align: right;
    color: teal;
    margin: 0.3em 18px 0px 0px;
    }
  div#logo h1 {
    font-size: 1.5em;
	letter-spacing: 0.25em
    padding: 0.5em 0em;
    letter-spacing:0.1em
    }
  div#logo h2 {
    font-size: 1.2em;
	letter-spacing: 0.25em
    }
  div#Inhalt {
    min-height: 100em;
    background-color: #E0E0E0;
    margin-left: 181px;
    font-size: 0.8em; 
    padding: 0 0em;
   /* border: 1px solid black; */
  }
  hr{ 
  color: teal;
   }
  #Inhalt h2{
  text-align: left;
  font-weight: bold; 
  font-size: 12pt;
  margin: 10px 0px;
  color: DimGray;
 }
 #Inhalt h3{ 
  font-size: 10pt;
  margin: 1.1em 0em 0.3em;
  color: DimGrey;
  }
 #Inhalt p{ 
  margin: 0.8em 0em 0.3em;
  line-height:1.3em;
  } 
  ul#abstand li{ 
	padding-top: 6px;
	 }
  ul#anfahrt {
    margin:0 ;
    padding:  0;
   /*  font-size: 0.73em; */
    font-style: normal;
    list-style: none;
  }
 ul#anfahrt ul li {
   list-style: none;
   margin-bottom: 0.3em;
  }  
  .fett{ 
   font-weight: bold;   
   }
  .kursiv{
   font-style: italic;   
   } 
 table {
        width:100%;
      }
      td {
	    border:0px solid;
		padding-bottom:15px;
        overflow:hidden;
        vertical-align:top;
      } 
/* hier endet das Seitenlayout */