/* CSS Document */


body, td, div {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


.newstitle {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;

} 

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

.quickzeile {
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;


}


/* link*/

a { 
	text-decoration: none;
}

a:link, a:visited, a:active{
	font-weight: normal; 
}

a:hover {
	text-decoration: underline;
}


a.newszeile { 
	color: #000000;
	text-decoration: none; 
}

a.newszeile:hover {
	color: #000000;
	text-decoration: underline;
}

