/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
body, td, div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

.rubrik {
	font-size: 9pt;
	color: #515050;
	vertical-align: middle;
	border: 0px;
	padding: 0px;
}

/* link*/

a { 
	text-decoration: none; 
}

a:link, a:visited{
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active{
	font-weight: normal;
	text-decoration: underline;
}

a.news { 
	color: #0065a6;
	text-decoration: none; 
}

a.newszeile, a.newszeile:link, a.newszeile:visited{
	color: #0065a6;
	font-weight: bold;
	text-decoration: none;
}

a.newszeile:hover, a.newszeile:active {
	color: #0065a6;
	font-weight: bold;
	text-decoration: underline;
}


