/* Standard-CSS für www.al-pro.de */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

html, body {
   background: #505050;
   height: 100%;
}

a:link {
   color: #ffffff;
   text-decoration: underline;
}
a:visited {
   color: #ffffff;
   text-decoration: underline;
}

a:hover {
   color: #f60;
   text-decoration: underline;
}

h1 {
   color: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
}
h2 {
   color: #BCBCBC;
   font-size: 17px;
   font-weight: bold;
   margin-left: 25px;
}
h3 {
   color: #c0c0c0;
   font-size: 12px;
   text-decoration:none;
}
h4 {
   color: #b0b0b0;
   font-size: 10px;
   text-decoration:none;
}
p {
   color: #FFFFFF;
   font-size: 12px;
   font-weight: normal;
   margin-top: 5px;
}
a.menuelink {
      display:block;
      color:#fff;
      background-color:#6f6f6f;
      width:200px fixed;
      padding-top:2px; padding-bottom:3px; padding-left:25px; padding-right:10px;
      font-size:11px;
      font-family:Verdana, Arial, sans-serif;
      text-decoration:none;
      text-align:left;
      margin:0px;
      background-image:url('layout/hin1.gif'); background-repeat:no-repeat
      }
   a.menuelink:visited {
      text-decoration: none;
      }
   a.menuelink:hover {
      display:block;
      color:#fff;
      text-decoration:none;
      background-color:#666666;
      background-image:url('layout/hin2.gif'); background-repeat:no-repeat
      }
a.smalllink {
      color: #b0b0b0;
      font-size:10px;
      text-decoration:none;
      }
    a.smalllink:visited {
      text-decoration: none;
      color: #b0b0b0;
      }
    a.smalllink:hover {
      color: #ffffff;
      text-decoration:underline;
      }
a.hauptmenue {
      color: #c0c0c0;
      font-size:12px;
      text-decoration: none;
      }
    a.hauptmenue:visited {
      color: #c0c0c0;
      text-decoration: none;
      }
    a.hauptmenue:hover {
      color: #ffffff;
      text-decoration:underline;
      }
ul {   
   color: #FFFFFF;
   font-size: 12px;
   font-weight: normal;   margin-left:20px;
   }
li {
   margin-bottom:1px;
   }      