body {
	text-align: center;
	background-color: #2A2A2A;
	background-image: url(body-bg.gif);
}
#webseite {
	width: 980px;
	margin: 0 auto;
}

#header {
	display: block;
	width: 980px;
	height: 140px;
	background: #3A8BFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#header img {
	float: left;
	margin: 25px 0px 25px 80px;
	width: 90px;
	height: 90px;
}

#header h1 {
	float: left;	
	margin: 40px 0px 40px 40px;
	font-size: 50px;
	font-weight: bold;
	color: white;
  font-family: Courier;
}

#main {
width: 980px;
}
#menue {
	float: left;
	width: 270px;
	height: 512px;
	background: gray;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#menue h2 {
	font-size: 1.6em;
	text-align: center;
}

#navcont ul /* gesamte Liste */
{
	list-style-type: none;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 20px;
  padding:0px;
}

#navcont a
{
	display: block;
  padding: 0px 0px 0px 15px;
  width: 192px;
  border-bottom: 1px solid #FFFFFF;
  height: 24px;
  line-height: 24px;
}

#navcont a:link, #navcont a:visited
{
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px; /* Abstand zwischen den Listenelementen */
	color: #000;
	text-decoration: none;
	background: lightgray;
	border: 1px solid white;
}

#navcont a:hover
{
	color: #ff9224;
	text-decoration: none;
	background: #3A8BFF;
	border: 1px solid #ccc;
}

#inhalt {
	float: right;
	width: 698px;
	height: 512px;
	background: #EAEAEA;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

#inhalt h3 {
  margin: 20px 30px 10px 30px;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #3A8BFF;
  font-family: Helvetica;
}

#text {
  margin: 0px 30px 10px 30px;
	text-align: justify;
	font-size: 16px;
	color: black;
  font-family: Arial;
}

ul#aktuell 
{
	margin: 0px;
	text-align: left;
}

#unterschrift {
	float: left;
  margin: 0px 30px 10px 30px;
  font-family: Helvetica;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #3A8BFF;
}

#footer {
	width: 980px;
	height: 30px;
	background: #575757;
	margin-top: 20px;
	clear: both;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

ul#fusszeile {
	margin: 0px;
  padding: 5px;
  list-style-type: none;
}


ul#fusszeile li {
	padding: 5px;
  margin: 0px;
  display: inline;
}

ul#fusszeile li a:link {
	border: 1px solid #000;
	background-color: #CCCCCC;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}

ul#fusszeile li a:hover {
	border: 1px solid #000;
  background-color: #333333;
  padding: 2px 5px 2px 5px;
  color: #fff;
}