/*Beschreibung der Grundlegenden Seiteneigenschaften*/
BODY {
   background-color: 336600;
   font-family: Century Gothic;
   color: #FFFFFF;

/*Scrollbalken, funktioniert bisher nur mit IE*/
   scrollbar-DarkShadow-Color:#336600;
   scrollbar-Track-Color:#336600;
   scrollbar-Face-Color:#447711;
   scrollbar-Shadow-Color:#336600;
   scrollbar-Highlight-Color:#447711;
   scrollbar-3dLight-Color:#336600;
   scrollbar-Arrow-Color:#336600;
   }

/*Vorgaben für Links: Menü 1. Ebene, Links im Text*/
a:link {
   color : #CCCC99;
   text-decoration : none;
   font-weight: bold;
   }

a:visited {
   color : #CCCC99;
   text-decoration : none;
   font-weight: bold;
   }

a:hover {
   color : #CC9999;
   text-decoration : none;
   font-weight: bold;
   }

/*Positionierung des Logos */
.logo {
   position: absolute;
   left: 25px; top: 25px; width: 180px; height: 180px;
   z-index: 1;
   background-image: url(style_darkgreen_02_FILES/logo.gif);
   }

/*Oberer Abschluss des Hauptinhaltes*/
.top-border {
   position: absolute;
   left: 200px; top: 200px; width: 600px; height: 30px;
   z-index: 2;
   background-image: url(style_darkgreen_02_FILES/top_darkgreen.jpg);
   }

/*Positionierung und Ausdehnung der Titelzeile */
.titel {
   position: absolute;
   left: 385px; top: 50px; width: 500px; height: 80px;
   z-index: 3;
   font-weight: bold;
   font-size: 2em;
   text-align: center;
   vertical-align: top;
   }

/*Beschreibung des oberen Menüs*/
.topmenue {
   position: absolute;
   left: 300px; top: 180px; width: 500px; height 20px;
   text-align: right;
   font-size: 0.8em;
   }

/*Beschreibung des linken Menüs*/
.menue {
   position: absolute;
   left: 25px; top: 230px; width: 180px; height: auto;
   z-index: 4;
   border-style: solid;
   border-color: #336600;
   font-size: 1em;
   }

/*Beschreibung des Hauptbereiches*/
.content {
   position: absolute;
   left: 200px; top: 230px; width: 600px; height: auto;
   z-index: 5;
   background-color: #447711;
   }

/*Beschreibung des Hauptinhaltes*/
.inhalt1 {
   position: relative;
   left: 0px; top: 0px; width: 580px; height: auto;
   z-index: 5;
   background-color: #447711;
   font-size: 1em;
   padding: 10px;
   }

/*Abschluss des Hauptinhaltes*/
.bottom-border {
   position: relative;
   left: 0px; top: 0px; width: 600px; height: 30px;
   background-image: url(style_darkgreen_02_FILES/bottom_darkgreen.jpg);
   }

/*Position und Verhalten des rechten Inhaltsbereich*/
.inhalt2 {
   position: absolute;
   left: 820px; top: 200px; width: 175px; height: auto;
   z-index: 6;
   background-color: #669933;
   padding: 5px;
   font-size: 0.8em;
   }
   
/*Beschreibung für Überschriften in TYPO3 vom Typ h2*/
h2 {
   font-size: 1.5em;
   }
   
