/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */


hr{
	display: none;
}

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	display: none;

}
.news-latest-container HR.clearer {
	display: none;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	background-color:#F9FFE5;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
	float: left;
}
.news-single-item H3 {
	margin-bottom: 15px
}

.news-single-img {
	float: right;
	margin-left: 20px;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #5383b9;
	text-decoration: none;
}
.news-single-timedata {
	display: block;
	/*float: left;*/
	clear: right;
	padding-bottom: 10px;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
	color: #666666;
}

.news-single-author {
	padding-bottom: 3px;
}

.news-single-additional-info {
	background-color: #BBE53A;
/* 	clear: both; */
	padding:3px;
	padding-bottom:0px;
}

.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-browse
{
	text-align:center;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap
{
	margin:3px;
	padding:3px;
}

.tx-ttnews-browsebox TD
{
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell
{
	font-weight:bold;
}

.tx-ttnews-browsebox-SCell P, .tx-ttnews-browsebox TD P
{
	margin:0;
}

.tx-ttnews-browsebox-SCell
{
}

.news-search-emptyMsg
{
	font-size:11px;
	margin-left:10px;
}

/*-----Aktuelles----*/

#center #text_akt #text{
	width: 700px ! important;
	margin: auto ! important;
	padding-top: 10px ! important;
	padding-bottom: 10px ! important;
	background: url(../img/text_large_bottom-background.jpg) bottom no-repeat;
}

#center #text_akt{
	background: url(../img/text_large_bottom-background.jpg) bottom no-repeat;
}

#center #text_akt h1, #center #text_akt h2, #center #text_akt h3, #center #text_akt h4, #center #text_akt h5{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 7px;
	padding-left: 20px;
}

#center .newsitem_border{
	width: 220px ! important;
	margin: 10px 0 0 10px ! important;
	background: url(../img/newsitem_top-background_large.jpg) top no-repeat #5383b9 ! important;
}

#center .newsitem_border_right{
	width: 220px ! important;
	margin: 10px 0 0 0 ! important;
	background: url(../img/newsitem_top-background_large.jpg) top no-repeat #5383b9 ! important;
}

#center .newsitem{
	background: url(../img/newsitem_bottom-background_large.jpg) bottom no-repeat ! important;
}

#center .newsitem_inner{
	margin: auto ! important;
	width: 200px ! important;
	padding: 10px ! important;
	text-align: center ! important;
}

#center .newspic{
	padding-bottom: 10px ! important;
}

#center .newstext_border{
	width: 200px ! important;
	background: url(../img/newstext_top-background_large.jpg) top no-repeat #ffffff ! important;
}

#center .newstext{
	background: url(../img/newstext_bottom-background_large.jpg) bottom no-repeat ! important;
}

#center .newstext_inner{
	text-align: left ! important;
	margin: auto ! important;
	width: 170px ! important;
	padding: 15px ! important;
}

#center .newstext_inner a{
	color: #5383B9 ! important;
	text-decoration: underline ! important;
}

#center .newstext_inner a:hover{
	color: #f19c21 ! important;
}

#center .newstext_inner h2{
	font-size: 12px ! important;
	color: #5383B9 ! important;
	font-weight: bold ! important;
}

#center #text_akt .newstext_inner h2{
	padding-left: 0;
}
#text p img {
	margin:10px;
}