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

/* --- PAGEBROWSER -------- */
.tx-ttnews-browsebox {
	text-align: center;
}

.tx-ttnews-browsebox p {
}
.tx-ttnews-browsebox-table {
	margin: 0px auto;
}

.tx-ttnews-browsebox-table tbody tr td {
	padding: 0px 5px;
}

.tx-ttnews-browsebox a {
}

.tx-ttnews-browsebox a:hover {
}


/* --- LATEST NEWS -------- */

.bild{
	border:1px solid #797979;
}
.news-latest-container {
}
.news-latest-image img {
	border: 2px solid #D7D6D3;
}
.news-latest-image {
	width: 57px;
	height: 57px;
	float: left;
}
.news-latest-item {
	background-color: none;
	margin-bottom: 20px;
	width:225px;
	min-height:100px;
}

.news-latest-date {

}

.news-latest-subheader {
	float: right;
	width: 150px;
	margin-top:-5px;
}

.news-latest-morelink {
	margin:6px 0 10px 75px;
}

.news-latest-morelink a {
}

.news-latest-morelink a:hover {
}
/* --- LATEST TERMINE -------- */

.termine-latest-container {
	margin-bottom:-30px;
}

.termine-latest-item {
	background-color: none;
	margin-bottom: 20px;
	width:225px;
}
.termine-latest-item h2{
	width:165px;
	float:left;
}

.termine-latest-date {
	float:right;
	width: 60px;
	text-align:right;
	margin-bottom:8px;
}

.termine-latest-subheader {
	margin-top:0px;
	display:inline-block;
	width:225px;
}

.termine-latest-morelink {
	margin:0px;
}
.termine-latest-morelink dd img {
	margin-right: 5px;
}
.termine-latest-morelink a {
}

.termine-latest-morelink a:hover {
}

/* --- LIST -------- */
.news-list-container {
}

.news-list-content {
}

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

.news-list-date {
	float: right;
}

.news-list-subheader {
}

.news-list-title {
}

.news-list-image {
	float: left;
	border:1px solid #797979;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news-list-image img {
	border:2px solid #D7D6D3;
}

.news-list-morelink {
}

.news-list-morelink a {
}

.news-list-morelink a:hover {
}

/* --- LIST TERMINE -------- */

.termine-list-container {
	margin-bottom:-30px;
}

.termine-list-item {
	background-color: none;
	margin-bottom: 20px;

}
.termine-list-item h2{
	width:425px;
	float:left;
}

.termine-list-date {
	float:right;
	width: 100px;
	text-align:right;
	margin-bottom:8px;
}

.termine-list-subheader {
	margin-top:0px;
	display:inline-block;
}

.termine-list-morelink {
	margin:0px;
}
.termine-list-morelink dd img {
	margin-right: 5px;
}
.termine-list-morelink a {
}

.termine-list-morelink a:hover {
}

/* --- SINGLE -------- */
.news-single-item {

}

.news-single-timedata {
	margin-bottom: 20px;
}

.news-single-title {
}

.news-single-subheader {
}

.news-single-images {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.news-single-image {
	float: left;
	clear: left;
	border:1px solid #797979;
}
.news-single-image img {
	border:2px solid #D7D6D3;
}
.news-single-imgcaption {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.news-single-content {
}

.news-single-backlink {
}

.news-single-backlink a {
}

.news-single-backlink a:hover {
}

.news-single-additional-info {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
}

.news-single-additional-info dl {
}


.news-single-related,
.news-single-files,
.news-single-links {
	margin-bottom: 10px;
}

.news-single-related dt, 
.news-single-files dt,
.news-single-links dt {
	font-weight: bold;
}

.news-single-related dd {
}

.news-single-files dd {
}

.news-single-files dd img {
	padding-right: 5px;
}

.news-single-files dd a {
}

.news-single-links dd {
}

/* --- ARCHIV MENU -------- */
.news-amenu-container {
	padding: 10px;
	border:1px solid #CCC;
	background-color: #F2F2F2;
	margin-bottom: 20px;
}

.news-amenu-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.news-amenu-container ul li {
	padding-left: 10px;
	margin-left: 10px;
	background-image: url(../images/icons/list-style_01.png);
	background-position: 0px 0.6em;
	background-repeat: no-repeat;
}

.news-amenu-container ul li a {
	color: #000000;
}

.news-amenu-container ul li.news-amenu-item-year {
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 5px;
	background-image: url(../images/icons/list-style_02.png);
	background-position: 0px 0.6em;
	background-repeat: no-repeat;
}

