/* CSS für unter_........... Seiten */

 /* Festlegung der Schriftart f&uuml;r alle Dokumente und alle Tags (au&szlig;er "a" und "h1"..."h6") */
  body, p, td, th, div, ol, ul, li, dl, dt, dd, input, textarea, select
    { font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:10pt; color:rgb(0,51,153); }

 
 body {
 background-image:url('../bilder/unternav.gif'); background-repeat: no-repeat;width:720px; height:94px;
 background-color:rgb(255,255,255);}
 

  /* Festlegung der Schriftart f&uuml;r "a" */
 a { font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:10pt; text-decoration: none;  }


  /* Festlegung der Schriftart f&uuml;r "h1"..."h6" */
 h2, h3, h4, h5, h6 { font-family:Verdana,Arial,Helvetica,Sans-Serif; }
 h1{font-family::verdana;  font-size:14pt; text-transform:uppercase; letter-spacing:5pt; margin-left:100px;}

  /* Gestaltung aller "normalen" Links */
 a:link { color:rgb(0,51,153); }
a:active { color:rgb(0,51,153); }
a:visited { color:rgb(102,153,204); }
/*Listen*/
 ul{margin-left:100px;}
 li{ marker-offset:0.95em; line-height:16px;}
 .horizontal {display: inline; list-style-type: none;  padding-right: 20px;font-weight: bold;}
 .none{list-style-type:none;}
 