BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color : White;
	color: #000066;
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
.text {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000066;
}
.errortext {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	background-color: Red;
}
.baustelle {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	background-color: orange;
}
.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000066;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #000066;
	background-color: #EDEDED;
	border-color: #878787 #878787 #878787 #878787;
}
TH.hgheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #000066;
	background-color : #99CCFF;
	text-align: left;
}
TH.rubrikheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #EDEDED;
	text-align: left;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
TD.aktion {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	background-color: #ffffcc;
}

.menutop {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #000066;
	text-align: left;
	background-color: #E0E0E0;
	font-weight : bold;
}
.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #000066;
	text-align: left;
	margin : 2px 0px 0px 2px;
}
.menutopright {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #000066;
	text-align: right;
	background-color: #E0E0E0;
	font-weight : bold;
	margin : 2px 0px 0px 2px;
}
.menuaktiv {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : #000066;
	background-color : #99CCFF;
	text-align: left;
	margin : 2px 0px 0px 2px;
}
.menusub {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #000066;
	text-align: left;
	margin : 1px 0px 0px 8px;
}
.menusubaktiv {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #000066;
	background-color : #99CCFF;
	text-align: left;
	margin : 1px 0px 0px 8px;
}
A {
	color: blue;
	text-decoration : none;
}
A:visited {
	color: blue;
	text-decoration : none;
}
A:hover {
	color: red;
	text-decoration : none;
}
A.error {
	color: blue;
	text-decoration : none;
}
A.error:visited {
	color: blue;
	text-decoration : none;
}
A.error:hover {
	color: yellow;
	text-decoration : none;
}
A.menu {
	color: #000066;
	text-decoration : none;
	margin : 1px 0px 0px 0px;
}
A.menu:visited {
	color: #000066;
	text-decoration : none;
	margin : 1px 0px 0px 0px;
}
A.menu:hover {
	color: #0099FF;
	text-decoration : none;
	margin : 1px 0px 0px 0px;
}
A.menusub {
	color: #0099FF;
	text-decoration : none;
	margin : 1px 0px 0px 0px;
}
A.menusub:visited {
	color: #0099FF;
	text-decoration : none;
	margin : 1px 0px 0px 0px;
}
A.menusub:hover {
	color: #000066;
	text-decoration : none;
	margin : 1px 0px 0px 0px;
}

