/** TT News Plugin **/

div#edList {
}
div.edListBox {
	float:left;
	height: 200px;
	width: 180px;
	background-image: url(../images/newsbox.jpg);
	background-repeat: no-repeat;
	margin-right: 7px;
}
div.edListTitle {
  padding:2px;
	margin: 5px;
	width: 94%;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
 background-color:#075f35;
 text-align:center;
}
div.edImage {
		width:180px;
		text-align: center;
		height: 145px;
		
	}

		div.edImage img {

		}
		
		div.edImage img.spacer-gif {
		}
		
		div.edImage font {
		color:#393939;
		height:12px;
		}




div.edListContent {
	width: 160px;
	margin-left:15px;
	padding: 5px 0px 0px 3px;
	margin-top: 0px;
	background:#087f49;
	display: none;
}

	div.edListContent .Image {
		padding: 0px 0px 0px 2px;
		border:0px solid #ffffff;
	}

	div.edListContent .Text {
		padding: 0px 0px 0px 0px;
		color:#000000;
	}
	
	div.edListContent .Text p {
		margin: 0px 0px 3px 0px;
	}
	
div.Link {
	font-size: 12px;
	font-weight: bold;
	
 text-align:center; 
  width:100%; 
}

div.Link a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left:9px;
 padding-right:9px; 
 margin-bottom:5px;
  background-color:#075f35; 
}

/** News Single View **/
div.edSingle {
	float:left;
	height: 100%;
	width: 562px;
	margin-left:0px;
	display:table;
	font-size:smaller;
}

	div.edSingle .p {
		padding: 0px 0px 0px 5px;
		color:#000000;
	}
	
	div.edSingle p.bodytext {
		margin: 0px 0px 10px 0px;
		color:#000000;
		font-size:100%;
	}
	
	div.edSingle .Link {
		padding: 0px 0px 0px 0px;
	}


div.edSingleTitle {
	padding: 4px 0px 0px 2px;
	display:block;
	font-size: 120%;
	color: #1B1B00;
	font-weight: bold;
}

div.edSingleTitle font strong {
	font-size: 120%;
	color: #1B1B00;
	font-weight: bold;
}

div.edSingleUntertitle {
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
}

div.edSingleContent {
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-weight: normal;
	font-size:120%;
}

div.edSingleContent td font {
	padding: 0px 0px 0px 0px;
	color: #848484;
	background:#efefef;
	width:100%;
	font-weight: normal;
	font-style:italic;
	font-size:80%;
}

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-top: solid #95809F 0px;
	text-align: left;
	float:left;
	width: 100%;
}

.news-single-related, .news-single-files, .news-single-links {
border: 1px #666666 solid;
width:100%;
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;
}

/* STYLES FOR NEWS NEUVORSTELLUNGEN */
.news-latest-right-container {
}

.news-latest-right-item {	
}

.news-latest-content{

}
.news-latest-right-content {
		font-family: Arial;
		font-size:10px;
		text-align:left;
		color:#3F3F3F;
		padding-left: 12px;
		padding-top: 10px;
		padding-bottom:10px;
		width: 142px;
}

	.news-latest-right-content p.bodytext {
		font-family: Arial;
		font-size:10px;
		text-align:left;
		color:#3F3F3F;
	}
 
 .news-latest-right-image {
	margin-left: 13px;
	margin-top: 2px;
	width: 128px;
	height: 158px;
}

.news-latest-right-header {
	line-height:22px;
	width: 135px;
	overflow: hidden;
	padding-top: 7px;
	padding-left: 13px;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}

.news-latest-right-header a {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}

.news-latest-right-header strong {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}

.news-latest-right-morelink {
	background-color: #075f35;
	margin-left: 13px;
	margin-right: 12px;
	text-align: left;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	font-size:12px;
}

.news-latest-right-morelink a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}

.news-latest-right-morelink strong a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}

.news-latest-right-morelink strong {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}


