/*Container und Überschrift*/
.press-list-container {
	width: 88%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2c2c2c;
	
	margin: 0px;
	padding: 0px;
	/*line-height: ;*/
}

.press-list-container h2,
.press-list-container h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color:#000;
	margin: 0;
	padding: 0;
}

/* presseinträge ************************************** */
.press-list-item {
	min-height: 150px;
	margin-bottom: 0px;
	padding: 10px;
	
	clear: both;
	
	background-color: #d5d5d5;
	background-image: url(news_backgr.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	border-top: 1px solid #6d6d6d;
}

td.press_item_header_left { font-size:10pt; }

/*Datum*/
.press-list-item .press-list-date,
.press-list-item .press-list-date a {
	font-size: 8pt;
	font-weight: normal;
	color: #2c2c2c;
	text-decoration: none;
}

/*Titel*/
.press-list-item h3,
.press-list-item h3 a {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 18pt;
	
	display: block;
	width: 370px;
}

/*Subheader bzw. Teasertext*/
.press-list-item .press-list-subheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #2c2c2c;
	line-height: 12pt;
	letter-spacing: 1px;
}

/*Bilder im Text*/
.press-list-item img {
	float: right;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -40px;
	margin-bottom: 10px;
	
	border: none;
}

/*Mehr-Link*/
.press-list-item .press-list-morelink { margin-top: 10px; }

.press-list-item .press-list-morelink,
.press-list-item .press-list-morelink a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fd0002;
	text-decoration: none;
}
/*Trennstrich*/
.press-list-container hr.clearer {
	margin-top: 0px;
	width: 540px;
	visibility: hidden;
}

/*Links unten zum Blättern*/
.press-list-browse,
.press-list-browse a {
	font-size: 9pt;
	font-weight: normal;
	color: #0053a0
	text-decoration: none;
}