@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-latest-container {
}

.news-latest-item {
	background-color: #CCCCCC;
	margin-bottom: 20px;
	padding:10px;
}

.news-latest-date {

}

.news-latest-subheader {

}

.news-latest-morelink {
}

.news-latest-morelink a {
}

.news-latest-morelink a:hover {
}

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

.news-list-content {
	border-bottom:1px dotted #CD1317;
}

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

.news-list-date {
	float: right;
	font-size:10px;
}

.news-list-subheader {
}

.news-list-title {
	color:#CD1317;
}

.news-list-title a {
	color:#CD1317;
}

.news-list-title a:hover {
	color:#002252;
}

.news-list-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height:150px;
}


.news-list-morelink {
	margin-bottom:10px;

}

.news-list-morelink a {
	color: #CD1317;
	text-decoration: none;
	border-bottom:1px dotted #CD1317;
}

.news-list-morelink a:hover {
	color: #002252;
	border-bottom:1px dotted #002252;

}


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

}

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

.news-single-title {
	color: #CD1317;
}

.news-single-subheader {
}

.news-single-images {
	margin-bottom: 10px;
}

.news-single-image {
	clear: left;
}

.news-single-imgcaption {
	clear: left;
	margin-bottom: 10px;
	font-size:80%;
	margin-top:3px;
}

.news-single-content {
}

.news-single-backlink {
	margin-top:10px;
}

.news-single-backlink a {
	border-bottom:1px dotted #CD1317;
}

.news-single-backlink a:hover {
	border-bottom:1px dotted #002252;
	color:#002252;
}

.news-single-additional-info a {
	color: #CD1317;
	text-decoration: none;
	border-bottom:1px dotted #CD1317;
}

.news-single-additional-info a:hover {
	color: #01143c;
	text-decoration: none;
	border-bottom:1px dotted #01143c;
}

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

.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 {
	margin-bottom:3px;
}

.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;
}

