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:"« ";
}
h3{
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	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 thead > tr >  th {
	font-weight:bold;
}
table tbody > tr > th {
	font-weight:normal;
}
table.kopf{
	padding:0pt;
	width:100%;
}
table.kopf th{
	padding:0pt;
	text-align:center;
	width:100%;
}
table.kopf td{
	padding:0pt;
	width:100px;
}
table.formular{
	margin:5px auto;
	width:300px;
}
table.formular caption{
	font-weight:bold;
	padding:5px;
}
table.formular > thead > tr > th{
	background-color:#D0D0D0;
	border:solid 1px #EEEEEE;
	border-bottom:none;
	font-size:9pt;
	padding:5px;
	text-align:center;
}
table.formular > thead > tr > td,
table.formular > tbody > tr > th{
	background-color:#E0E0E0;
	border:solid 1px #BBBBBB;
	border-bottom:none;
	font-size:9pt;
	padding:5px;
	text-align:center;
}

table.formular td{
	border:solid 1px #AAAAAA;
	font-size:9pt;
	padding:3px;
}
table.liste > thead > tr > th,
table.navigation > thead > tr > th{
	background-color:#EEEEEE;
	border:solid 1px #DDDDDD;
	border-bottom:none;
	font-size:9pt;
	padding:5px;
	text-align:center;
}
table.liste > tbody > tr > th,
table.navigation > tbody > tr > th{
	background-color:#DDDDDD;
	border:solid 1px #CCCCCC;
	border-bottom:none;
	font-size:9pt;
	padding:5px;
	text-align:center;
}
table.hinweis td,
table.formular td,
table.navigation td{
	border:solid 1px #AAAAAA;
	font-size:9pt;
	padding:3px;
}
table.navigation td {
	padding:3px;
	text-align:center;
}
td.noborder {
	border:none;
}
span[title] {
	border-bottom:1px dotted #000000;
	cursor:help;
}
abbr[title] {
	border-bottom:1px dotted #000000;
	cursor:help;
}
a > img {border:none;}
input[readonly],select[readonly],textarea[readonly] {background-color:#DDDDDD;}
#suchergebnis div {display:inline;}
.hidden {display:none !important;}
.datepicker {position:absolute;}
