/* CSS Document */

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

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

.anker{
	color: #ffffff;
	}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 9pt;
	font-weight: bold;
	color: #df3f41;

}

.newszeile {
	font-size: 9pt;
	color: #c32729;

}

.spruch{
	font-size: 9pt;
	color: #c32729;
	font-style: italic;
}

/* link*/

a { 
	color: #c32729;
	text-decoration: none; 
}

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

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

a.anker { 
	color: #c32729;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none; 
}
a.anker:link, a.anker:visited, a.anker:active { 
	color: #c32729;
	font-weight: bold;
	text-decoration: none; 
}

a.anker:hover {
	font-weight: bold; 
	text-decoration: underline;
} 
