
/* schriftstil,abstände */
body
{margin-top: 10px; 
margin-left: 0px; 
margin-right: 0px;
margin-bottom: 10px;
color: #000000;  
background-color:#f1f1f1;
font: normal 12px/18px verdana, times, serif;
font-size: 10pt;
background:url("images/fertigr.jpg");
background-repeat:no-repeat;
}


table,tr,td
{ color: #000000;
font: normal 13px/18px  verdana, arial, times, serif;}

/* scrolleiste internet explorer ab vers.5.5 */
body
{scrollbar-arrow-color: #AABECA; scrollbar-base-color:#ffffff ;
scrollbar-highlight-color : #000000; scrollbar-shadow-color : #ffffff;
SCROLLBAR-TRACK-COLOR:#f1f1f1 ;}

/* Inhalt Content-Bereich*/
.inhalt {background-color: #FFFFFF;
}

/* Die Fussleiste */
.leisteun {background-color:#E3ECF3;
color:white;  
font-size: 9px;
height:20px;
line-height:20px;
}

/* Das Logo */
.logo {color:#ffffff;
height:99px;
background:url("images/kopf.jpg");
background-repeat:no-repeat ;
/*background-position: 100% 0%;*/
}


#tabs5 {
      float:left;
      width:100%;
      background:#E3ECF3;
    /*  background:#FFFFFF;*/
      font-size:100%;
      line-height:normal;
      border-bottom:1px solid #E3ECF3;
      }

    #tabs5 ul {
          margin:0;
          padding:10px 10px 0 60px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url("tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }





/* allgemeine links im text */
a:link, a:visited, a:active{ 
font: normal 12px/18px verdana, times, serif;
text-decoration:underline;
color:#000000}

a:hover{ 
font: normal 12px/18px verdana, times, serif;
text-decoration:none;
background-color:#7095dc;
color:#ffffff;}

