/* 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;
}

/* News, Events und Quickfinder Definitionen */

.fronttitles {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
}

.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

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

/* link*/

a { 
	text-decoration: none; 
}

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

a:visited {
	font-weight: normal; 
}



a:hover {
	text-decoration: underline; 
}

a.newszeile { 
	text-decoration: none; 
}

a.newszeile:hover {
	text-decoration: underline; 

}

a.submenu {
	color: #002d71;
	text-decoration: none; 
}

a.submenu:hover {
	color: #002d71;
	text-decoration: underline; 
}

a.submenuover {
	color: #002d71;
	text-decoration: underline; 
}


