/* ---------------------------------------------- */
/* ---------------  PAGE BROWSER  --------------- */
/* ---------------------------------------------- */

.tx-ttnews-browsebox {
	font-size: 11px;
	text-align: center;
}

.tx-ttnews-browsebox-table {
	text-align: center;
	margin: 0px auto;
}

.tx-ttnews-browsebox-table a {
	padding: 0px 5px;
}
.tx-ttnews-browsebox-table a:hover {
}

/* ---------------------------------------------- */
/* --------------  LISTEN ANSICHT  -------------- */
/* ---------------------------------------------- */

#col_left .listNews_item {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	clear:both;
}

#col_left .listNews_title h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

#col_left .listNews_title a {
	color: #f29400;
	text-decoration: none;
}

#col_left .listNews_title a:hover {
	color: #f29400;
	text-decoration: underline;
}

#col_left .listNews_img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#col_left .listNews_text {
	margin-bottom: 10px;
}

#col_left .listNews_datetime {
	line-height: 1.8em;
	font-size:11px;
	color: #999999;
}

#col_left .listNews_readmore {
	text-align: left;
}

#col_left .listNews_readmore a {
}

#col_left .listNews_readmore a:hover {

}



/* ---------------------------------------------- */
/* --------------  LATEST ANSICHT  -------------- */
/* ---------------------------------------------- */

#col_middle .latestNews {
	margin-top: 20px;
}

#col_middle .latestNews_item {
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
	height:auto;
	position:relative;
	float:left;
	
}

#col_middle .latestNews_readmore {
	text-align: right;
	padding-right: 10px;
	background-image: url(../images/site/icon_arrow_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	float:left;
	clear: both;
}

#col_middle .latestNews_readmore a {
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
	color: #666666;
}

#col_middle .latestNews_readmore a:hover {
	color: #f29400;
}

#col_middle .latestNews_date {
	font-size: 10px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 1em;
	margin-right:5px;
	float:right;
	width:50px;

}

#col_middle .latestNews_img {
	float: right;
	margin-left: 0px;
	margin-bottom: 10px;
	width:50px;
}

#col_middle .latestNews_text {
	font-size: 11px;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 5px;
	float:left;
}

#col_middle .latestNews_subheader {
	font-size: 11px;
	line-height: 1.5em;
	color: #000000;
	margin-bottom: 5px;
	float:left;
	width:130px;
}

#col_middle .latestNews_title {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	float:left;
	clear:both;
	width:135px;
}

#col_middle .latestNews_title a {
	color: #f29400;
	text-decoration: none;
}

#col_middle .latestNews_title a:hover {
	color: #f29400;
}

/* ---------------------------------------------- */
/* --------------  SINGLE ANSICHT  -------------- */
/* ---------------------------------------------- */


#col_left .singleNews_item {
	
}

#col_left .singleNews_content {
	float:left;
	width:500px;
	
}


#col_left .singleNews_title h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

#col_left .singleNews_title a {
	color: #f29400;
	text-decoration: none;
}

#col_left .singleNews_title a:hover {
	color: #f29400;
	text-decoration: underline;
}

#col_left .singleNews_img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:right;
	position:relative;
	width:150px;
}

#col_left .singleNews_text {
	margin-bottom: 10px;
	float:left;
	position:relative;
	width:300px;
}

#col_left .singleNews_datetime {
	line-height: 1.8em;
	font-size: 11px;
	color: #999999;
}

#col_left .singleNews_backLink {
	padding-top: 20px;
	text-align: left;
}

#col_left .singleNews_backLink a {
}

#col_left .singleNews_backLink a:hover {
}


#col_left .singleNews_relatedLinks {
	padding-top: 10px;
	border-top: 1px solid #CCC;
	font-size: 11px;
	clear: both;
}

#col_middle .singleNews_relatedLinks a {
	color: #666666;
	text-decoration: none;
}

#col_left .singleNews_relatedLinks a:hover {
	text-decoration: underline;
}

#col_left .singleNews_relatedLinks_urls {
	padding-bottom: 10px;
}

#col_left .singleNews_relatedLinks_files {
	padding-bottom: 10px;
}

#col_left .singleNews_relatedLinks_files img {
	margin-right: 5px;
}

#col_left .singleNews_relatedLinks_news {
	margin-bottom: 10px;
}


