@charset "utf-8";
/* CSS Document */

div.news {
	height: 50px;
	/*cursor: pointer;*/
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}
div.news-active {
	height: 150px;
}
div.news img {
	height: 50px;
	width: 83px;
	margin-right: 3px;
}
div.news h3 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
div.news h4 {
	padding: 0px;
	margin: 0px;
	color: #666666;
}
div.long {
	font-size: 9px;
	text-align: justify;
}
div.news-active img {
	height: 90px;
	width: 150px;
}
div.news-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-image: url(../images/news-footerline-verlauf.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid black;
}
div.news-footer-inner {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/news-footerline-verlauf.gif);
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
div.news-footer-left {
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
	width: 35%;
	font-size: 10px;
}
div.news-footer-center {
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
	width: 30%;
	font-size: 10px;
}
div.news-footer-right {
	padding: 0px;
	margin: 0px;
	text-align: right;
	float: left;
	width: 35%;
	font-size: 10px;
}
.upper-headline-left {
	border-top: #999999 1px solid;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #EEEEEE;
	float: left;
	width: 85%;
}
.upper-headline-right {
	text-align: right;
	border-top: #999999 1px solid;
	margin-top: 3px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
	float: left;
	width: 15%;
}
.lower-headline-left {
	border-bottom: #999999 1px solid;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
	float: left;
	width: 85%;
}
.lower-headline-right {
	text-align: right;
	border-bottom: #999999 1px solid;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
	float: left;
	width: 15%;
}
.lower-headline-coverage {
	text-align: light;
	border-bottom: #999999 1px solid;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
	float: left;
	width: 662px;
}
.upper-line {
	padding: 4px;
	border-top: #BBBBBB 1px dashed;
	float: left;
	width: 655px;;
}
.upper-line a {
	color: #333333;
}
.upper-line a:hover {
	color: #666666;
}
.lower-line {
	padding: 4px;
	border-bottom: #BBBBBB 1px dashed;
	float: left;
	width: 655px;;
	margin-bottom: 3px;
}
.inner-line-left {
	text-align: left;
	width: 80%;
	float: left;
}
.inner-line-right {
	text-align: right;
	width: 20%;
	float: left;
}
#topnews h1,
#sidebar1 h1 {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#topnews h1 + h2 {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 5px;
	text-align: right;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#topnews {
	position: relative;
	padding-top: 16px;
	margin-bottom: 5px;
	background-image: url(../images/singleColumn.gif);
	background-repeat: repeat-x;
	background-color: #E1E1E1;
	border-color: black;
	border-style: solid;
	border-width: 1px;

}
div.topnews-rubric {
	font-size: 10px;
}
div.topnews-rubric h4 {
	padding: 0px;
	margin: 0px;
	color: #666666;
}
.topnews-headline {
	font-size: 14px;
	font-weight: bold;
}
.topnews-preview {
	font-size: 10px;
	text-align: justify;
	padding-right: 4px;
	padding-top: 3px;
}