/* =================================================== */
/*	css-File for News and the News-List	       */
/* =================================================== */
.newsData {
	float: right;
}
.newsContainer {
	/* border-top: 1px solid #E5E6E5; */
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsContainer h2, .newsContainer h2 a, .newsContainer .newsTitle {
	color: #FF7F00 !important;
	font-size: 12px;
	font-weight: bold;
}

.newsThumbnail {
	float: left;
	width: 65px;
	margin-right: 5px;
	/* border: 1px solid black; */
}

.toTextlink:visited, .toTextlink:active {
	text-transform: none;
}
.newsTeaser {
	width: 460px;
	float: left;
}
.newsTeaser a {
	font-size: 11px;
	text-decoration: none;
}
.newsTeaser p {
	margin-bottom: 0px !important;
}
/* =================================================== */
/* 	News article detail site		       */
/* =================================================== */
.newsArticle {
	width: 100%;
}

.newsArticle p {
	margin-bottom: 0px !important;
}

.newsAuthor {
	color: #000000;
	font-style: italic;
}

.newsImage {
	width: 200px;
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

.newsText {
	color: #000000;
	display: inline;
	margin-right: 10px;
}

.newsContact {
	color: #000000;
}

.newsInLink a:link, .newsInLink a:hover,  .newsInLink a:visted, 
.newsExLink a:link, .newsExLink a:hover,  .newsExLink a:visted {
	color: #F5F5F5;
}

.newsAttDescript {
	color: #F5F5F5;
}

.archiveNav { font-size: 11px; }

.archivNav a {
	color: #FF7F00;
	font-size: 11px;
	text-decoration: none;
}

.archivNav a:active { 
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}

.archivLink {
	width: 165px;
	float: right;
	background: url(../images/bg_subnav_inaktiv.jpg) repeat-x;
	font-size: 12px;	
}

.newsArchiveElement {
	font-size: 11px;
	color: #000000;
}

.newsArchiveElement a {
	text-decoration: none;
}

.newsArchiveElement p {
	margin-bottom: 0px !important;
}
.newsArchiveElement a:hover {
	text-decoration: underline;
}
.archiveLinkArea { 
	float: right;  
	width: 173px;
}
