@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-image: url(../user_upload/linie.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 5px 0px;
}

.news-latest-item a {
	color: #000000;
}

.news-latest-date {

}

.news-latest-subheader {

}

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

.news-latest-morelink a {
	color: #4C8CA5;
}

.news-latest-morelink a:hover {
}

.news-latest-archive {
	margin-top: 10px;
}

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

.news-list-content {
}

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

.news-list-date {
	position: relative;
	float:left;
	width: 70px;
	height: 50px;
	background-image: url(../images/gfx_calendar.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.news-list-subheader {
	width:430px;
}

.news-list-title {
	float: left;
	width: 380px;
}

.news-list-title h2 {
	margin-bottom:0px;
	}

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

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

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

.news-list-morelink a {
}

.news-list-morelink a:hover {
}

.news-list-date-day {
	width: 36px;
	height: 15px;
	color: #000;
	line-height: 18px;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}

.news-list-date-month {
	width: 36px;
	height: 13px;
	font-size:10px;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	margin-top: -1px;
}

.news-list-date-year {
	width: 36px;
	color: #666;
	font-size:10px;
	text-align: center;
}


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

}

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

.news-single-title {
	width:450px;
}

.news-single-subheader {
	margin:10px 0px 10px 0px;
	font-weight:bold;
	width:450px;
}

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

.news-single-image {
	margin-right:-9px;
	margin-top:-25px;
	width:360px;
	float:right;
}

.news-single-imgcaption {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.news-single-content {
	margin-bottom: 20px;
	width:450px;
}

.news-single-backlink {
}

.news-single-backlink a {
}

.news-single-backlink a:hover {
}

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

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

