<!--
/* CSS Document by move:elevator Florian Wentzel*/


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

.news-latest-container { 
	float:left; 
	clear:both;
}

.news-latest-container p { padding:}
.news-latest-item { }

.news-latest-date {padding: 0 0 0 5px;}
.news-latest-subheader {}
.news-latest-subheader a:link,
.news-latest-subheader a:visited,
.news-latest-subheader a:hover { text-decoration: none; }
.news-latest-subheader a:hover { text-decoration: underline;}
.news-latest-subheader .more-link { font-weight: bold;}

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

.news-list-container { 
	padding-bottom: 20px;
	float:left;
	clear:both;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 538px !important;
	width: 555px;
	padding: 0px 0px 10px 15px;
	margin: 0px 0px 0px 0px; 
}

.news-list-item { float:left; clear:both; width: 520px;}
#content .news-list-item h2 { 
	background-color: #93A1C3; 
	padding: 5px 0px 3px 5px; 
	width: 520px;
	border-top: 1px solid #748DB6;
}

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

#content .news-list-item-subheader { margin: 5px 0px 0px 10px;}
#content .news-list-item-subheader a:link,
#content .news-list-item-subheader a:visited,
#content .news-list-item-subheader a:hover { text-decoration: none; color: #5D5D5D;}
#content .news-list-item-subheader a:hover { text-decoration: underline; color: #336699;}

.news-list-morelink { border: 0px; text-align:right; clear:both; margin-top: -10px;}
.news-list-morelink  a:link,
.news-list-morelink  a:visited,
.news-list-morelink  a:hover { text-decoration: none; }
.news-list-morelink  a:hover { text-decoration: underline;}

#content .news-list-item img { border: 0px ; float:left; padding: 0 10px 0 0;}

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

.news-single-container {
	padding-bottom: 20px;
	float:left;
	clear:both;
	border: 1px solid #CCCCCC;
	width: 538px !important;
	width: 555px;
	padding: 0px 0px 10px 15px;
	margin: 0px 0px 0px 0px; 
} 

#content  .news-single-container h1 { margin: 10px 0px 15px 0px; font-size: 1.6em;}
.news-single-aufmacher { margin: 20px 40px 10px 0px; width: 500px;}
.news-single-aufmacherimage { float:left;}
.news-single-aufmacherimage img { border: 0px; margin: 0px 10px 0px 0px;}
.news-single-content { margin: 0px 40px 10px 0px; width: 500px; clear:both;}
.news-single-date { font-weight: bold; font-weight: bold;}
h2.news-subheader { }
.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; }



#content .news-single-content p,
#content .news-single-backlink p{
	padding: 5px 5px 0px 0px;

}

.news-single-backlink {
	border-top: 1px dotted #333333; 
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	width: 500px;
} 

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