body                  {background-color: #ffffff;
                       font-family: arial, sans-serif;}

                       
/* Ueberschriften und Absaetze */
                       
h2                    {font-size: 18px;
                       text-align: left;}  

h4                    {font-size: 14px;
                       text-align: left;}                   
                       
p                     {color: #555555;
                       font-size: 12px;}
                       
                       
/* Genereller Aufbau der Seite */                       
                                           
#titel                {position: absolute;
                       top: 20px;
                       left: 10px;}

#navigationoben       {position: absolute;
                       top: 130px;
                       left: 250px;}
                       
#navigationlinks      {position: absolute;
                       top: 235px;
                       left: 25px;}
                       
#bild                 {padding-left: 25px;}
                       
#content              {position: absolute;
                       top: 200px;
                       left: 320px;
                       width: 550px;
                       text-align: left;}

#impressum            {position: absolute;
                       color: #555555;
                       font-size: 10px;
                       top: 130px;
                       left: 935px;}
                       
                       
/* Sonderbereiche fuer die Startseite */

#indexcontent1        {position: absolute;
                       top: 200px;
                       left: 320px;
                       width: 250px;
                       text-align: justify;}

#indexcontent2        {position: absolute;
                       top: 200px;
                       left: 670px;
                       width: 250px;
                       text-align: justify;}  

                       
/* Formatierung beider Navigationsbereiche   */               
      
ul.navigationoben     {list-style-type: none;
                       white-space: nowrap;
                       text-align: center;
                       padding-left: 0px;
                       margin-left: 0px;}  

ul.navigationoben li  {font-size: 16px;
                       display: inline;
                       font-weight: bold;                     
                       margin-left: 6px;
                       margin-right: 6px;}
                       
ul.navigationsliste   {list-style-type: none;
                       font-size: 12px;
                       margin-left: 0px;
                       padding-left: 0px;}

ul.navigationsliste li{padding-bottom: 5px;
                       font-weight: bold;}

                       
/* Formatierung von Listen und Links im Text */

ul.liste              {list-style-type: none;
                       font-size: 12px;
                       margin-left: 0px;
                       padding-left: 0px;}

ul.liste li           {padding-bottom: 10px;}                       
                       

a.textlink            {color: #3333ff;
					             text-decoration: none;}

a.textlink:hover	    {color: #000099;}   

#currentnav           {color: #000000;
                       font-size: 18px;}
                       
#current              {color: #000000;}
 

                   