/* globale Einstellungen */
body {
	margin-top:15px; margin-bottom:100px;
	background:#f7f7f7;
	font-family: verdana, arial, Helvetica, sans-serif;
	}

#vorgrund { /* ein weisses Haupttextfeld anlegen */
	margin-left:2%; margin-right:2%;
	color:#000000; background:#ffffff;
	border:1px solid; border-color:#e6e6e6;
	}

#tobmenue { /* in vorgrund eine Obere Linkleiste */
	margin-left:2%; margin-right:2%;
	background:#f7f7f7;
	padding-top:0.8em; padding-bottom:0.8em;
	}

#seitnMenue {/* Seitenmenue rechts, fest fixiert */
	margin-left:2%; margin-right:2%;
	padding-left:10px; padding-right:10px;
	}
#seitnMenue p {line-height:1.3em; font-size:0.9em;}

/* ein Menuetext- und ein Haupttextkoerper */
#menutxt, #txtkorper {
	padding-left:10px; padding-right:10px;
	}

/* weiteres zum Haupttextkoerper */
#txtkorper {
	padding-bottom:1em;
	}

h1 {font-size:170%; font-weight:bold} /* Ueberschrift 1 */	
h2, h3, h4 {font-weight:normal;clear:both;} /* Ueberschrift 2-4 nicht dick */
h2 {font-size:145%; padding-top:1.6em;} /* Ueberschrift 2 */
h3 {font-size:108%; padding-top:1.5em;} /* Ueberschrift 3 */
h3.erste {font-size:108%; padding-top:0em;} /* Ueberschrift 3, erste nach Ueberschr. 2 */
h4 {font-size:90%; letter-spacing:0.1em} /* Ueberschrift 4 etwas kleiner und gesperrt */
em, th {font-style:normal; font-weight:bold; color:#444444} /* Farbe heller, damit Grauwert trotz Dicke stimmt em */
ul {list-style-type:none;}
table{}

img.lk {float:left; padding-right:10px; padding-bottom:10px; border-color:#ffffff;}

li {margin-top:0.9em; margin-bottom:0.9em; line-height:normal;}
.hell {color:#999999;}
.hghell {background-color:#f7f7f7;} /* ua. fuer Tabellen */
th {text-align:left;} /* sonst wie em */
p {line-height:1.4em;}
input, textarea {background-color:#f7f7f7; font-family:monospace; border-color:#ffffff;}
.klein {font-size:0.9em;}
.unsichtbar{display:none;}
a {text-decoration:none} /* Verweise nicht unterstrichen */
a:hover {text-decoration:underline} /* Verweise nur unterstrichen, wenn Maus drueberfaehrt */
/* Ende globale Einstellungen */


/* class="allgm" ins <div>-Tag */
.allgm h1 {color:#666666;}
.allgm h2, .allgm h3, .allgm h4 {color:#000000}
.allgm a:link, .allgm a:visited {color:#880988}
.allgm a:hover {background-color:#fff3ff}
.allgm a:active, .allgm tr.bghell {background-color:#eebbee}


/* class="rot" ins <div>-Tag */
.rot h1, .rot h2, .rot h3, .rot h4, .rot a:link, .rot a:visited {color:#cc0000}
.rot a:hover {background-color:#fff6f6}
.rot a:active, .rot tr.bghell {background-color:#ffbbbb}

/* class="gelb" ins <div>-Tag */
.gelb h1, .gelb h2, .gelb h3, .gelb h4, .gelb a:link, .gelb a:visited {color:#ff9900}
.gelb a:hover {background-color:#ffffee}
.gelb a:active, .gelb tr.bghell {background-color:#ffe399}

/* class="gruen" ins <div>-Tag */
.gruen h1, .gruen h2, .gruen h3, .gruen h4, .gruen a:link, .gruen a:visited {color:#008800}
.gruen a:hover {background-color:#e9ffe9}
.gruen a:active, .gruen tr.bghell {background-color:#a9dda9}

/* class="blau" ins <div>-Tag */
.blau h1, .blau h2, .blau h3, .blau h4, .blau a:link, .blau a:visited {color:#0044aa}
.blau a:hover {background-color:#e9ffff}
.blau a:active, .blau tr.bghell {background-color:#a9d3ff}

