/* Diese Style-Datei formatiert in erster Linie die Textelemente der Dokumente */

/* Hier wird der Body formatiert :-))) */

body {
       margin: 0px 0px 0px 0px;
       background-color: #06007F;
       color: #fff55A;
       font-family: Verdana,Arial,Tahoma;
       font-size: 14px;
       font-style: normal;
       font-variant: normal;
       font-weight: normal;
       text-align: center;
       scrollbar-base-color: #06007F;
       scrollbar-darkshadow-color: #06007F;
       scrollbar-face-color: #9999FF;
       scrollbar-highlight-color: #06007F;
       scrollbar-shadow-color: #06007F;
       scrollbar-track-color: #06007F;
       scrollbar-arrow-color: #06007F; 
}

/* Allgemeine Links (hellgrün */

a, a.link, a.visited, a.hover, a.acitve {
	                                  color: #C0FF00;
}

/* Links für die Abteilungsuntermenü */

a.untermenue {
               text-decoration:none;  
}

/* Links im Fußbereich (dunkelblau - da hintergrund hell blau-lila */

a.dark {
	 color: #191970;
}

h1 {
     text-align: center;
     margin-top: 7px;
     color: #00FFFF;
     font-family: Verdana,Arial,Tahoma;
     font-size: 22px;
     font-style: normal;
     font-variant: normal;
     font-weight: bolder;
}

h2 {
     margin-left: 55px;
     margin-top: 5px;
     color: #33FF99;
     font-family: Verdana,Arial,Tahoma;
     font-size: 20px;
     font-style: normal;
     font-variant: normal;
     font-weight: bold;
}

h3 {
     margin-left: 20px;
     margin-top: 3px;
     color: #40FF00;
     font-family: Verdana,Arial,Tahoma;
     font-size: 18px;
     font-style: italic;
     font-variant: normal;
     font-weight: lighter;
     text-decoration: underline;
}

.aktuell {
	   color: #9999FF;
}


/* hier wird ein div-Container Formatiert, der den Gesamten variablen Seiten-
inhalt  umfasst. Hier wird der Abstand zu den Übrigen elementen Festgesetzt. */

div.inhalt {
	     margin: 0px 10px 10px 10px;
}

/* Klasse für wichtige Anmerkungen */

.wichtig {
	   color: red;
	   background-color: yellow;
}

/* Klasse für die Formatierung der Seitenüberschrift im Kopfbereich */

.headline {
	    font-family: "Arial Black";
	    font-size: 44px;
	    font-style: inherit;
	    font-weight: normal;
	    color: #191970;
            text-autospace: ideograph-alpha;
}

/* Formatierung der Positionsanzeige (Sie befinden sich hier...) und des 
Home Links oben rechts unterhalb des Kopfbereiches */

.pos {
       color: #9999FF;
       font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
       font-size: 10px;
       font-style: normal;
       font-variant: small-caps;
       table-layout: auto;
       text-autospace: ideograph-parenthesis;
       text-decoration: none;
       text-justify: newspaper;
       text-transform: capitalize;
       font-weight: bolder;
}

/* Vorläufige Formatierung für das Beispielhaft eingesetzte Ahrens-Logo */

.alogo {
	 background-color: #06007F;
}

/* Formateigenschaften von Formularelementen */

input {
        background-color: #9999FF;
        color: #06007F;
        font-family: Verdana,Arial,Tahoma;
        font-size: 12px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        padding: 4px;
}

/* und Textfeldern */

textarea {
           background-color: #9999FF;
           color: #06007F;
	   font-family: Verdana,Arial,Tahoma;
 	   font-size: 12px;
	   font-style: normal;
	   font-variant: normal;
	   font-weight: normal;
	   scrollbar-base-color: #06007F;
	   scrollbar-darkshadow-color: #06007F;
	   scrollbar-face-color: #9999FF;
	   scrollbar-highlight-color: #06007F;
	   scrollbar-shadow-color: #06007F;
	   scrollbar-track-color: #06007F;
	   scrollbar-arrow-color: #06007F;
	   padding: 10px;
}

hr {
     margin: 0px;
     color: #ffffff;
     background-color: #ffffff; 
     height: 1px;
}

li {
     margin-top: 3px;
}