body {
	color: #191919;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../Bilder/Hintergrund05.png);
	background-repeat: repeat;
	text-align: center;
	margin-top: 40px;
	margin-right: 1px;
	margin-bottom: 40px;
	margin-left: 1px;
}

#Seite {
	width: 760px;
	margin:0px auto;
	text-align:left;
	border: 1px solid #000000;
	background-color: #DBDABD;
}
  
html>body #Seite {
}

#RahmenNavi {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}  

#Navi {
}

#Navi ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#Navi ul li {
	display: inline;
}

#Navi ul li a {
	background-color: #CCCCCC;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	width: 50px;
	color: #191919;
}

#Navi ul li a#aktuell
{
	color: #FF9900;
	background-color: #DBDABD;
}

#Navi ul li a:hover {
	background-color: #DBDABD;
	color: #FF9900;
}

#RahmenSubNavi {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

#SubNav {
}  

#SubNav ul {
	text-align: left;
	margin-left: 300px;
}

#SubNav ul li {
	display: inline;
} 

#SubNav ul li a {
	color: #191919;
	text-decoration: none;
	line-height: 0.2em;
	font-size: .8em;
}

#SubNav ul li a#aktuell
{
	color: #FF9900;
}

#SubNav a:hover {
   color: #FF9900;
}

#RahmenInhalt {
	height: 200px;
	border: 1px solid #FF9900;
	margin: 10px;
}

#Inhalt {
	padding: 20px;

}

#Inhalt h1 {
	font-size:1em;
	line-height: 1.2em;
}

#Inhalt p {
	font-size:0.8em;
	line-height: 1em;
}

#Inhalt a:link, #Inhalt a:visited {
	color:#191919;
	text-decoration: none;
}

#Inhalt a:hover, #Inhalt a:active{
	color: #FF9900;
}

#RahmenBild {
	height: 250px;
}
