html {
		height: 100%;
}
body {
	color: #151616;
	background-color: #ff0000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	text-align: center;
}
#langeseite {
	border: none;
	background-color: white;
	margin: auto;
	text-align: left;
	width: 1030px;
	height: 100% /*2710px; */;
}

  h1 {
	 height: 155px;
	 margin: 0;
	 padding: 0;
	 clear: both;
	 width: 1030px;
	 background-color: #ff0000;
	 display: block;
  }
  ul#Navigation {
         font-size: 0.8em;
	 line-height: 18px;
	 font-weight: 800;
         float: left; 
	 width: 135px;
	 min-height: 410px;
	 height: 100%;
    margin: 50px 0 50px 10px; 
	 padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; 
	 padding: 0em;
  }
  ul#Navigation a {
    display: block;
    padding-bottom: 0.3em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; 
	 background-color: white;
	 text-decoration: none;
  }
  ul#Navigation a:visited {
    color: black; 
	 background-color: white;
	 text-decoration: none;
  }
  ul#Navigation a:hover {
    color: black; 
	 background-color: white;
	 text-decoration: none;
  }
  ul#Navigation a:active {
    color: #ff0000;
	 background-color: white;
	 text-decoration: none;
  }
  ul#Navigation a:link.aktiv {
  	color: #ff0000;
  }
  ul#Navigation a:visited.aktiv {
  	color: #ff0000;
  }
  ul#Navigation a:hover.aktiv {
  	color: #ff0000;
  }
img.link {
	border: 1px black solid;
	width: 254px;
}

  div#Info {
	font-size: 0.9em;
	float: right;
	width: 258px;
	height: 100%;
	padding: 0;
	margin-top: -128px;
	margin-right: 0px;
	background-color: white;
}
  div#Info h2 {
	color: #ff0000;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 500;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
	 color:  #ff0000;
  }

  div#Inhalt {
     margin: 50px 258px 0 150px;
	 width: 611px; /*war 591*/
	 height: 100%;
	 padding-left: 10px;
	 font-size:12px;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
	font-size: 1.5em;
	margin-top: 0px; 
	letter-spacing: 0.2px;
	font-weight: 500;
	}
  div#Inhalt h3 {
	font-size: 0.95em;
	line-height: 1.05em;
	letter-spacing: 0.2px;
	margin: 36px 0 14px 0;
	font-weight: 800;
	color: #ff0000;
}
  div#Inhalt p {
	font-size: 1em;
	color: black;
	letter-spacing: 0.2px;
	margin: 0.5em 18px 0.1em 0;
	height: 100%;
}
span.rot {
	color: #ff0000;
}
.noborder {
	border: none;
}

a:link, a:active, a:visited, a:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: 0.95em;
}
span.rechts {
	float: right;
	text-align: right;
	margin-right: 22px;
}

.nobflright {
	border: none;
	float: right;
	margin-left: -415px;
}
div#footer {
	margin-top: -29px;
}
* html #footer {
	margin-top: -29px;
	} 