body {
	color: black; background-color: #FFEDA3;
	font-size: 100.0%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0; padding: 1em ;
	text-align: center; /* Zentrierung im Internet Explorer */
	}
div#Seite {
	text-align: center; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 950px;
	padding: 0;
	background: #FFDD55 url(hintergrund.gif) repeat-y;
	border: 2px ridge silver;
}
 div#nav {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	clear: left;
	background-color: #940d02;
	border-bottom: 1px solid #e41811;
	TEXT-ALIGN: center;
	padding: 0 5% 0 0;
	margin: -13px 0 0 0;
}
 ul#nav li {
	display: inline;
	
	TEXT-ALIGN: center;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}
 ul#nav a, #nav a:link, #nav a:visited
{
	TEXT-ALIGN: center;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 0px 7px 0px 0px;
}
 ul#nav a:hover
{
	color: #FF9C00;

}
h3 {
	font-size: 1.5em;
	margin: 0; padding: 0.0em;
	HEIGHT: 200px;
	text-align: left;
	border-bottom: 1px solid #e41811;
	BACKGROUND: #940d02;
}
h2 {
	font-size: 1.7em;
	margin: 0 0 0.7em; padding: 0.3em;
	text-align: center;
}
div#Inhalt {
	WIDTH: 90%;
	HEIGHT: 100%;
	MIN-HEIGHT: 50%x;
	BACKGROUND: #FFDD55;
	text-align: center;
	margin: 0 5% 0 5%;
	padding: 0 0em;
}
* html div#Inhalt {
	height: 1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-bottom: 0;
}
div#Inhalt h2 {
	font-size: 1.5em;
	margin: 0.2em 0;
	color: #000000;
}
div#Inhalt p {
	font-size: 1em;
	margin: 1.5em 5% 0 5%;
	text-align: center;
}
div#Inhalt a{
	TEXT-DECORATION:underline overline;
	FONT-STYLE:italic;
	COLOR:#940d02;
}
div#Inhalt a:hover{
	TEXT-DECORATION:underline overline;
	COLOR:#000000;
	FONT-STYLE:italic;
}
p#Fusszeile {
	TEXT-ALIGN: center;
	PADDING: 0.2em 0 0.2em 0;
	COLOR: #ffffff;
	clear: both;
	font-size: 11px;
	text-align: center;
	background-color: #940d02;
	border-top: 1px solid silver;
	margin: -13px 0 0 0;

}
p#Fusszeile a {
	text-decoration: none;
	display: inline;
	padding: 0.0em;
	font-weight: bold;
}
p#Fusszeile a:link {
	color: #ffffff; background-color: #940d02;
}
p#Fusszeile a:visited {
	color: #ffffff; background-color: #940d02;
}
p#Fusszeile a:hover {
	color: #ffffff; background-color: #e41811;
}
p#Fusszeile a:active {
	color: #ffffff; background-color: #e41811;
}