/*Aktiver News Style*/
table.news {
	width: 420px;
	background-color: #012245;
	border: none;
}

td.newsheadline{
	width: 100%;
	text-align: center;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #012245;
	font-weight: bolder;
}

hr.news {
	border-top: 1px dotted #FFF;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

td.newsinfo {
	font-family: verdana, arial;
	font-size: 8pt;
	color: #FFF;
	text-align: center;
	width: 100%;
}

td.newsinfocomment {
	font-family: verdana, arial;
	font-size: 9pt;
	color: #FFF;
	text-align: center;
	width: 100%;
}



td.newscaption {
	font-family: verdana, arial;
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

td.shortnews {
	text-align: left;
	width: 100%;
}

td.longnews {
	text-align: left;
	width: 100%;
}

input.comment {
	background-color:#012245; 
	font-family:Verdana; 
	color:#FFFFFF;
	width:240px;
}

input.reset {
	width:150px;
}

.newstextarea {
	background-color:#012245; 
	font-family:Verdana; 
	color:#FFFFFF;
	width:240px;
	font-size: 10pt;
}
/*Ende*/