@charset "utf-8";

/* ++++++++++ News ++++++++++ */

.newstable {
	margin:0;
	padding:0;
}

.newstable td {
	margin:0;
	padding:10px 0 10px 0;
	font-size:14px;
	text-align:left;
	vertical-align: top;

}

.newstable td span {
	font-style:normal;
	font-size:14px;
	display:block;

}

.newstable h1 {
	padding: 15px 0 25px 0;	
}

.newstable td p.newsTitle {
	font-size:18px;
	text-decoration:none;
	color:#636363;
}

.newstable tr td:first-child {
	padding: 10px 20px 0 0;	
}


.newstable tr td:first-child img {

	width:238px;


}




ul.newsteaser {
	margin:0;
	padding:0 10px 0 0px;
	list-style-type:none;
}

ul.newsteaser li {

	line-height:16px;
	padding:0;
	margin:0;
	text-transform:none;
	clear:both;
	font-size:19px;
	
}



#right ul.newsteaser li {
 border-bottom:1px dotted #666;
 padding: 10px 0 0px 0px;
}


ul.newsteaser li p {

	line-height:16px;
	padding: 0px 0 15px 0;
	margin:0;
	text-transform:none;
	clear:both;
	font-size:12px;
	
}


ul.newsteaser li a {
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	
}

ul.newsteaser li a:HOVER {
	text-decoration: underline;
	
}

a.news_lesen {
	padding: 0 0px 0 0;
	font-weight:normal;
}

a.news_back {
	padding: 0 0px 0 0px;
	font-weight:normal;
	text-decoration:none;
}

a.news_back:HOVER {

	text-decoration:underline;
}

.news_title {
	font-weight:bold;	
}

.news_title span {
	float:right;
}



