/* stylesheet fuer b.f.s. software */

html       {overflow-y:scroll;}

body       {background-color: #E0E0E0;
            background-image: url(nulleinskl.gif); color: darkgreen; font-family: Arial,sans-serif;
            font-size:small;margin: 5px; text-align:center; background-attachment: fixed;}

/* text-align:center für den Internet-Explorer, für andere reicht beim wrap left / right : auto */
/* Schriftfarbe 104030 ... */

#wrap      {background-color: #F9F9E0; width:1000px;margin-top: 15px; margin-left: auto; margin-bottom: 5px; margin-right: auto;
            text-align: left;
            border-radius: 10px; }

#fuss      {color:#F9F9E0; width: 1000px; text-align:center;
            font-size: 65%;font-style:normal;letter-spacing:2px; line-height:1,5;
            border-radius: 10px;
            box-shadow: 4px 4px 10px #777;
            background-color:#800040;
            background: -webkit-linear-gradient(left,#B00070,#800040);
            bottom:5px; padding: 4px 0px 4px 0px; margin: 4px 0px 4px 0px; }

          /*
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B00070), to(#800040));
            background: -moz-linear-gradient(0% 6% 270deg,#2B2B2B, #9E9E9E);  }    */

#kopf      {border-radius: 10px;
            background-color:#800040;
            background: -webkit-linear-gradient(left,#800040,#B00070);
            padding: 10px 20px 0px 20px;
            margin-bottom: 0;
            box-shadow: 4px 4px 10px #777;}

#navi      {color: #800040; padding: 0 ;
            font-size: 80%; text-align: center;
            border-bottom: 1px solid #800040; }

#navi li   {display: inline; list-style-type: none;
            margin: 0; }

#navi a    {padding: 4px 8px 4px 8px; }

#navi li a {-moz-border-radius-topright:8px;
            -webkit-border-top-right-radius:8px;}

#navi li.navi-hier a
           {color:#FF8000; border: 1px solid #800040;}

#haupts    {padding: 15px 20px 50px 20px;}

#klein_Hinweis
           {color:gray; text-align:center;
            font-size: 65%;font-style:normal; }

a          {text-decoration:none;outline:none;color:#705010;}

a:hover    {color:#FF8000;}

#navi a:hover,
#navi a:focus
           {color:#FF8000; border: 1px solid #800040;}