/* HiGr1:#D6D6D6; HiGr2:#FCFCFC; */
/******************************************************************************\
	Allgemeine Definitionen
\******************************************************************************/
* { margin:0px; padding:0px;
	color:#444444;
    font-family:Arial,Vardana; }

HTML,BODY,#ROOT { height:100%; text-align:justify; }

    BODY        { background-color:#D6D6D6; }
    table#ROOT  { margin:0px auto; }
    td#MAIN     { padding:24px; }

h1 { text-align:center; font-size:110%; margin-bottom:1em; } /* Textüberschriften aus Dateien 1em unten */
h2 { text-align:center; font-size:110%; margin-bottom:0em; } /* Aus der DB, durch nl2br() Zeilenumbruch */

h3 { text-align:left; margin-bottom:0.2em; }
h4 { text-align:left; text-decoration:underline; margin-bottom:0.3em; }

/******************************************************************************\
	Links
\******************************************************************************/
/* Allgemein */
a{font-weight:bold;color:#444444;text-decoration:none;} a:hover{color:#676767;}

/* Menü */
#Hauptmenu a { color:#D6D6D6; }
#Hauptmenu a:hover { color:#444444; }

/* Footer */
#FOOTER a {font-weight:normal} #FOOTER a:hover {color:#444444; font-weight:bold;}