/** TT News Plugin **/

div#edList {
}

div.edListBox {
	float:left;
	background:url(../images/bgBox.jpg) top left no-repeat;
	margin: 10px 5px 5px 3px;
	width: 270px;
	overflow:hidden;
	display:inline;
}

div.edListTitle {
	margin-left:15px;
	margin-top:12px;
	display:block;
	padding: 0px 0px 0px 0px;
	width: 250px;
	height: 24px;
	border-bottom:1px solid #3A0000;
	border-bottom-width:90%;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
}


div.edListContent {
	width: 250px;
	margin-left:15px;
	padding: 10px 0px 0px 0px;
	border-right: #E0C4DD solid 0px;
	margin-top: 3px;
}

	div.edListContent .Image {
		padding: 0px 3px 0px 2px;
		border:0px solid #ffffff;
		float:left;
	}


	div.edListContent .Image  img{
		border:2px solid #CDA047;
	}

	div.edListContent .Image  img.spacer-gif{
		border:0px solid #fff333;
	}


	div.edListContent .Image  font{
		color:#ffffff;
		background:#CDA047;
		display:block;
		padding-left:1px;
	}

	div.edListContent .Text {
		padding: 0px 0px 0px 0px;
		color:#000000;
	}
	
	div.edListContent .Text p {
		margin: 3px 0px 3px 0px;
	}
	
div.Link {
	padding: 5px 2px 0px 2px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

div.Link a {
	color: #7F3232;
	padding-left:2px;
}

/** News Single View **/
div.edSingle {
	float:left;
	height: 100%;
	width: 550px;
	margin-left:0px;
	display:block;
}

	div.edSingle .p {
		padding: 0px 0px 0px 5px;
		color:#000000;
	}
	
	div.edSingle p.bodytext {
		margin: 0px 0px 10px 0px;
		color:#000000;
	}
	
	div.edSingle .Link {
		padding: 0px 0px 0px 0px;
	}


div.edSingleTitle {
	color:#663300;
	font-size:140%;
	border-bottom:1px dotted #336600;}
	
}

div.edSingleTitle font strong {
	color:#663300;
	font-size:140%;}
	
}

div.edSingleUntertitle {
	padding: 0px 0px 0px 0px;
	font-size: 12px!important;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
}

div.edSingleContent {
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-weight: normal;
}

div.edSingleDate {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-align:right;
	color: a8a8a8;
	line-height:15px;
	font-weight: bold;
}

div.edSingleFooter {
	margin: 0px 0px 5px 0px;
	border: solid #663300 1px;
	padding-left:5px;
	text-align: left;
	float:left;
	width: 100%;
	background:#efefef;
}

.news-single-related, .news-single-files, .news-single-links {
border: 1px #666666 solid;
width:545px;
margin-top: 10px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 3px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
background-color: #ffffff;
}
	
.news-single-backlink, .news-single-backlink a {
font-weight: bold;
font-size: 10px;
margin-bottom: 15px;
margin-top: 10px;
color:#a8a8a8;
}

.news-single-timedata, .news-single-author, .news-single-imgcaption {
font-size: 9px;
background:#a8a8a8;
color:#ffffff;
font-weight:italic;
}

/** News Latest **/

div.news-latest {
	width:161px;
	
	border: 1px solid #000000;
	
	margin-top:15px;
	background-color: #FFFFFF;
	
}
	
div.news-latest-title {
	background:url(../images/bg_news_latest.jpg) top left no-repeat;
	font-weight:bold;
	
	padding: 4px 4px 4px 4px;
	
	background-color: #FFCC66;
}

div.news-latest-title a:link,
div.news-latest-title a:visited,
div.news-latest-title a:active,
div.news-latest-title a:hover {
	color:#ffffff;
	text-decoration:none;
	font-size: 11px;
}

div.news-latest-datum {
	color:#ffffff;
	text-align:right;
	padding-right:2px;
	font-size:10px;
	display:none;
}

div.news-latest-datum a:link,
div.news-latest-datum a:active,
div.news-latest-datum a:visited,
div.news-latest-datum a:hover {
	color:#ffffff;
	text-decoration:none;
	font-size:10px;}

div.news-latest-weiter {
	padding-bottom:10px!important;
}

div.news-latest-weiter a:link,
div.news-latest-weiter a:active,
div.news-latest-weiter a:visited,
div.news-latest-weiter a:hover {
	padding-left: 4px;
	color:#CC6600;
	text-decoration:none;
	font-size:10px;}

div.news-latest-inhalt .bodytext {
	color:#000000;
	font-size:100%;
	padding: 4px 4px 4px 4px
}