@charset "UTF-8";



/* temporäre warnung an- und ausschalten:  */
#header_warning {display:none;}   


#JS_Alert {
	z-index:1000; /* NoScript Warnung */
	position:absolute;
	right:5px;
	bottom:5px;
}

/* CSS Document */

* {
	margin:0;
}

html {
	overflow:scroll;
}

body {
	width:100%;
	height:100%;
	text-align: center;
	padding: 0;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(1_media/bg1-streifen2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EEB753;
}

img {
	border:none;
}

a img {
	padding: 0 4px 6px 4px;
	margin: 0 0;
	margin-bottom:0px;
	vertical-align: middle;	
}

a img:hover {
	margin-top:-1px;
	margin-bottom:1px;
}

/* Linkrahmen bei Flash und Links entfernen: */
object:active, object:focus, :active, :focus {
	outline:none;
}

/* Layer: */

#CBOXa_Center, #CBOXi_Center, #CBOXa_Unten, #CBOXi_Unten {
	width: 900px;
}

#CBOXa_Center {
	margin: 0 auto;
	text-align: left;
	padding: 0 20px 0px 20px; /* Platz für Schatten */
	background-repeat:repeat-y;
	background-position: left top;
	background-image: url(1_media/Bilder/rahmenschatten-Center.png);
	position:relative;
	min-height:600px;
}

#CBOXi_Center {
	background-color: #FFFFFF;
}


#FOOTER {
	clear:both;
	background-image: url(1_media/BG/Bilder/BG-footer-2011.jpg);
	background-repeat: no-repeat;
	height:60px;
	width: 900px;
	position:relative;
}

#CBOXa_Unten {
	margin: 0 auto;
	height:40px;
	padding: 0 20px 20px 20px; /* Schatten */
	background-repeat: no-repeat;
	background-position: 0px -40px;
	background-image: url(1_media/Bilder/rahmenschatten-Bottom.png);
	text-align:left;
}


#CBOXi_Unten {
	height:40px;
	position:relative;
	overflow:hidden;
	background-image: url(1_media/BG/Bilder/BG-footer-2011.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}



#LEGAL {
	position:absolute;
	z-index:4;
	top:15px;
	left:10px;
	padding: 0 0 0 20px;
	text-align: left;
	margin:0 0 5px 0;
}


#LEGAL p,
#LEGAL p a {
	color: #EDEDED;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}


#LEGAL:hover p,
#LEGAL:hover p a {
	color: #FFF;
	
}


#LEGAL p a:hover {
	text-decoration: underline;
}


#LEGAL .WebyepLog img {
	width:10px;
	height:10px;
	opacity: 0.2;
}
#LEGAL:hover .WebyepLog img {opacity: 1.0;}


#BOOKMARK {
	position:absolute;
	z-index:5;
	padding: 4px 0;
	text-align: right;
	margin:0 0 5px 0;
	top: 10px;
	right:26px;
	min-width:200px;
	text-align:right;
	min-height:27px;
	overflow:hidden;
	opacity: 0.7;
	
}

#BOOKMARK:hover {
	opacity: 1.0;
}

#BOOKMARK a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}

#BOOKMARK a {
	border-radius: 2px; 
	-moz-border-radius: 2px;
}

#header_warning {
	width:100%;
	padding:2px 0;
	text-align:center;
	background-color:#333333;
	color:#CCC;
}


#HDR {
	width:870px;
	padding: 0;
	background-color: #FFF;
	height: 270px;
	background-image: url(1_media/BG/BG-Leiste-u-100jahre-o-e.jpg); /* DEFAULT BILD */
	background-repeat: no-repeat;
	background-position: left bottom;
}

#HDR_Logo {
	float: left;
	width: 220px;
	padding-top: 1px;
}

#HDR_Menu1 {
	float: left;
	width: 445px;
	padding-top: 66px;
	margin-left: 32px;
	overflow:hidden;
}

.HDR_Menu2 {
	float: right;
	padding: 20px 0 0 0;
	text-align: right;
}

#MAIN {
	background-color:#FFF;
	width:870px;
	padding: 0;
	background-repeat: no-repeat;
}

#CONTENT {
	float: left;
	width: 450px;
	margin-left: 0px;
	margin-bottom:50px;
	padding-top: 25px;
	position:relative;
}

#SIDEBAR1 {
	float: left;
	width: 160px;
	margin-left: 35px;
	margin-bottom:300px;
	margin: 20px 0 20px 30px;
	position:relative;
}

#SIDEBAR1 h4 {
	/* color:#F2001F; */
	margin:5px 0 0 0;
}

#SIDEBAR2 {
	float: right;
	width: 190px;
	margin: 30px 0 50px 0; /* top: 30px wenn es oben sein soll*/
	position:relative;
}

#SB2_BACK {
	position:absolute;
	z-index:10;
	top:-30px;
	left:0px;
	padding:5px 0 0 0;
	font-size:10px;
	font-weight:bold;
}

#SB2_BACK p a {
	text-decoration:none;
	color:#666;
	font-weight:normal;
}



#Service {
	z-index:11;
	position:absolute;
	left: 38px;
	top: -152px;
}

/* allg */


.floatRight {
	float: right;
	margin-left: 8px;
}

.floatLeft {
	float: left;
	margin-right: 8px;
}

.clearFloat {
	clear: both; /* 1 px hoher DIV-clearer: optimales Rendering, wenn als inhalt in DIV ein "&nbsp; kommt.  */
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* Menu 3 */

.PF_Box h4 {
	padding-top:0;
	margin-top:0;
}

/* Allg. Styles*/

h1.access {
	position:absolute;
	z-index:5;
	top:-500px; /* h1 nur fuer Accessibility */
	left:0;
}

p, h1, h2, h3, h4, ul {
	margin-bottom:15px;
}

h1 {
}

h2 {
	font-weight: normal;
	color: #5B5F56;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 40px;
}

h3 {
	font-weight: normal;
	color: #5B5F56;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 3px 0;
}

h4 {
	font-weight: normal;
	color: #5B5F56;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0 3px 0;
}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #C00;
}

ul {
	padding-left:15px;padding-bottom:5px;
}

ol {
	padding-left:20px;padding-bottom:5px;
}

li {
	padding-bottom:5px;
}

.kleiner {
	font-size:11px;
	line-height:15px;
}

.kleinGrau, p.kleinGrau A {
	color:#999;
	font-size:11px;
	line-height:15px;
}

p.credits, p.credits a {
	color:#999;
	font-size:11px;
	line-height:15px;
}

.alert_red {
	color:#F2001F;
}

.update {
	color:#FFF;
	background-color: #690;
	padding: 0px 2px;
	font-size:9px;
}

.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	height:5px;
	line-height:5px;
	font-size:5px;
	margin-bottom:5px;
	clear:both;
	width:100%;
}

#HotlineGross {
	display:none;
	z-index:10000;
	position: absolute;
	top: -240px;
	left: 200px;
}

#ZehnsaatenGross {
	display:none;
	z-index:9999;
	position: absolute;
	top: -270px;
	left: -57px;
}

.nobreak {
	white-space:nowrap;
}

.PCallInfo {
	margin: 0 0 0 20px;
}

.Trenner {
	height:30px;
	width: 400px;
	clear:both;
}

.Trenner a {
	font-size: 10px;
	text-decoration: none;
	color: #666;
}

.neu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	padding:0 2px;
	margin:0 3px;
	color:#FFF;
	background-color: #C00;
}

.newsTeaser {
	min-height:250px;
}

.msg_debug {text-align:left;background-color:#CCC; padding:20px; margin:20px;}

