/* CSS Document */

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

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

.suche {
	font-size: 10pt;
	font-weight: normal;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 9pt;
	font-weight: bold;
	color: #0c8441;
	text-decoration: none; 
}

a.newstitle, a.newstitle:hover, a.newstitle:link, a.newstitle:active, a.newstitle:visited{
	font-size: 9pt;
	font-weight: bold;
	color: #0c8441;
	text-decoration: none; 
}


.newszeile {
	font-size: 9pt;
	color: #333333;
    font-weight: bold;
}

/* link*/

a { 
	color: #335c9e;
	text-decoration: none; 
}

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

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

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

a.newszeile:visited {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

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



