/* --->>> Stylesheet Definitionen für Hilfe-Dokumente <<<--- */
/* --->>> Allgemeines <<<--- */
html, body, h1, h2, h3, h4, a, table, td, th, tr, p, img, fieldset, dl, dt, dd
{	margin: 0em;
	border: 0em;
	padding: 0em;
	font-size: small;	/*120px -> 9em, 100px -> 7.6em*/
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-style: normal;
}
html
{	width: 100%;
	height: 100%;
}
body
{	padding: 20px;
}
.hide_screen_only, .show_print_only, .hide
{	display: none;
}
.show_screen_only, .hide_print_only, .show
{	display: block;
}
a.static, a.static:link, a.static:visited
{	color: #993300;
}
a.static_black, a.static_black:link, a.static_black:visited
{	color: #000000;
}
a.static_black:hover, a.static_black:active, a.static_black:focus
{	background-color: #FEFEFE;
}
a, a:link
{	color: #993300;
}
a:visited
{	color: #666666;
}
a:hover, a:active, a:focus
{	background-color: #FEFEFE;
	color: #000000;
}
hr
{	border: 0px;
	border-bottom: 1px solid #666666;
	height: 1px;
	clear: both;
}
h3
{	text-align: center;
	font-size: medium;	
	font-weight: bold;
	margin-bottom: 1em;
}
h4 /*großteils wie zeilehead in allg.css*/
{	position: relative;
	margin-bottom: 0.25em;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
	margin-top: 2em;
}
table.withborder
{	width: 100%;
	border: 1px solid #666666;
	border-collapse: collapse;
	empty-cells: show;
}
table.withborder th
{	padding: 5px;
	border: 1px solid #666666;
	background-color: #EEEEEE;
}
table.withborder td
{	padding: 2px 5px;
	border: 1px solid #666666;
	vertical-align: top;
}
/* --->>> Textaufbereitung <<<--- */
.zentriert
{	text-align: center;
}
/* --->>> Tags <<<--- */
#hilfe
{	margin: 20px 10px;
}
#hilfe dl
{	position: relative;
	padding: 5px 0em;
	clear: both;
}
#hilfe dl dt
{	padding-left: 1%;
	width: 23%;
	text-align: right;
	float: left;
	display: block;
}
#hilfe dl dd
{	margin-left: 25%;
	padding-right: 1%;
	display: block;
}
/* --->>> Header, Footer (für alle Hilfe-Dokumente) <<<--- */
div#header
{	position: relative;
	top: 0em; left: 0em; right: 0em;
	overflow: hidden;
	z-index: 100;
}
#header #zeile1
{	position: relative;
	margin: 0px;
	padding: 0.4em 10px;
	height: 1.2em;
	text-align: right;
	white-space: nowrap;
	background-color: #FF9933;
}
#header h1
{	font-weight: bold;
}
#header h2
{	position: relative;
	margin: 0px;
	padding: 0.9em 10px;
	height: 1.2em;
	text-align: center;
	font-size: medium;	
	font-weight: bold;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #666666;
}
div#footer1
{	position: relative;
	margin: 0px;
	padding: 0.4em 10px;
	height: 1.2em;
	white-space: nowrap;
	background-color: #FF9933;
}
div#footer1 .links, #header #zeile1 .links
{	position: absolute;
	left: 10px;
	padding-right: 1%;
	width: 24%;
	text-align: left;
	float: left;
	display: block;
	background-color: #FF9933;
}
div#footer1 .links[class], #header #zeile1 .links[class]
{	left: 0px;
	padding-left: 1%;
}
div#footer1 .rechts
{	position: absolute;
	right: 10px;
	padding-left: 1%;
	width: 24%;
	float: right;
	text-align: right;
	display: block;
	background-color: #FF9933;
}
div#footer1 .mitte
{	margin: 0px 25%;
	padding: 0px 1%;
	text-align: center;
	display: block;
}
/* --->>> Footer <<<--- */
div#footer
{	position: relative;
	height: 2.5em;
	width: 100%;
	overflow: hidden;
	background-color: #FF9933;
	z-index: 70;
}
div#footer.fixed_bottom[class]
{	position: fixed;
	bottom: 0em;
}
div#contentfooter
{	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
	white-space: nowrap;
}
div#contentfooter.mitnav
{	margin-left: 120px;
}
div#footernavlinks
{	position: absolute;
	left: 0em; top: 0em;
	width: 120px;
	height: 100%;
	background-color: #666666;
}
div#footer ul
{	list-style-type: none;
	margin: 0em;
	padding: 0em;
}
div#footer ul li
{	display: inline;
	padding-right: 0.5em;
}
/* --->>> Glossar <<<--- */
a.namedanchor {
	text-decoration:none;font-size:larger;text-align:right;
}
h4.glossar {
 font-weight:bold; margin-top:10pt; margin-bottom:5pt; font-size:larger;text-align:left;
}
/* --->>> Q and A <<<--- */
div#qanda h4 /*Überschrift ohne Javascript*/
{	padding: 5px;
	margin-top: 3em;
}
div#qanda h4.opened /*Überschrift offen*/
{	margin-top: 1.5em;
	text-align: left;
	border: 2px solid #666666;
	cursor: pointer;
}
div#qanda h4.closed /*Überschrift geschlossen*/
{	margin-top: 1.5em;
	text-align: left;
	cursor: pointer;
}
div#qanda h4.mouseover /*Überschrift offen/geschlossen bei mouseover*/
{	color: #EEEEEE;
	background-color: #666666;
}
div#inhalt h3
{	text-align: left;
}
div#inhalt a, div#inhalt a:link, div#inhalt a:visited
{	color: #993300;
}
div#inhalt a:hover, div#inhalt a:active, div#inhalt a:focus
{	color: #000000;
}

