/*Stylesheet*/




#disclaimer {
            font-size: x-small;
}


#tabelle td {

            border-right: 2px solid #6699cc;
            border-left: 2px solid #6699cc;
            border-bottom: 2px solid #6699cc;
            background-color: #c0dbf1 ;

}
#tabelle2 td {

             border-right: 0px solid #6699cc;
             border-left: 0px solid #6699cc;
              border-bottom: 0px solid #6699cc;
              padding-left: 10px;
              background-color: #c0dbf1 ;

}

#text_tabelle td{
                 padding-left: 0px;
                 padding-right: 10px;
}

#text01 {
        font-size: small;

}

#text01 a:link {color: black ;}
#text01 a:visited {color: black ;}
#text01 a:hover {color: blue ; text-decoration: none;}
#text01 a:active {color: blue ; text-decoration: none;}

#text_leistungen {
                 line-height: 2;
                 letter-spacing: ;;
}
#text_leistungen a:link {color: #0000FF ;}
#text_leistungen a:visited {color: #0000FF ;}
#text_leistungen a:hover {color: #0000FF ; text-decoration: none;}
#text_leistungen a:active {color: #0000FF ; text-decoration: none;}

#fußzeile {
          font-size: 90%; 
          color: grey;
}

#fußzeile a:link {
            font-size: 90%; 
            color: #6699ff;
}

hr {
   color:white; 
   border:1px solid #006699;

}

body {
     background-color: white; 
     color: black; 
     font-family: Verdana, Arial, Helvetica, sans-serif;        
     font-size: medium; /*einen Schritt kleiner als normal, nur für Standardschriften*/
}


h1 {
   font-size: 115%;
   line-height: 0;
   color: #006699;
   text-indent: 0px;


} 

h2 {
   font-size: 100%;
   line-height: 0;
   color: black;
   text-indent: 0px;
   text-decoration: underline;



}
address {
         text-align: center;
         font-style: normal ;
}

   a {text-decoration: none;} /*Unterstrich entfernen*/
   a:link {color: blue;} /*Link Farbe*/
   a:visited {color: blue;} /*Besuchter Link Farbe*/
   a:hover, a focus {text-decoration: underline;} /*Beim drüber fahren mit der Maus kommt ein Unterstrich*/
   a:active {color: blue;} /*Farbe beim Draufklicken*/


   