@charset "utf-8";
/* CSS Document */


/**
 * Umschliessende Seitenelemente
 */
.newsContainer {
	height: 265px;
	border-left: 1px solid #636B73;
	float: left;
	width: 559px;
	padding-left: 10px;
	padding: 0px 10px 20px 10px;
	overflow:hidden;
}

.newsContainer .wrap {
	height:268px;
	width: 559px;
	overflow:auto;
}
.newsContainer .wrap .innerWrap {
	width:525px;
}



/**
 * Latest Ansicht
 */
 
.news-latest-container {
	margin:0 0 0 0;
	height:224px;
}
.news-latest-container table,
.news-latest-container tr,
.news-latest-container td {
	height:100%;
	vertical-align:bottom;
}
.news-latest-container h2 {
	text-transform: uppercase;
	color: #937B26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	border-bottom:0;
}
.news-latest-item {
	padding-bottom:5px;
}
 
 
.news-latest-item .news-latest-date a,
.news-latest-item .news-latest-date a:hover,
.news-latest-item h3 a,
.news-latest-item h3 a:hover {
	text-decoration:none;
}
.news-latest-item .news-latest-date {
	padding-right:10px;
}

.borderItem {
	margin:12px 0 11px 0;
	padding:12px 0 6px 0;
	border-top:1px solid #636B73;
	border-bottom:1px solid #636B73;
}
.news-latest-item h3 {
	margin:0;
	padding:0 0 1px 0;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:inline;
}
.news-latest-item p,
.news-latest-item p.bodytext,
.news-latest-item h3 {
	margin:0;
	padding:0;
}
.news-latest-item p.bodytext {
	margin:0 0 6px 0;
}

.news-latest-item .text {
	padding-top:5px;
}


/**
 * News Menü
 */
.tx-newsmenu-pi1 {
	text-align:right;
}



/**
 * Einzelanzeige
 */
.news-single-item {
	padding:0 0 0 6px;
}
.news-single-item .date {
	float:right;
}
.news-single-item h2 {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.news-single-item .subheader h3 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/**
 * List anzeige
 */
 
.news-list-container {
	margin-top:15px;
}

.news-list-item {
	margin-bottom:10px;
}