/* Globale CSS-Layout-Definition */
/* Achtung: in definitionsnamen: Keine Sonderzeichen (auch kein '_') */
/* Nur a-Z, groß-/kleinschreibung ist unrelevant */
/**/
/*                                                     (c) code & scripting by gafu */
/**/
/**/
body {background-color:#7C0000;  /* globale dokumenteinstellungen */
     color:#FFC000;
     margin-left:0px;
     padding:0px;  /*Innenabstand allg.*/
     margin:0px;   /* außenabstand allg.*/
     font-family:Tahoma,Verdana,Arial;
     font-size:12pt;
     background-image:url(pic/hg1.jpg); /* hintergrundbild*/
     background-attachment:fixed;} /*feststehender hintergrund im IE */
a:hover { text-decoration:underline; color:yellow; font-weight: bold;}
a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:active { text-decoration:none;}

/*navigationsfenster*/
#navigation {position:absolute; top:80px; left:0px; width:125px; z-index:1; background-color:#FF7B00;
    font-size:14pt;
    color:#800000;}
#hg-ol {position:absolute; top:0px; left:0px; width:140px; height:80px; z-index:3
    background-image:url(pic/hg-ol-css.gif);}
#logo {position:absolute; top:0px; left:0px; width:100px; z-index:2;}


/*oberes frame*/
#obenframe {position:absolute; top:0px; left:0px; width:755px; height:50px; z-index:4; background-image:url(pic/hg-oben-css.gif);}
#ticker {position:absolute; top:7px; left:20px; width:510px; height:40px; z-index:2; background-image:url(pic/hg1.jpg);}
#anzeigefeld {position:absolute; top:10px; left:565px; width:170px; height:23px; z-index:2;}

/*frame oben-links*/
#hintergrund {position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:1; background-image:url(pic/hg-ol-css.gif);}
#logo {position:absolute; top:15px; left:15px; width:78px; height:46px; z-index:2; background-image:url(pic/hg-logo-ol-css.gif);}