
/*-----------------------------------  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:0px solid #89060c;

}
.news-latest-container HR.clearer {
	clear:left;
	margin: 0 0 -12px 0;
	padding: 0 0 0 0;
	border: 0px;
}

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

.news-latest-container {
	margin: -15px 0 35px -10px;
	padding: 10px;
	padding-bottom: 0px;
   width: 160px;
	border: 1px solid #999;
	background-color: transparent;
}
*html .news-latest-container {
	width: 180px;
	margin-right: -21px;
}
.news-latest-container H2, .news-latest-container H2 A:LINK, .news-latest-container H2 A:VISITED, .news-latest-container H2 A:HOVER {
   font-size: 12px;
	width: 170px;
	height: 14px;
	color:#333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	background-color: transparent;
}
.news-latest-gotoarchive {
	font-size: 12px;
	width: 170px;
	height: 14px;
	color:#333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	background-color: transparent;
	font-weight:bold;
	margin-top:0px;
	padding: 0px 0 0px 0px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#333;
}
.news-latest-gotoarchive A {
	color:#333;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 18px;
	color: #333;
	/* IE hack end */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}
.news-latest-item H3, .news-latest-item H3 A:LINK, .news-latest-item H3 A:VISITED, .news-latest-item H3 A:HOVER {
   font-size: 11px;
	color: #333;
	line-height: 14px;
	text-decoration: none;
	margin: 0 0 0px 0px;
	padding: 0 0 15px 0px;
}
*hmtl .news-latest-item H3, .news-latest-item H3 A:LINK, .news-latest-item H3 A:VISITED, .news-latest-item H3 A:HOVER {
   padding-bottom: 5px;	
}
.news-latest-item IMG {
   margin-top: 0px;
	margin-bottom:20px;
	margin-right:0px;
	border: 0px solid #000;
	/*float:left;*/
}
.news-latest-category IMG {
	border:none;
	margin:0px;
}
.news-latest-category {
   font-size: 12px;
	float: right;
	margin-top: -18px;
}
.subkasten h2 {
	color: #333;
	margin: 0px 0 20px 0px;
	padding: 0 0 0 -5px;
}
.news-latest-date, .news-latest-date A:LINK, .news-latest-date A:VISITED, .news-latest-date A:HOVER {
	font-size:11px;
	font-weight: bold;
	/*height: 12px;*/
	color: #89060c;
	/*width: 170px;*/
	margin: -2px 0px -5px -10px;
	padding: 0px 0 2px 10px;
	background-color: transparent;
	}
*html .news-latest-date, .news-latest-date A:LINK, .news-latest-date A:VISITED, .news-latest-date A:HOVER {
	margin-top: -4px;
}
.news-latest-morelink {
   font-size: 12px;
	height:14px;
}
.news-latest-morelink A {
	float:right;
	margin-top: 0px;
	color: #89060c;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
   width: 475px;
	border: 0px solid #999;
	background-color: transparent;
	margin-top: 20px;
}
*html .news-list-container {
	width: 472px;
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	/*padding:3px;
	margin:3px;*/
	border:0px solid #666;
	background-color: transparent;
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
   font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	padding: 0px;
	/*border-bottom: 0px solid #769024;*/
	background-color: transparent;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#89060c;
	padding-left: 0px;
}
.news-list-container H3 A {
	color:#89060c;
}
.news-list-container P {
	padding-left: 0px;
}
.news-list-date {
	/*float: right;*/
	color: #333;
	/*width: 180px;*/
	text-align: left;
	height: 18px;
	margin-right: 0px;
	font-size: 11px;
	font-weight: bold;
	background-color: #e1e1e1;
	border-top: 1px dashed #666;
	margin-top: 30px;
	padding-top: 5px;
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}
*html .news-list-date {
	/*float: right;*/
	color: #333;
	/*width: 180px;*/
	text-align: left;
	height: 18px;
	margin-right: 0px;
	font-size: 11px;
	font-weight: bold;
	background-color: #e1e1e1;
	border-top: 1px dashed #666;
	margin-top: 0px;
	padding-top: 3px;
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
	padding-bottom: 3px;
	}
	
.news-list-keywords {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font: italic;
}
.news-list-keywords {
	padding-bottom: 3px;
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
	}
.news-list-container IMG {
	float: left;
	border: 1px solid #fff;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
}
.news-list-category IMG {
	float: none;
	border: none;
	margin:0px;
}
.news-list-category {
	font-size: 12px;
	margin-top: 0px;
	float: right;
}
*html .news-list-category {
	font-size: 12px;
	margin-top: -16px;
	float: right;
}
.news-list-morelink  {
   font-size: 12px;
	margin-bottom: 3px;
	margin-top: -8px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
}
*html .news-list-morelink  {
   font-size: 12px;
	margin-bottom: 3px;
	margin-top: -8px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
}
.news-list-browse {
	text-align: center;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin: 40px 0px 15px 0px;
	border-top: 1px dashed #666;
	border-bottom: 0px dashed #666;
	padding: 0px 3px 3px 3px;
	background-color: transparent;
}
*html .tx-ttnews-browsebox {
	margin: 10px 0px 15px 0px;
	border-top: 1px dashed #666;
	border-bottom: 0px dashed #666;
	padding: 0px 3px 3px 3px;
	background-color: transparent;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox p {
	text-align: center;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-strong A, .tx-ttnews-browsebox-SCell A {
	font-weight: bold;
	color: #333;
}
.tx-ttnews-browsebox-SCell P, .tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell P A, .tx-ttnews-browsebox TD P A{
	margin:0px;
	color: #333;
}
.tx-ttnews-browsebox-SCell {
	background-color: #e1e1e1;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
   width: 474px;
	padding: 0px;
	margin: 20px 0 5px 0;
	border: 0px solid #666;
	background-color: transparent;
}
.news-single-item H2 {
   font-size: 18px;
   color: #89060c;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}
.news-single-keywords {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font: italic;
}
.news-single-keywords {
	padding-bottom: 3px;
}
.single-subheader-news {
	font-weight: bold;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-img {
	float: left;
	border: 0px solid #666;
	background-color: transparent;
	margin: 5px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.news-single-imgcaption {
   font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
   text-align: left;
   padding: 5px 0 0 0px;
	margin: 0 0 10px 0;
	/*width: 140px;*/
	min-width: 110px;
	max-width: 130px;
	clear:both;
}
*html .news-single-imgcaption {
	width: 110px;
}
.news-single-category {
	/*float: right;*/
}
.news-single-backlink, .news-single-backlink a {
   font-size: 12px;
	font-weight:bold;
   line-height: 23px;
	height: 22px;
	color:#333333;
	padding:0px 0px 0px 5px;
	margin:0px 0px 15px 0px;
	border-top: 0px dashed #666;
	border-right: 0px dashed #666;
	border-bottom: 0px dashed #666;
	border-left: 0px dashed #666;
	background-color: ThreedFace;
}
*html .news-single-backlink, .news-single-backlink a {
	margin-bottom: 0px;
}
.news-single-date {
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	color: #333;
	background-color: #e1e1e1;
	text-align: left;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0 2px 0;
}
.news-single-author {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-style: italic;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: ThreedFace;
/* 	clear: both; */
	margin-top: 15px;
	border: 0px solid #666;
	padding: 0px;
	padding-bottom:0px;
	border: 3px dashed ThreedFace;
	border-top: 0px dashed ThreedFace;
}
.news-single-links dd p A {
	font-size: 13px;
	font-weight: bold;
	line-height: 10px;
	color: #666
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 0px dashed #666;
	border-top: 3px solid ThreedFace;
	margin:0px 0 0 0px;
	padding: 5px 0 5px 10px;
	background-color: #fff;
}
.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left: 0px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left: 0px;
}

/*--------------------------------- tt_news Archivemenu (AMENU) ------------------------- */
.news-amenu-container {
   width: 464px;
	margin-top: 20px;
	padding: 10px 0 10px 10px;
	margin-bottom:0px;
	border: 1px dashed #666;
	background-color: transparent;
}
.news-amenu-container H2 {
	color:#89060c;
	margin: 0px 0 5px 0;
	padding: 0px;
	border: 0px solid #666;
	background-color: transparent;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 0px solid #666;
	text-align: left;
	background-color: transparent;
	color:#000;
}
.archivetitle {
	font-size: 14px;
	background-color: transparent;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}
.archivetitle A {
	color: #89060c;
}
/*--------------------------------- 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;
}

/*News Seach -----------------------------------------------------------------*/
.news-search-form {
   width: 464px;
	padding:5px;
	margin: 20px 0 5px 0;
	border:1px dashed #666;
	background-color: ThreedFace;
}
.news-search-emptyMsg {
   font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-search-emptyMsg {
	font-size: 12px;
	margin-left: 0px;
}

/*Termine---------------------------------------------------------------*/
.termine-latest-container {
   color: #333;
   margin-top: 20px;
	margin-bottom: 10px;
   width: 100%;
	border: 0px solid #333;
	background-color: transparent;
}
.termine-latest-ort {
   font-size: 12px;
	float: right;
	margin-top: -10px;
	padding-right: 10px;
}
.termine-list-h3 A {
   font-size: 13px;
	font-weight: bold;
	color: #89060c;
	padding-left: 15px;
}
.termine-list-item {
	/* IE hack */
	height: 1%;
	line-height: 18px;
	/* IE hack end */
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px 0 0px 0;
	border: 0px dashed #666;
	border-top: 3px solid #fff;
	background-color: #e1e1e1;
}
.termine-list-date {
	font-size:12px;
	font-weight: bold;
	height: 16px;
	color: #89060;
	border-bottom: 0px dashed #666;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 5px 0 2px 10px;
}
*html .termine-list-date {
	margin-bottom: -10px
}

/*Newsevent---------------------------------------------------------------*/
.eventtermine-list-container {
   color: #333;
   margin-top: 20px;
	margin-bottom: 10px;
   width: 100%;
	border: 0px solid #333;
	background-color: transparent;
}
.eventtermine-list-date {
	font-size:13px;
	font-weight: bold;
	height: 16px;
	letter-spacing: 1px;
	color: #89060;
	border-bottom: 0px dashed #666;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 9px 0 2px 10px;
}
*html .eventtermine-list-date {
   
	margin-bottom: -10px;
}
.eventtermine-latest-ort {
   font-size: 12px;
	letter-spacing: 0px;
	float: right;
	margin-top: -0px;
	padding-right: 10px;
	padding-left: 10px;
}
*html .eventtermine-latest-ort {
	line-height: 18px;
	padding-bottom: 13px;
}
.eventtermine-list-h3 A {
   font-size: 13px;
	font-weight: bold;
	color: #89060c;
	line-height: 18px;
	padding-left: 50px;
	/*padding-left: 115px;*/
}
.eventtermine-list-item {
	/* IE hack */
	height: 1%;
	line-height: 18px;
	/* IE hack end */
	padding: 0px;
	padding-bottom: 7px;
	margin: 0px 0 0px 0;
	border: 0px solid #666;
	border-top: 1px dotted #333;
	background-color: #e1e1e1;
}

/*Ausbildung------------------------------------------------------------*/
.ausbildung-list-container {
   color: #333;
   margin-top: 20px;
	margin-bottom: 10px;
   width: 100%;
	border: 0px solid #333;
	background-color: transparent;
}
.ausbildung-list-ort {
   font-size: 12px;
	float: right;
	margin-top: -28px;
	padding-right: 10px;
}
.ausbildung-list-h3 A {
   font-size: 13px;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
}
.ausbildung-list-item {
	/* IE hack */
	height: 1%;
	line-height: 18px;
	/* IE hack end */
	padding: 0px;
	padding-bottom: 2px;
	margin: 8px 0 0px 0;
	border: 0px dashed #666;
	border-top: 3px solid #fff;
	background-color: transparent;
}
*html .ausbildung-list-item {
   margin-top: 1px;
	padding-bottom: 12px;
}
.ausbildung-list-date {
	font-size:12px;
	font-weight: bold;
	height: 16px;
	color: #333;
	border-bottom: 0px dashed #666;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 5px 0 2px 10px;
}
*html .ausbildung-list-date {
	margin-bottom: -10px
}