body {
    color: black; background-color: red;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
 
	width: 985px;
	
	}

a:link { font-weight:bold; color:red; text-decoration:underline; }
a:visited { font-weight:bold; color:red; text-decoration:underline; }
a:focus { font-weight:bold; color:yellow; text-decoration:underline; }
a:hover { font-weight:bold; color:yellow; text-decoration:underline; }
a:active { font-weight:bold; color:red; text-decoration:underline; }


div#allNavigation{

    float: left; width: 126px;

}

 ul#Navigation {
	
    font-size: 12px;
    float: left; width: 126px;
    margin: 6px 0 0px; padding: 0;
    border: 0px;
  }

  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 4px;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }

  ul#Navigation a:link {
  border: 2px dashed yellow;
    color: white;
background-color:black; 
  }
  ul#Navigation a:visited {
  border: 2px dashed yellow;
    color: white;
background-color:black; 
   
  }
  ul#Navigation a:hover {
    color: yellow; 
  }
  ul#Navigation a:active {
    color: white; 
  }
  div#Info {
  border: 4px dashed yellow;
    font-size: 0.9em;
    float: right; width: 125px;
    margin: 10px 1px; padding: 0;
   background-color: black;
color:white;
  }
  div#Info strong {
    font-size: 15px;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 10px;
    margin: 0.5em;
  }

  div#Inhalt {
  border: 4px dashed yellow;
   margin: 10px 145px 0 140px;
    padding: 3px 3px;
	background-color:black;
	color: white;
	min-height: 205px;

  }

  div#Inhalt h1 {
    font-size: 20px;
    margin: 0 0 0.5em;

  }
  div#Inhalt h2 {
    font-size: 15px;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 12px;
    margin: 1em 0;
  }
img#logo{
  border: 1px dashed yellow;
}
img#Fliess{
 margin-right:1em; 
margin-bottom:2em;
float:left;
    padding: 0em 0em;
}

  #Email  {
 font-weight:normal; color:yellow; text-decoration:none; 
 
font-size: 12px;
  }

