/* CSS Document */
html												/* Generelle Festlegungen, margin nicht hier, erzwingt viele andere Festlegungen */
{	font-family: Arial;
}
.innenG4_Lese_ThmFliesstext, .ANSG4_Lese_ThmFliesstext .innenAnsicht, .ANSG4_Lese_ThmFliesstext .fliessSpalte
{	float: none;	}
p, li, table, input, select, textarea, div.Anwendung /*, div.mainMenu*/
{	font-size: 9pt;
}
a
{	font-size: inherit;
}
.g4
{	font-size: inherit;
	font-weight: bold;
}
body.g4
{	color: black;
	font-weight: normal;
}
.liste-1
{	margin-top: 5px;
	padding-left: 25px;
}
ul.liste-1
{	list-style-type: square;
}
.liste-1 li
{	margin-left: 0;
}
.liste-2
{	margin-top: 0;
	padding-left: 25px;
}
ul.liste-2
{	list-style-type: disc;
}
.liste-2 li
{	margin-left: 0;
}
.liste-3
{	margin-top: 0;
	padding-left: 25px;
}
ul.liste-3
{	list-style-type: circle;
}
.liste-3 li
{	margin-left: 0;
}
h1 .g4 { font-size: inherit; }
h2 .g4 { font-size: inherit; }
h3 .g4 { font-size: inherit; }
h4 .g4, h5.g4, h6.g4
{	font-size: 9pt;
}
p .g4 { font-size: inherit; }
h1, h2, h3, h4, h5, h6 {						/* Überschriften allgemein und für h6 insbesondere */
	font-size: 9pt;
	font-weight: bold;
	margin: 0.8em 3px 0.5em 3px;
}
h1												/* Individuelle Schriftgröße für einzelne Überschriften */
{	font-size: 20pt;
}
h2
{	font-size: 16pt;
	margin-left: 10px;
}
h3
{	font-size: 14pt;
	margin-left: 15px;
}
h4
{	font-size: 12pt;
	margin-left: 20px;
}
h5
{	font-size: 10pt;
	margin-left: 25px;
}
h6
{	margin-left: 30px;
}
ol, ul
{	margin-top: 5px;	}
/* Einrücken des ol-Tags allein funktioniert nicht im IE 7: Deshalb die nächste Zeile */
li	{	*margin-left: 30px;	}
p
{	margin: 5px 5px 5px 5px;	}					/* Rand um den Standard-Absatz */
p.titel
{	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
p.ueberschrift
{	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;	
	margin: 5px 5px -5px 30px;
}
/* Formate für die Hilfe */
div.hilfe
{	float: left;
	margin: 0 .2%;
	padding: 0 3px;
	border: red dotted 0px;
}
/* div#G4_Hinweise steht für die Ansicht, in der die Erläuterungen für neue Benutzer angezeigt werden */
div#G4_Hinweise div.innenANSFliesstext
{	border-style: solid;
	border-top-width: 1px;
	border-left-width: 3px;
	border-right-width: 4px;
}
div#G4_Hinweise p, div#G4_Hinweise h1, div#G4_Hinweise h2, div#G4_Hinweise h3, div#G4_Hinweise h4
{	margin-left: 5px;
	width: 256px;
}
table.hilfeliste
{	margin-left: 30px;
}
table.hilfeliste td
{	vertical-align: top;
}
table.hilfe_IHV
{	margin-left: 1px;
	width: 98%;
	white-space: nowrap;
}
td.hilfe_IHV a:hover { font-weight: bold; }
td.hilfe_IHV.aktiv a:visited,
td#initAktiv.aktiv a:link
{	font-weight: bold;
}
/* Formate der Dokumentation */
table.attr_doku
{	margin: 0 25px;
	border-spacing: 1px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
}
table.attr_doku td, table.attr_doku th
{	padding: 3px;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
}
table.ans-typ-dok td p
{	margin: 2px;
}
/* Formate der Dokumentation */