<!--
/* CSS Document (c) 2008 Florian Wentzel <>< MIT Wentzel - www.mit-wentzel.de */


/* ################################################################### */
/* LATEST */
/* ################################################################### */
.news-latest-container { 
	float:left; 
	clear:both;
	width: 100%;
}
.news-latest-item {
	float:left; 
	clear:both;
	width: 100%;

}

#pageContentCols .news-latest-item {
	padding-top: 0.8em;
	padding-bottom: 0.5em;
	border-bottom:  1px solid ;
}

.news-latest-item img { border: 0px;}
#pageContentCols .news-latest-img { float: left; width: 80px; }

h3.news-latest-title { margin: 0 0 0.2em 0; padding: 0 0 0 0;}

#pageContentCols p.news-latest-date {padding: 0 0 0 0; font-weight: bold;}
#pageContentCols p.news-latest-subheader { margin: 0 0 0 0;}

p.news-latest-subheader a { text-decoration: none; }
p.news-latest-subheader a:hover { text-decoration: underline;}
p.news-latest-subheader .more-link { font-weight: bold;}
#pageContentCols p.news-latest-newsarchive { text-align:right; padding: 10px 10px 0px 0px; clear:both;}
#pageContentCols h2.lay1-portlet-header {padding: 4px 10px; margin-top: 15px;}


/* ################################################################### */
/* LATEST auf der HOMEPAGE*/
/* ################################################################### */

#homeContentCols .news-latest-container {
	width: 300px;
}
#homeContentCols .news-latest-item {
	width: 280px;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
}
#homeContentCols .item-2 {
	border-top: 1px dotted;
	padding-top:  5px;
}
#homeContentCols .news-latest-img { float: left; width:40px; margin-right:10px; }
#homeContentCols span.news-latest-date {}
#homeContentCols h4 {padding: 0 0 5px 0;}
#homeContentCols h4 a {text-decoration: none;}
#homeContentCols h4 a:hover {text-decoration: underline;}

/* ################################################################### */
/* LIST */
/* ################################################################### */

.news-list-item {
  border-bottom: 1px dotted black;
  padding: 0px 5px 5px 0px;
  width: 95%;
  float:left;
  clear:both;
}
.news-list-item h2 {
  padding: 10px 0px 10px 0px; 
}

.news-list-item h2 .latest-h2 {}
.news-list-item h2 a:link,
.news-list-item h2 a:visited,
.news-list-item h2 a:hover { text-decoration: none; }
.news-list-item h2 a:hover { text-decoration: underline;}

.news-list-item img { border: 0px;}
.news-list-img { float: left; width: 130px;}

.news-list-item-subheader { font-size: 1.2em; line-height: 1.4em;}
.news-list-item-subheader a { text-decoration: none; color: #000000;}
.news-list-item-subheader a:hover { text-decoration: underline;}

.news-morelink {color: #003300; float:right; padding-top: 5px;}


/* ################################################################### */
/* Browselist */
/* ################################################################### */
.tx-ttnews-browsebox a {  border: 1px solid #E98300; font-weight: bold; padding: 1px 6px; display:block; text-decoration: none;}
.tx-ttnews-browsebox a:hover {  border: 1px solid #E98300; background-color: #E98300; color:#FFFFFF; font-weight: bold}

.tx-ttnews-browsebox-SCell a:link,
.tx-ttnews-browsebox-SCell a:visited,
.tx-ttnews-browsebox-SCell a:hover {  border: 1px solid #E98300; background-color: #E98300; color:#FFFFFF; font-weight: bold}

/* ################################################################### */
/* ARCHIVE MENUE */
/* ################################################################### */
.news-amenu-container ul { list-style: none; margin: 10px 0px;}
.news-amenu-container dd { font-weight:bold; border-bottom: 1px solid #003300; margin-top: 10px; font-size: 1.4em;}
.news-amenu-container a { text-decoration:none;}
.news-amenu-container a:hover { text-decoration:underline;}

/* ################################################################### */
/* SINGLE */
/* ################################################################### */

.news-single-aufmacher { width: 670px; float: left; clear: both; }
.news-single-cols { width: 670px; float: left; clear: both;}
.news-single-content {width: 420px; float: left; }
.news-single-image {width: 230px; float: left; margin-left: 20px;}
.news-single-image img { border: 0px;}
.news-single-date { font-size: 1.4em; font-weight: bold; margin-bottom: 5px; }
.news-single-author { margin: 1em 0; }
h2.news-subheader { font-size: 1.2em;}
.news-single-additional-info { }
.news-single-additional-info dt { font-weight: bold; padding: 5px 0px 5px 0px;}
.news-single-additional-info dd { padding: 0px 0px 6px 0px; }

.news-single-backlink {
	width: 670px; float: left; clear: both;
	border-top: 1px dotted #333333; 
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
} 

.news-single-backlink a:link,
.news-single-backlink a:visited,
.news-single-backlink a:hover {
	text-decoration: underline;
}
.news-single-backlink a:hover { 
	text-decoration: none;
	
}
	

