/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
body, td, div  { font-size: 12pt; font-family: Arial, sans-serif;}
form { margin: 0pt; padding: 5pt }

h1 {
font-size: 14pt;
}

h2{
font-size: 12pt;
}

h3{
font-size: 10pt;
}

.smalltext {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #000000;
}


/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 14pt;
	color: #0075B2;
	padding-top: 0px;
	padding-bottom: 0px;
}

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

.quickzeile {
	font-size: 12pt;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* link*/

a { 
	text-decoration: none; 
}

a:link{
	color: #0060FF;
	font-weight: normal; 
}

a:visited{
	color: #0068C7;
	font-weight: normal; 
}

a:active{
	color: #0056A4;
	font-weight: normal; 
}

a:hover {
	color: #0060FF;
	font-weight: normal; 
}

a.news { 
	color: #0060FF;
	text-decoration: none; 
}

a.newszeile:hover {
	color: #0060FF;
	font-weight: normal; 
}

a.newszeile:active {
	color: #0056A4;
	font-weight: normal; 
}
