/* Beschreibung des Seitenaufbaus */

#container { width: 900px;
	    border: 0px;
	    margin: 10px;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 10px;  		 }

#titel     { background-image: url(../grafik/balken_titel.png);
             border-top: 1px solid #808080;
             padding: 0px;
             margin: 0px;
             height: 106px;   		 }

#unten     { background-image: url(../grafik/balken_unten.png);
             height: 50px;
             padding: 0px;
             margin-top: 25px;
             margin-bottom: 0px;
	    text-align: right;           }

#inhalt    { height: 500px;
	    padding-left: 0px;
	    margin: 10px;
             color: #6F6F6F;
             overflow: auto;
             scrollbar-base-color: #FFFFFF;
             scrollbar-face-color: #EFEFEF;
             scrollbar-track-color: #EFEFEF;
             scrollbar-shadow-color: #FFFFFF;
             scrollbar-darkshadow-color: #CFCFCF;
             scrollbar-arrow-color: #7F7F7F;
             background-color: #FFFFFF;   }

#menue     { text-align: left;
	    float: left;
	    width: 150px;
             height: 500px;
	    margin: 0px;
	    padding: 5px;
             background-color: #FFFFFF;   }

#bilder    { text-align: right;
             float: right;
	    width: 150px;
             height: 500px;
	    margin: 0px;
	    padding: 5px;
	    background-color: #FFFFFF;   }



/* Beschreibung der Gestaltungselemente aller Seiten */

body       { background-color: #FFFFFF;
             font-family: Arial;
             font-size: 12px;
             color: #5775BD; 		 }

a:link     { font-size: 10pt; font-weight: bold; text-decoration: none;
	    color: #8F8F8F;      }

a:visited  { font-size: 10pt; font-weight: bold; text-decoration: none;
	    color: #4F4F4F; }

a:hover    { font-size: 10pt; font-weight: bold; text-decoration: none;
             color: #FF5F00; }

p	  { margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 10px; border-width: 0px;
             font-family: Arial; font-size: 10pt; text-align: justify;
             color: #3F3F3F; }

p.bild	  { margin-top: 5px; margin-bottom: 5px; margin-left: 10px; margin-right: 10px; border-width: 0px; text-align: right; }

ul         { list-style-image: url(../grafik/bullet.gif); margin-left: 10px; margin-top: 10px; margin-bottom: 10px;
	    text-align: justify;
             color: #3F3F3F; }

ol         { list-style-type: decimal-leading-zero; margin-left: 10px; margin-top: 10px; margin-bottom: 5px;
	    text-align: justify;
             color: #3F3F3F; }

li         { margin-left: 40px; margin-bottom: 4px; margin-right: 20px; }

td.z0      { border-width: 0px; border-color: #AFAFAF; background-color: #AFAFAF; padding: 3px; text-align: center; }

td.z1      { border-width: 0px; border-color: #EFEFEF; background-color: #EFEFEF; padding: 3px; text-align: center; }

h1         { font-family: Arial; font-size: 16pt; margin: 10px; font-weight: normal;
	    color: #6F6F6F; }

h2         { font-family: Arial; font-size: 14pt; margin-top: 18px; font-weight: normal; margin-left: 10px;
	    color: #6F6F6F; }

h3         { font-family: Arial; font-size: 12pt; margin: 0px; font-weight: bold; margin-left: 10px;
	    color: #6F6F6F; }

h4	  { margin-top: 10px; margin-bottom: 5px; margin-left: 10px; margin-right: 10px; border-width: 0px;
             font-family: Arial; font-size: 10pt; font-weight: bold;
             color: #6F6F6F; }



/* Beschreibung der Gestaltung des Navigationsmenüs */

a.menue:link {font-family: Courier New; font-weight: normal; text-decoration: none; }

a.menue:visited {font-family: Courier New; font-weight: normal; text-decoration: none; }

a.menue:hover { font-family: Courier New; font-weight: bold; text-decoration: none;
                color: #FF5F00; }

table.menue {border-spacing: 5px; }

td.menue   { margin: 20px; padding-right: 17px; width: 130px; text-align: right;
             border-right: 5px solid #AFAFAF;
             border-bottom: 1px dotted #AFAFAF;   }

td.menue:hover
           { border-right: 5px solid #FF5F00; }
