	/*
	1. Grundgerüst der Seite (logo, headerbild)
	2. Boxen auf der rechten Seite
	3. Überschriften
	*/

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 97px;
	background-image: url('images/print_swr_logo.jpg');
	visibility: visible;
}
#headbild {
	position: absolute;
	left: 110px;
	top: 0px;
	width: 688px;
	height: 97px;
	background-image: url('images/print_swr_header.jpg');
	visibility: visible;
}
.box3 {
	position: relative;
	margin-top: 10px;
	width: 96%;
}
/*----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------  Boxen auf der rechten Seite  ---------------------------------------------------*/
/* Header ist rot! */
.modulHead {
	display: none;
}
/*-----------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------  Überschriften  ------------------------------------------------------------*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #df0000;
	font-size: 1.3em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	white-space: normal;
	margin-bottom: 3px;
	font-size: 1.1em;
}

/*-----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------- zahlen und fakten -----------------------------------------------------------*/
.content_zahlen {
	width: 90%;
}
.reihe_line, .reihe_zahlen {
	clear: both;
	padding-left: 2px;
	padding-bottom: 2px;
	color: #333333;
	font-size: 100%;
	min-height: 1em;
	height: 100%;
	margin-bottom: 2px;
	border-top: 1px solid #b50000;
}
.reihe_zahlen {
	border-top: 0px;
}
.reiheHead, .reiheHead_2{
	float:left;
	background-color: #f6f6f6;
	font-weight: bold;
	width:100%; 
	border-bottom: 1px solid #b50000;
	padding-left: 0.2em; padding-bottom:0.4em; padding-top:0.2em;
	margin-top:1.0em;
}
.reiheHead_2 {
	border-top: 1px solid #ffffff;
	background-color: #f6f6f6;
	font-weight: bold;
	margin-bottom:-1.0em; margin-top:1.0em;
}
/*.reiheHead, .reiheHead_2{
	background-color: #f2f2f2;
	width:100%; height: 1.0em;
	display:block;
	overflow: inherit;
	border-top: 1px solid #b50000;
	padding-left: 0.2em; padding-bottom:0.2em; padding-top:0.2em;
}
.reiheHead_2 {
	border-top: 1px solid #ffffff;
	background-color: #f2f2f2;
	font-weight: bolder;
}*/
.labelHead {
	width: 100%;
	float: left;
	padding: 1px 2px 2px;
}
.labelZahlen, .feldZahlen_1, .feldZahlen_2 {
	float:left;
	text-align: left;
	width: 55%;
	margin-left: 1px;
}
.feldZahlen_1 {
	width: 12%;
	text-align:right;
	margin-left: 3px;
}
.feldZahlen_2 {
	width: 18%;
	text-align:right;
	margin-left: 3px;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------  Pressemitteilungen  -------------------------------------------------------------------*/
.reiheHeadPresse {
	background-color: #f2f2f2;
	width:100%; height: 1.0em;
	display:block;
	overflow: inherit;
	font-weight: bolder;
	border-bottom: 1px solid #b50000;
	padding-left: 0.2em; padding-bottom:0.6em; padding-top:0.2em;
}
*html .reiheHeadPresse {
	background-color: #f2f2f2;
	width:100%; height: 1.0em;
	display:block;
	overflow: inherit;
	font-weight: bolder;
	border-bottom: 1px solid #b50000;
	padding-left: 0.2em; padding-bottom:0.2em; padding-top:0.2em;
}
.date, .cont {
	float: left;
	width: 20%;
	margin-bottom: 3px;
}
.cont {
	width: 75%;
}
.row {
	float: left;
	width: 100%;
	border-top: 1px solid #b50000;
	padding-left: 0.2em; padding-bottom:0.2em; padding-top:0.2em;
}
/*-----------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------  Wichtige Telefonummern  -------------------------------------------------------------------*/
.reihe_fe, .reihe_bad, .reihe_rsv, .reihe_swr {
	float:left;
	background-color: #df0000;
	color: #ffffff;
	font-weight: bold;
	width:100%; 
	padding-left: 0.2em; padding-bottom:0.4em; padding-top:0.2em;
	margin-bottom:0.2em; margin-top:1.0em;
}
.reihe_bad {
	background-color: #056bb5;
}
.reihe_rsv {
	background-color: #278754;
}
.reihe_swr {
	background-color: #ededed;
	color: #000000;
}
.row_through {
	clear: left;
	background-color: #f4f4f4;
	padding-left: 0.2em; padding-bottom:0.4em; padding-top:0.2em;
}
.row_fe, .row_bad, .row_rsv, .row_swr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #df0000;
	background-color: #f4f4f4;
	padding-left: 0.2em;
}
.row_bad {
	border-bottom: 1px solid #056bb5;
}
.row_rsv {
	border-bottom: 1px solid #278754;
}
.row_swr {
	border-bottom: 1px solid #ededed;
}
.phone, .number {
	font-weight: bold;
	float: left;
	width: 80px;
	margin-bottom: 3px;
}
.number {
	width: 300px;
	font-weight: bold;
}
