/* CSS Document */

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

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 9pt;
}

/* News, Events und Quickfinder Definitionen */

.newszeile {
	font-size: 8pt;
	color: #000000;
}

/* link*/

a { 
	text-decoration: none; 
}

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

a:hover {
	text-decoration: underline; 
}

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

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