@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	font-size: 0.9em;
	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;
	font-size: 1em;
}
.copyright {
	font-size: 0.7em;
}
