body {
    color: black; background-color: white;
    font-size: 10pt;
    font-family: Arial,sans-serif;
    margin: 0; padding: 0;
    line-height: 14pt;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  .header {
    font-size: 1.5em;
    margin: 0; padding: 0;
    text-align: left;
    background: url(img/header_bg.jpg);
    border: 0;
  }
  
  h1 {
  	color: #E57F00;
  	font-size: 14pt;
  }
  
  h2 {
  	padding-top: 10px;
  	padding-bottom: 0px;
  	margin-bottom: 0px;
  	font-size: 9pt;
  	font-weight: bold;
  	position:relative;
  	top: 8px;
  }
  
  h5 {
  	font-size: 8pt;
  	line-height: 12pt;
  	font-weight: normal;
  	margin: 0px;
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    margin: 0px; padding: 0;
    margin-top: 20px;
    border: 0px dashed #dddddd;
    border-bottom: 0px;
  }
  ul#Navigation li {
    list-style: none;
    height:30px;
    border-bottom: 0px dashed #dddddd;
    line-height:30px;
  }
  ul#Navigation a {
  	padding-left: 10px;
    display: block;
    font-weight: bold;
    text-decoration: none;
  }
  ul#Navigation a:link {
    color: black;
    text-decoration: none;
  }
  ul#Navigation a:visited {
    color: #666;
    text-decoration: none;
  }
  ul#Navigation a:hover {
    color: black;
    text-decoration: none;
  }
  ul#Navigation a:active {
    color: white;
    text-decoration: none;
  }

  div#Info {
    font-size: 0.9em;
    float: right; width: 300px;
    margin: 0; padding: 0;
    padding-right: 40px;
    margin-top: 15px;
    border: 0px dashed silver;
    text-align: center;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 10px 0;
    padding-left: 0.4em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0;
    margin-bottom: 20px;
    padding: 5px;
  }

  div#Inhalt {
    margin: 0 320px 1em 220px;
    padding: 0 1em;
    border: 0px dashed silver;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 10px 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
    padding-right: 50px;
    min-width: 400px;
    max-width: 600px;
  }
  
  div#Inhalt a:active {
	color: grey;
    text-decoration: none;
  }
  
  div#Inhalt a:visited {
	color: grey;
    text-decoration: none;
  }
  
  div#Inhalt a {
	color: grey;
    text-decoration: none;
  }
  
  div#Inhalt a:hover {
	color: #E57F00;
    text-decoration: none;
  }

  #footer {
    clear: both;
    margin: 0; 
    padding: 0;
    background: url(img/footer.jpg);
    position: relative;
    width: 100%;
    bottom: 0px;
    height: 40px;
  }
  
  .footer_text {
  	color: white;
  	text-align: center;
  	line-height: 40px;
  	vertical-align: top;
  	margin-bottom: 0;
  	font-size: 9pt;
  }
  
  .footer_links {
  	color: white;
  	text-decoration: none;
  }
  
  .zwischenzeile {
  	height: 0px;
  }
  
  div#footer_image {
  	position: relative;
  	clear: both;
  	text-align: left;
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	padding-top: 20px;
  }