/* CSS Document */

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

.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 -------- */

.right {
	float:right;
	text-align:right;
	
	}
	
.right a{
	float:right;
	text-align:right;
	color:#000000;
	
	}
	
.news-latest-container {
}

.news-latest-item {
	border-top: 1px solid #007F00;
	padding: 3px 0px;
	width:420px;
	float:left;
}

.news-latest-date {
	float: left;
	width: 110px;
	color: #FFFFFF;
}

.news-latest-title {
		float:left;
		width:310px;
		
}

.news-latest-title a {
	color: #FFFFFF;
}


.news-latest-subheader {

}

.news-latest-morelink {
}

.news-latest-morelink a {
}

.news-latest-morelink a:hover {
}

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

.news-list-content {
}

.news-list-item {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

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

.news-list-subheader {
}

.news-list-title {
}

.news-list-title h2 {
	font-size: 1em;
}
.news-list-title h2 a {
	text-decoration: none;
}

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

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

.news-list-morelink a {
}

.news-list-morelink a:hover {
}


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

}

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

.news-single-title {
}

.news-single-subheader {
	margin-bottom: 1em;
	color: #666666;
}

.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: 2em;
}

.news-single-backlink a {
}

.news-single-backlink a:hover {
}

.news-single-additional-info {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
}

.news-single-additional-info dl {
}


.news-single-related,
.news-single-files,
.news-single-links {
	margin-bottom: 1em;
}

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

.news-single-related dd {
}

.news-single-files dd {
}

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

.news-single-related dd a,
.news-single-files dd a,
.news-single-links dd a {
	color: #000000;
}

.news-single-links dd {
}

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

.news-amenu-container ul {
	/*
	margin: 0px;
	padding: 0px;
	*/
}

.news-amenu-container ul li {
	margin-left: 15px;
}

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

.news-amenu-container ul li.news-amenu-item-year {
	margin-top: 5px;
	margin-left: 0px;
	font-weight: bold;
}

