body {
	margin-top :20px;
	margin-left:50px;
	margin-right:10px;
	margin-bottom:10px;
	background-color : #E4E9C5;
}
 
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i ,a 
{
	font-family : Verdana, sans-serif;
	color: Teal;
}

p,ul,ol,li,div,td,th,address,nobr,b,i,blockquote 
{
	font-size :10pt;
	font-family : Verdana, sans-serif;
}

h1 {
	font-size : 20pt;
	font-family : Verdana, sans-serif;
}

h2 {
	font-size : 18pt;
	font-family : Verdana, sans-serif;
}

h3 {
	font-size : 16pt;
	font-family : Verdana, sans-serif;
}
 
h4 {
	font-size : 12pt;
	font-weight: bold;
	font-family : Verdana, sans-serif;
}

.grau12{
	font-size : 12pt;
	font-weight:bold;
	font-family : Verdana, sans-serif;
	color: Gray;
}

.bold12{
	font-size : 12pt;
	font-weight:bold;
	font-family : Verdana, sans-serif;
}

.bold14{
	font-size : 14pt;
	font-weight:bold;
	font-family : Verdana, sans-serif;
}

.bold16{
	font-size : 16pt;
	font-weight:bold;
	font-family : Verdana, sans-serif;
}

.fs9{
	font-size:9pt
}

.fs8{
	font-size:8pt
}

.fs8top{
	font-size:8pt;
	vertical-align:top
}

.fs9rechts {
	font-size:9pt;
	text-align:right;
	vertical-align:top
}

.normal {
	font-size:10pt;
}

.rechts {
	text-align:right;
	vertical-align:top
}

.oben {
	vertical-align:top
}

.unten {
	vertical-align:bottom
}

.mitte {
	text-align: center
}

.quelle8 {
	color:#999999;
	font-size:8pt
}

a {
	text-decoration : none;
	color : Teal;
}

a.menu {
	text-decoration : none;
	color : Teal;
	vertical-align:top
}

a.menub {
	text-decoration : none;
	color : Teal;
	font-weight:bold;
	vertical-align:top
}

a:hover {
	text-decoration : underline;
	color : #0000ff;
}

