body {
  font-family:sans-serif;
  font-size:1em;
  color:black;
  background-color:#C5C6C8;
}
table.example {
	border:1px solid black;
	border-collapse:collapse;
	width:100%;
}
table.example th, table.example td {
	border:1px solid #aaaaaa;
	padding: 0px 15px 0px 15px;
	text-align:center;
}
table.example td.left, table.example th.left {
  text-align:left;
}
table.example thead th {
	background-color:#004394;
  color:white;
}
table.example thead td {
	background-color:#6E6F70;
}
table.example td.left:hover {
	background-color:#AAAAAA;
}
table.example tfoot td {
	background-color:#6E6F70;
}
table.example tfoot td.mark:hover {
	background-color:#C5C6C8;
}
table.example a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #6E6F70;
	margin:0px 5px 0px 5px;
}
table.example a.currentpage {
	background-color:yellow;
}
a {
  text-decoration:none;
}
a:link {
  color:#004394;
}
a:hover {
  color:#000000;
}
a:visited {
  color:#000000;
}
div.headline {
  width:100%;
  height:55px;
  font-size:30px;
  font-weight:bolder;
  text-align:center;
  background-image:url("normen.png");
  background-repeat:no-repeat;
  background-position:top right;
  background-color:#C5C6C8;
  border:0px solid red;
  z-index=5
}
div.warning {
  float:run-in;
  position:absolute;
  top:5px;
  left:5px;
  z-index:0;
}
td.small{
  font-size:10px;
}
div.left {
  font-size:12px;
  text-align:left;
}
/* Striping */
tr.alternate {
	background-color:#FFFFFF;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}