/*formate.css*/

/* a:visited { color: #46D9FF }
   a:link { color: #46D9FF }
*/

/* Externe Links kennzeichnen: Vgl. http://www.ideenreich.com/csspraxis/css_externe_links.shtml */

body
  {
   background:#EFEFEF;
   color:black
  }


.einspaltig {
    margin-left:50px
   }

.zweispaltig {
    margin-left:15em;
    margin-top:20px;
   }


/*.zweispaltig {
        position:relative; left:0%; top:0px;
        margin-left:20;
   }
*/

p.a
   {
        background:#EFEFEF;
        color: blue;
   }


/*******************************************************************************/
/****                                                                       ****/
/****                               T O P                                   ****/
/****                                                                       ****/
/*******************************************************************************/

#top
  {
   padding-top:15px;
   padding-bottom:30px;

   color:#f9f261;/*#34BFFF;*/
   background:#0C3065;

   }


/* Gestaltung der Links in der TOP-Leiste
   Verbesserungsvorschlaege nach http://de.selfhtml.org/html/verweise/definieren.htm#gestalten */

/* Urspruenglich nur #top a[href], aber das kann der MS-IE wohl auch in Version6 nicht?! */
#top a
   {
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;

    margin-left:10px;
    margin-right:10px;

    color:#f9f261;

    background:blue;

    font-family:Arial,Genevca,sans-serif;
    font-size:75%;
    text-decoration:none;

    border-color:yellow;
    border-width:thick;
    border-style:outset;

   }

/*#top a:active
  {
   background:red
   }
*/
/* Das folgende per SSI auf die aktuelle Seite lenken! */

/*
#top a.aktuelleSeite, #navi_left a.aktuelleSeite
 {
  background:#0099ff;
  }
*/
#top a.aktuelleSeite
 {
  border-color:yellow;
  border-width:thick;
  border-style:inset;
  }


/*******************************************************************************/
/****                                                                       ****/
/****                         navi_left                                     ****/
/****                                                                       ****/
/*******************************************************************************/


#navileft
 {
  /*width:22%;*/
  float:left;
  margin-top:10pt;
  padding-top:10px;
  padding-bottom:10px;
  text-align:left;
  color:#34BFFF;
  background-color:#0C3065;
  }

#navileft p
   {
    padding:10px;
   }
#navileft a
{
  color:yellow;
  text-decoration:none;
}

#navileft ul
   {
    padding-right:30px;
    color:#f9f261;
   }

#navileft li
   {
    list-style:none;
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;

    margin-left:0px;
    margin-right:10px;
    margin-top:20px;
    margin-bottom:20px;    
    
    color:#f9f261;

    background:blue;

    font-family:Arial,Genevca,sans-serif;
    font-size:75%;

    border-color:yellow;
    border-width:thick;
    border-style:outset;
/*    width:5em;*/
   }

#navileft li.aktuelleSeite
{
  border-style:inset;
 }   
   
#top a
   {
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;

    margin-left:10px;
    margin-right:10px;

    color:#f9f261;

    background:blue;

    font-family:Arial,Genevca,sans-serif;
    font-size:75%;

    border-color:yellow;
    border-width:thick;
    border-style:outset;
    width:15em;
   }
    
/*******************************************************************************/
/****                                                                       ****/
/****                       letzte Zeile                                    ****/
/****                                                                       ****/
/*******************************************************************************/


/* Link zum Anfang*/
#lAnfang
  {width:40%;
   float:left
  }
#lAnfang a
  {
   background:#EFEFEF;
   color:black;
   }


