/* Angaben für alle standardkonformen Browser */

body {
    background: url(../images/hintergrund.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.schatten {
 -moz-box-shadow: content;
}

#footerfans {
	position:fixed;
	bottom:0px; left:0px; right:0px;
	text-align:center;
	padding:0px;
	z-index:222;
}
a:hover {
	color: #D00D07;
	text-decoration: none;
}

#footermenue {
	z-index:223;
}

.ueberschrift {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}

.unterschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}
.footermenue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}

.bilderrahmen
{
	border: 1px solid #FFFFFF;
	margin-right: 5px;
}

.bilderrahmentop
{
	border: 1px solid #FFFFFF;
	margin-left: 10px;
}.newsheadline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.newsbottomline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.newsrahmen {
	border: 1px solid #FFFFFF;
	margin-right: 5px;
}
.newsbild {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
