@charset "ISO-8859-1";
/** {
	margin:0;
}*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EADDE3;
}
#container, #footer {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -68px;
	background-color:#fff;
}
#header {
	height:80px;
	background-color:#B13B3B;
}
#content {
	position:relative;
	width:700px;
	left: 0px;
	top: 0px;
	padding: 12px;
}
#sidebar1 {
	position:relative;
	right:0;
	top:0;
	display:block;
	width:200px;
	float:right;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-right:12px;
	text-align: right;
}
#clearfooter {
	position:relative;
	height: 56px;
	clear:both;
}
#footer {
	height: 56px;
	position:relative;
}
#footerconten1, #footerconten2, #footerconten3 {
	position:absolute;
	bottom:0;
}
#footerconten1 {
	left:0;
	padding-left:12px;
}
#footerconten2 {
	left:50px;
}
#footerconten3 {
	right:0;
	padding-right:12px;
	text-align:right;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}
a:link {
	color: #0012C2;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
ul#Navigation {
	text-align: center;
}
ul#Navigation li {
	list-style: none;
	display: inline;
}
ul#Navigation a, ul#Navigation span {
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	vertical-align: bottom;
	margin-top: 48px;
	margin-left: 12px;
	margin-right: 24px;
	font-size: 1em;
}
* html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
	width: 8em;
	w\idth: 6em;
}
ul#Navigation a:hover, ul#Navigation span {
	color: #CCC;
}
ul#Navigation div {
	clear: left;
}
.headlinerot {
	font-size: 1.4em;
	font-weight: bold;
	color: #B13B3B;
}
.fliesstxt {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3em;
}
.txtrot {
	font-size: 1.3em;
	color: #B13B3B;
}
.nurrot {
	color: #B13B3B;
}
.fett {
	font-weight: bold;
}
.rotklein {
	font-size: 0.9em;
	color: #B13B3B;
}
.padlk1em {
	padding-left: 1em;
}


#popcont {
	height: 1px;
	width: 1px;
}
#picpop {
	position: relative;
	/*height: auto;*/
	width: 425px;
	left: -560px;
	top: 4em;
	visibility: hidden;
}
* html #picpop {
	left: -800px;
}
* + html #picpop {
	left: -800px;
}
#lbOverlay {
	background-color: #000000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	visibility:hidden;
	cursor:pointer;
	opacity: 0.8;
	filter:  alpha(opacity=80);
	ZOOM: 1;
}
#pic1 div {
	margin-bottom:12px;
}
#sidebar1 {
	z-index:3;
}
#picpop {
	z-index:2;
}
#lbOverlay {
	z-index:1;
}
#footer {
	z-index:0;
}
#content {
	z-index:0;
}
