/*Tabellenausrichtung*/
.tbl{
	background-color: #efefef;
	width: 98%;
	height: 5;
	border: none;
}
/*PW-Seitenausrichtung*/
.f1{
	background-color : #efefef;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14pt;
	color : #000000;
	margin-top : 80pt;
	margin-bottom : 2pt;
}
/*Seitenausrichtung fuer alle Tabellen*/
.f2{
	background-color : #efefef;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14pt;
	color : #000000;
	margin-top : 2pt;
	margin-bottom : 2pt;
}
/*Ausrichtung fuer die Navigationsseite*/
.text {
	background-color : #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	color: #000000;
	margin-top : 4pt;
	margin-left : 5pt;
	text-align : center;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}
/*Ausrichtung fuer die Home-Seite*/
.disclaimer {
	background-color : #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color :#000000;
	margin-top: 125pt;
	text-align : justify;
	width: 98%;
}
/*Tabellenueberschrift*/
.tblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color : #000000;
	height: 20pt;
	background: #adaead;
	text-align : center;
	width: 98%;
}
/*Ausrichtung Url-Adressen*/
.text2 {
	background-color : #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color :#000000;
}
/*TD-Ausrichtung dunkel*/
.tblcol {
	background-color :#adaead;
	height: 1pt;
	width: 98%;
	font-size: 1pt;
	color :#adaead;
}
/*TD-Ausrichtung hell*/
.tblcolh {
	background-color : #efefef;
	height: 3pt;
	width: 98%;
}
/*Link Ausrichtung*/
        A:link {color="#000000";text-decoration: none;font-weight: normal;font-family: Arial, Helvetica, sans-serif;font-size: 9pt;}
        A:active {color="#ff0000";font-weight: normal;font-family: Arial, Helvetica, sans-serif;font-size: 9pt;}
       	A:visited {color="#0000cc";text-decoration: none;font-weight: normal;font-family: Arial, Helvetica, sans-serif;font-size: 9pt;}
	A:hover {color="#ff0000";text-decoration: none;font-weight: bold;font-family: Arial, Helvetica, sans-serif;font-size: 9pt;}
