<!--

/* CSS Document by move:elevator Florian Wentzel*/


/* ################################################################### */
/* LATEST */
/* ################################################################### */

.news-latest-container {
	margin: 0px 0px 0px 0px;
}
.home-content-left .news-latest-container { 
	width: 300px; 
	float:left; 
	clear:both; 
	padding-bottom: 20px;
}

.news-latest-container p { font-size: 1.2em; margin-bottom: 0.8em; }
.news-latest-item { float:left; clear:both; border-bottom: 1px solid #A0C200; width: 310px;}

.news-latest-date {font-size: 1.1em; padding: 0 0 0.5em 0;}
.news-latest-subheader { margin: 0.5em 0 0 0 0;}
.news-latest-subheader a:link,
.news-latest-subheader a:visited,
.news-latest-subheader a:hover { text-decoration: none; color: #505050;}
.news-latest-subheader a:hover { text-decoration: underline; color: #505050;}
.news-latest-subheader .more-link { color: #1F62AA; font-weight: bold;}

/* ################################################################### */
/* 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 { float: left; margin: 0 10px 5px 0; border: 0px;}

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

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


/* ################################################################### */
/* 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:link,
.news-amenu-container a:visited { text-decoration:none;}
.news-amenu-container a:hover { text-decoration:underline;}

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

.news-single-aufmacher { margin: 0px 20px 10px 0px; }
.news-single-content { margin: 0px 20px 10px 0px;}
.news-single-date { font-size: 1.1em; font-weight: bold; margin-bottom: 5px;}
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-image img { border: 0px;}

.news-single-backlink {
	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;
	
}
	
