@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-color: #CCCCCC;
	outline: none;
}

p {
	font-size: 0.9em;
	line-height: 135%;
}
.text {
	font-size: 1.1em;
	line-height: 135%;
}
h1 {
	font-size: 1.5em;
	margin: 0px;
	line-height: 135%;
}
h2 {
	font-size: 1.25em;
	margin: 0px;
	line-height: 135%;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
	line-height: 135%;
}
h4 {
	font-size: 1.0em;
	margin: 0px;
	line-height: 135%;
}


/*
EM - PX zum kopieren oder nachschauen
10px = 0.6em
12px = 0.76em
14px = 0.9em
16px = 1.0em
18px = 1.12em
22px = 1.38em
26px = 1.63em
h1 – 1.5em
h2 – 1.25em
h3 – 1.1em
h4 – 1 em
*/
.gruen {
	color: #009933;
	font-weight: bold;
}
.copyright {
	font-size: 0.7em;
}
b { font-size: 10pt; font-family: Arial, Helvetica; font-weight: bold }
strong { font-size: 13px; font-family: Arial, Helvetica }
.tabhead {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.tabsubhead {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}
.weiss {color: #FFFFFF}

