@charset "UTF-8";
.fenster {
	position: absolute;
	left: 971px;
	top: 8px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo #sparta {
	float: right;
	width: 98px;
	margin-right: 140px;
	margin-top: 15px;
	z-index: 1;
}

/* Universal Selektor setzt alle Ränder und Abstände auf NUll*/
 
* {
	margin:0;
	padding:0;
}

/* Allgemeines Aussehen Hitergrund,Schriften, Überschriften h1, h2 und Links */

body {
	background-image: url(../images/backround-grau.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Arial, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
a:link, a:visited  {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D9E028;
}
a:hover, a:focus {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9E028;
}
#content a, a:visited {
	color: #0099CC;
	text-decoration: none;
	line-height: 1.6em;
}

#navi li {
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 110%;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	color: #FFFFFF;
}

#logo {
	width: 1090px;
	height: 112px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-indent: 5px;
	margin-top: 15px;
}

/* Kopfbereich Navigation */

#navi {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 30px;
	margin-top: 0px;
	height: 30px;
	text-align: center;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9E028;
	border-bottom-color: #D9E028;
	padding-top: 7px;
}

/* Aktueller Beitrag Box*/

#content {
	width: 640px;
	position: relative;
	height: 420px;
	padding-top: 35px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backround-du.png);
	text-align: center;
	overflow: auto;
	margin-bottom: 40px;
}
#content h1 {
}
#footer {
	width: 100%;
	text-align: center;
	z-index: auto;
	position: relative;
	color: #999999;
	padding-top: 50px;
	padding-bottom: 20px;
	top: auto;
	bottom: 0px;
	margin: 0px;
	clear: both;
	float: none;
	background-image: url(../images/footer_stern.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footer a, a:visited {
	color: #990066;
}
.homefarbe {
	background-color: #0099CC;
}
#navi #navi01, #navi02, #navi03, #navio4, #navi05, #navi06 a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navi01 {
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9E028;
	font-weight: bold;
}
#content h3 {
	color: #FF9900;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 5px;
}
