/* CSS Document */

/* Fliesstext */
#block {
	text-align:justify;
	}
p {
	font-size:12pt;
	color:#000000;
	line-height:135%;
	text-align:justify;
	}

.textrot {
	font-size:12pt;
	color:#A70101;
	font-family:SimHei;
	font-family:Arial;
	line-height:135%;
	}
	
.tabellerot {
	font-size:10pt;
	color:#A70101;
	font-family:SimHei,Arial
	}
		
.textweiss {
	font-size:11pt;
	color:#FFFFFF;
	font-weight:bold;
	font-family:SimHei,Arial;
	}
	
.h1 {
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	line-height:120%;
	}
	
.h2 {
	font-size:12pt;
	color:#A70101;
	font-weight:bold;
	line-height:120%;
	}

/* Linktext / kleiner Text */

.linkklein  {
	font-size:8pt;
	color:#A70101;
	text-decoration:underline;
	}
	
.textklein a {
	font-size:8pt;
	color:#A70101;
	text-decoration:underline;
	}
	
.textklein {
	font-size:8pt;
	color:#000000;
	text-decoration:none;
	font-family:SimHei,Arial;
	}
	
.texttabelle {
	font-size:9pt;
	color:#000000;
	font-family:SimHei,Arial;
	}
	
.linktabelle {
	font-size:9pt;
	color:#A70101;
	font-family:SimHei,Arial;
	text-decoration:underline;
	}
	
a:visited {
	font-size:10pt;
	color:#A70101;
	font-family:SimHei,Arial;
	}
	


