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

.white {
	font-size: 12px;
	font-weight: bold;
	color: #010101;
	padding-left: 5px;
}

.blacklink {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}


/* News, Events und Quickfinder Definitionen */


.header {
	font-size: 12pt;
	font-weight: bold;
	color: #426779;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.header, a.header:link, a.header:active, a.header:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #426779;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.header:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #426779;
    text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subheader {
	font-size: 10pt;
	color: #426779;
	margin: 0pt; 
	padding-bottom: 3px;
}


.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #585858;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

.quickzeile {
	font-size: 10pt;
	color: #585858;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* link*/

a { 
	text-decoration: none; 
}

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

a:hover {
	font-weight: normal; 
}

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

a.newszeile {
    color: #426779;
}

a.newszeile:hover {
	color: #426779;
	font-weight: normal; 
    text-decoration: underline;
}

a.newszeile:active {
	color: #426779;
	font-weight: normal; 
    text-decoration: underline;
}

.data {
    font-size: 7pt;
    font-weight: normal;
    color: #000000;
}


