
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #fff;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
float: left;
width: 100%;
background: none;

}

.news-latest-container H3,.news-latest-gotoarchive {
font-size: 1em;
font-weight: 400;
color: #444444;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
width: 29.33333333%;
float: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 1%;
margin: 1%;
background: #F7F7F7;
min-height: 200px;
}

.news-latest-item h3 {
font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.news-latest-item p {	
line-height: 1.5em;
}


.news-latest-item IMG {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin-bottom:15px;
	
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {

float: left;
width: 100%;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
width: 100%;
float: left;

}


.news-list-item {
	/* IE hack */
	
	/* IE hack end */
float: left;
padding-bottom: 20px;
margin-bottom: 20px;
width: 100%;
	}

.news-left {
float: left;
width: 25%;
	}

.news-right {
float: right;
width: 72%;
	}


.news-search-form {


}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3, .news-list-item_stellen H3 {
	margin-bottom: 5px;

}

.news-list-item_stellen H3 {
	color:#db0909;

}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED {
	color:#003F81;
}

.news-list-container H3 A:HOVER {
	color:#00C3E6;
}

.news-list-container P, .news-single-item P {
	padding-bottom:10px;

}
.news-list-date {
	float: left;
	width: 100%;
font-size: 0.8em;
border-bottom: 1px solid #ccc;
margin: 0px 0px 20px 0px;
padding: 0px 0px 5px 0px;
text-align: right;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;


	}

.news-list-container IMG {

	float: left;
	margin: 0px 20px 20px 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	
}
.news-list-morelink a, .news-single-backlink a, .news-latest-morelink a    { 
border: none;
  }
.news-list-morelink a:link, .news-latest-morelink a:link    { color: #fff; text-decoration: none; background-color: #00C3E6; padding: 5px 8px 5px 8px; margin-top: 10px; float: left; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; border: none; font-size: 0.9em;}
.news-list-morelink a:visited, .news-single-backlink a:visited, .news-latest-morelink a:visited { color: #fff; text-decoration: none;}
/* In Typo3 mit gleicher Farbe wie H1 ueberschreiben*/
.news-list-morelink a:hover, .news-latest-morelink a:hover { color: #fff; text-decoration: none;  background: #003F81;}
  
 .news-single-backlink a:link    { color: #fff; text-decoration: none; background-color: #00C3E6; padding: 5px 8px 5px 8px; margin-top: 10px; float: left; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; border: none; font-size: 0.9em;}
  
  .news-single-backlink a:hover { color: #fff; text-decoration: none;  background: #003F81;}
  

.news-list-browse {
	text-align: center;
background-color: #ffffff;
float: left;
width: 100%;
border-top: 1px solid #ccc;
padding-top: 20px;
margin-top: 20px;
list-style: none;

}

.news-list-browse ul {

float: right;

}


#content .news_pager ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#content .news-list-browse li{
list-style: none;
display: block;
	text-align: center;
background-color: #eeeeee;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
float: left;
padding: 5px 10px 5px 10px;
background-image: none;
text-align: right;
}

.news-list-browse li:last-child{border-right: 1px solid #ccc;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;}

.news-list-browse li:first-child{
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

li.news_active {
background: #FA7000;
color: #000;
}





	
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
float: left;

width: 100%;
}
#content .news-single-item H3, #content_70 .news-single-item H3 {
	color:#003F81;
}




.news-single-img {
	
	float: left;
	margin: 0px 20px 20px 0px;
width: 100%;

}

.news-single-img img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 20px;
}


.news-single-imgcaption {
display: none;
}

.news-single-category {

	float: right;
}

.news-single-timedata {
	float: right;
color: #007D40;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	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 Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}




