@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 {
}
.buttons {
list-style-type:none;
}
.buttons li {
line-height: 30px;
display: inline;
}
.buttons li a {
	background-color: none;
	border: none;
	color: #fe1c1c; 
	margin-right:2px;
	padding:4px 8px;
}

.buttons li.act a {
	text-decoration:underline; 
}

/* --- LATEST -------- */
.news-latest-container {
}

.news-latest-item {
	background-color: #CCCCCC;
	margin-bottom: 20px;
}

.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 {
	position: relative;

}

.news-list-item {
	margin-bottom: 20px;
}

.news-list-date {
	float: right;
	color: #CCCCCC;
}

.news-list-subheader {
	width: 345px;
	padding-right: 8px;
	margin-right: 7px;
	border-top: dotted #CCCCCC;
}

.news-list-title {
}

.news-list-title a{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.news-list-title h2{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}

.news-list-image {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 86px;
	width: 86px;
}

.news-list-morelink {
	position: relative;
	left: 330px;
	height: 14px;
	width: 15px;
	bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news-list-morelink a {
}

.news-list-morelink a:hover {
}


/* --- SINGLE -------- */
.news-single-item {

}

.news-single-timedata {
	margin: 0px 0px 20px 330px;
	text-align: right;
}

.news-single-title h2 {
	font-weight: bold;
}
.news-single-title {
	width: 330px;
	float: left;
}

.news-single-subheader {
	width: 330px;
	margin-bottom: 10px;
}

.news-single-images {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.news-single-image {
	float: left;
	clear: left;
}

.news-single-imgcaption {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.news-single-content {
}

.news-single-backlink {
	margin-top: 10px;
}

.news-single-backlink a {
}

.news-single-backlink a:hover {
}

.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 {
	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;
}

