BODY {
/*margin-top: 0px;
margin-left: 0px;*/
margin: 0px;
/*background-color:#FFFFFF;*/
/*background-color:#01A670;*/
background-color:#2e8b57;
/*mediumseagreen #3cb371
seagreen #2e8b57 # am besten in der Arbeit auf dem Monitor!
eher nicht!!: green #008000 und
forestgreen #228b22
*/

background-image:url(grafiken/logoundbg/gruen.jpg);
text:#000000;
font-family: 'Georgia','Century Schoolbook L','Times New Roman',Times,serif;
/*font-family: 'Verdana','Helvetica',sanserif;*/

/*max-width: 1000px; */

/* Scrollbalken farblich anpassen... steht im BODY */
/* scrollbar-base-color : #01A670;
scrollbar-track-color : #RRGGBB;
scrollbar-face-color : #RRGGBB;
scrollbar-highlight-color : #RRGGBB;
scrollbar-3d-light-color : #RRGGBB;
scrollbar-dark-shadow-color : #RRGGBB;
scrollbar-shadow-color : #RRGGBB;
scrollbar-arrow-color : #RRGGBB; */

}

/* @page { size:auto; } */

/*"Hover" funktioniert bei Reihenfolge: link, visited und active, hover*/


a:link {
          color:#000000;
          text-decoration:underline;
}

a:visited {
          color:#000000;
          text-decoration:underline;
}

a:hover {
          color:#FFFFFF;
          /*background-color:#000000*/
          text-decoration:underline;
}
a:active {
          color:#000000;
          text-decoration:underline;
}

a.normal {
/* a Text soll kein Link sein, sondern nur Anker */
        	text-decoration:none;
	color:#000000;
}


a.normunderl {
/* a Link soll keinen hover haben */
	text-decoration:underline;
	color:#000000;
}

/* externe Links sollen bei hover rot werden */
/*a.extern:link {
          color:#000000;
          text-decoration:underline;
}

a.extern:visited {
          color:#000000;
          text-decoration:underline;
}
*/
a.extern:hover {
/* externe Links sollen rot werden bei hover */
	text-decoration:underline;
	color:#FFFFFF;
	/* color:#BF0000; #800000 */
	/* background:#FFFFFF; */
        /*    color:#FF0000;	background:#FFFFFF; */
	/* color:#FF0000 #DF0000 #BF0000 #C11A33 #FFFF00(gelb); */
}
/* a.extern:active {
          color:#000000;
          text-decoration:underline;
}*/


table.head {
/*background-repeat:repeat*/
padding:0;
padding-top:0;
spacing:0;

}

table.bottom {
/*position:fixed;
bottom:0px;*/
}

table.text {
/*margin-left:30px;
margin-right:50px;*/
margin-left:3%;
/*margin-left:2%;*/
margin-right:5%;
border:0;
<!--width:1000px;-->
<!--max-width: 800px;-->
}


div {
         /*font-family: Verdana;*/
        /*font-family: Georgia;*/
        font-family: 'Georgia','Century Schoolbook L','Times New Roman',Times,serif;
				/* font-weight: 400; */
        font-size: 1.0em; /* 1.0em ist 100%. Davon abweichend: 1.1em, .9em*/
        max-width: 800px; /* die maximale Breite des Textes wird auf 800 beschränkt */
        min-width: 500px; /* minimale Breite damit es sich nicht zu eng schieben laesst */
}
div.center {
           text-align: center;
}
div.justify {
         text-align: justify;

}
div.einruck {
            text-align: justify;
            margin-left:40px;
            max-width: 760px;/* bei 'Einruck' muss die Breite noch mal kleiner werden, damit
            es insgesamt passt und max. 800 px ist. */
            min-width: 460px;
}
div.einrucklinks {
            text-align: left;
            margin-left:40px;
            max-width: 760px; /* bei 'Einruck' muss die Breite noch mal kleiner werden, damit
            es insgesamt passt und max. 800 px ist. */
            min-width: 460px;
}


td.gliederung {
        /*	width: 5%; */
        width: 5%;
        /*height: 10px;*/
}

H1 {
        font-family: 'Georgia','Century Schoolbook L','Times New Roman',Times,serif;
        /*font-family: 'Verdana','Helvetica',sanserif;*/
        /*font-size: 28px;*/
        font-size: 1.8em;
        color:#000000;
        text-align: left;
        font-style: italic;
        /*font-variant: small-caps;*/
        margin-left:3%;
}

H2 {
        font-family: 'Georgia','Century Schoolbook L','Times New Roman',Times,serif;
        /*font-size: 24px;*/
        font-size: 1.5em;
        color:#000000;
        text-align: left;
        font-style: italic;

}

H3 {
        font-family: 'Georgia','Century Schoolbook L','Times New Roman',Times,serif;
        /*font-size: 20px;*/
        font-size: 1.2em;
        color:#000000;
        text-align: left;
        /*text-decoration: underline; */
        font-style: italic;
        /*font-variant: small-caps;*/
}



H4 {
        font-family: 'Georgia','Century Schoolbook L','Times New Roman',Times,serif;
        font-size: 1.1em;
        color:#000000;
        text-align: center;
        text-decoration: none;

}

hr.normal {
width: 50%;
height: 1px;
color: black;
background-color: black;
border: none;
}

hr.special {
width: 80%;
height: 1px;
color: black;
background-color: black;
border: none;
}