body,h1,h2,h3,h4,p,ul,ol,li,div,td,th  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : #990000;
}

body.main  {
	background-repeat : repeat-y;
	background-attachment : fixed;
	padding : 0px;
}

p,li  {
	margin-top : 5pt;
	margin-bottom : 5pt;
}

p.einzug {
	margin-left : 30px;
}

h1  {
	font-size : 12pt;
	font-weight : bold;
	margin-top : 5pt;
}

h2  {
	font-size : 11pt;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom: 0px;

}

h3  {
	font-size : 10pt;
	font-weight : bold;
	margin-top : 5pt;
	padding-top: 15px;

}

h4  {
	font-size : 10pt;
	font-style : italic;
	font-weight : bold;
	margin-top : 5pt;
}

a:link  {
	text-decoration : none;
	color : #FF0000;
}

a:visited  {
	text-decoration : none;
	color : #FF0000;
}

a:hover  {
	text-decoration : none;
	color : #FF6600;
}

a:active  {
	text-decoration : none;
	color : #FF6600;
}

small  {
	font-size : 8pt;
}

small.very  {
	font-size : 6pt;
}

big  {
	font-size : 12pt;
}
p.abstand {
	margin-bottom: 15px;
	margin-top: 15px;


}

