
body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background-color: #9cc;
	margin: 6px;
}

table.mainTable {
	background-color: #ffc;
}

tr.headerRow td   {
	margin-bottom: 3px;
	height:         100px;
	vertical-align: middle;
	border-bottom:  3px solid gray;
}

p.bodytext {
	font-size:   12pt;
	font-weight: bold;
}

p.standard {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size:   12pt;
	font-weight: bold;
}

p.align-right {
	font-size:   12pt;
	font-weight: bold;
	text-align: right;
}

div.frage_antwort {
	margin-top:  0px;
	font-family: Serif;
	font-size:   18pt;
	font-weight: bold;
	font-style:  italic;
}

div.frage_antwort p.frage {
	margin-top:  0px;
	color: rgb(214,0,99);
}

div.frage_antwort p.antwort {
	margin-top:  0px;
	text-align: right;
	color: teal;
}

td#content ul {
	font-size:   12pt;
	font-weight: bold;
}

td#content {
	padding:     5px 35px;
}


td#content a  {
	color:           black;
	text-decoration: none;
	border-bottom:   1px dashed black;
}

td#content h1  {
	font-size:    14pt;
	font-weight:  bold;
}

td#content h2  {
	font-size:    12pt;
	font-weight:  bold;
	text-decoration: underline;
}

td.footer {
	font-size:       8pt;
	background-color: #9cc;
	white-space:      nowrap }

td#rootline {
	font-size:       10pt;
	font-weight:      bold;
	background-color: #dbdb94;
	text-align:       right;
	height:           20px;
}

