body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
h1 {
	font-size: 36px;
	line-height: 54px;
	font-weight: bolder;
}
h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bolder;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
}
.error {
	color: #FFFF00;
	background-color: #FF3333;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.erfolg {
	color: #006600;
	background-color: #66FF66;
	border: 1px solid #006600;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.navigation {
	vertical-align: bottom;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navigation table {
	padding-right: 5px;
	padding-left: 5px;
}
.navigation table td form {
	vertical-align: bottom;
}
.content {
	padding: 10px;
}
.subnavigation {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
}
.navigation table td {
	padding-right: 5px;
	padding-left: 5px;
}
.footer {
	vertical-align: bottom;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.center {
	text-align: center;
}
.fullwidth {
	width: 100%;
}
.noscreen {
    display: none;
}
.hint {

	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.hilferechts {
	position: relative;
	text-decoration: none;
}
.hilferechts a span {
	display: none;
	text-decoration: none;
}
.hilferechts a:hover span {
	display: block;
	text-decoration: none;
	position: absolute;
	z-index: 100;
	left: -360px;
	top: 15px;
	background-color: #FFFFCE;
	border: 1px solid #041247;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	text-indent: 0pt;
	width: 360px;
}
.hilfelinks {
	position: relative;
	text-decoration: none;
}
.hilfelinks a span {
	display: none;
	text-decoration: none;
}
.hilfelinks a:hover span {
	display: block;
	text-decoration: none;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 15px;
	background-color: #FFFFCE;
	border: 1px solid #041247;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	text-indent: 0pt;
	width: 360px;
}
