body {
	font-family: Arial, Verdana;
	text-align: center;
	background: #CCCCFF;
	margin: 0px;
	margin-top: 10px;
}

img {
	border: 0px;
	vertical-align: middle;
}

img.frame {
	border: 1px;
	border-style: solid;
}

hr {
	border: 0px;
	background-color: gray;
	height: 1px;
}

table {
	border: 0px;
	font-size: 9pt;
}

h5 {
	font-size: 13pt;
	color: blue;
}

h5.fwsuche {
	font-size: 12pt;
	color: #CCFF33;
}

table.haupt {
	width: 800px;
    text-align: left;
}

table.top {
	width: 800px;
    text-align: left;
	border-style: solid;
	border-color: black;
	border-bottom: 0px;
	border-width: 1px;
}

table.balken {
	background-color: #AAAAAA;
	height: 20px;
	width: 800px;
	text-align: left;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

table.pageframe {
	width: 100%;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

tr.headerline {
	background-color: #CCBB88;
	color: black;
	font-weight: bold;
	text-align: center;
}

tr.fett {
	color: black;
	font-weight: bold;
}

tr.einsaetze {
	background-color: #CC6666;
}

table.page {
	width: 100%;
	background-color: #FF6666;
}

table.menu {
	width: 100%;
	background-color: #AAAAAA;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

td.linktable {
	border-style: none;
	border-width: 1px;
	border-color: black;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	padding: 3px;
	margin-bottom: 2cm;
}

td.linktablezwischen {
	border: 0px;
	font-size: 1pt;
}

td.linktableext {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-top: 0px;
	font-weight: bold;
	font-size: 7pt;
	padding: 0px;
	margin-bottom: 2cm;
}

input {
	font-size: 8pt;
}

textarea {
	font-size: 8pt;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.menulink {
	background-color: none;
	font-weight: bold;
	color: #2222FF;
	display: block;
}

a.menulink:hover {
	background-color: white;
	font-weight: bold;
	color: red;
}

a.menulinkselect {
	background-color: white;
	font-weight: bold;
	color: black;
	display: block;
}

a.linkbalken {
	color: black;
	font-weight: bold;
}

a.linkbalken:hover {
	color: red;
}