body{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10pt;
}
a{
	color:Blue;
	text-decoration:none;
}
a:active,
a:hover{
	color:red;
}
h1,h2,h3,h4,h5,h6{
	margin:0pt;
}
h1{
	font-size:24px;
	font-weight:bold;
}
h2{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
h2:before {
	content:"« ";
}
h2:after {
	content:" »";
}
h3{
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	text-indent:15px;
}
h3:before {
	content:"» ";
}
h4{
	color:red;
	font-size:12px;
	font-weight:bold;
}
h5{
	font-size:8pt;
	font-weight:bold;
}
h6{
	font-size:6pt;
	font-weight:normal;
}
table{
	border-collapse:collapse;
	margin-top:5px;
	margin-bottom:5px;
}
table.kopf{
	padding:0pt;
	width:100%;
}
table.kopf th{
	padding:0pt;
	text-align:center;
	width:100%;
}
table.kopf td{
	padding:0pt;
	width:100px;
}
table.liste th,
table.formular th,
table.navigation th{
	background-color:#eee;
	border:solid 1px #ddd;
	border-bottom:none;
	font-size:9pt;
	padding:5px;
	text-align:center;
}
table.hinweis td,
table.formular td,
table.navigation td{
	border:solid 1px #aaa;
}
table.navigation td {
	padding:3px;
	text-align:center;
}
td.noborder {
	border:none;
}
