/* CSS Document */

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

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 9pt;
	font-weight: bold;
	color: #3966a8;
	padding-bottom: 10px;
}

.newszeile {
	font-size: 8pt;
	color: #000000;
	padding-right: 10px;
}

.newsdatum {
	font-size: 8pt;
	color: #000000;
	padding-right: 10px;
}

/* link*/

a { 
	text-decoration: none; 
	color: #3966a8;
}

a:link, a:visited, a:active{
	color: #3966a8;
}

a:hover {
	text-decoration: underline; 
}

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

a.newszeile:hover {
	color: #3966a8;
}

a.newstitle { 
	color: #000000;
	text-decoration: none; 
	font-weight: bold; 
}

a.newstitle:hover {
	color: #3966a8;
}


