/* DATEI: Format.css */

body    { font-family:   Arial;
          font-size:     10pt;
          color: #333366;
          background-color: #FFFFFF;
          background-image: url('bilder/back.jpg');
          scrollbar-base-color:#333366;
          scrollbar-3dlight-color:#ffffff;
          scrollbar-arrow-color:#ff9900;
          scrollbar-darkshadow-color:#6666cc;
          scrollbar-face-color:#333366;
          scrollbar-highlight-color:#ccccff;
          scrollbar-shadow-color:#000000;
          scrollbar-track-color:#ccccff;

          }

h1,h2,h3,h4,h5,h6
        { font-family:   Arial;
          font-style:    normal;
          
        }

h1  { background-color: #ff9900;
	  color: #FFCC99;
	  font-size: 16pt;
	  text-align: center;
           }

h2 {     font-size: 14pt;
	  text-align: center;
           color: #CCCCFF;
           background-color: #333366;}

h3 {font-size: 12pt;}

h4 {font-size: 11pt;}

h3.link {font-size: 12pt;
         background-color: #333366;
         color: #cccccc;
         text-align: left;
         font-weight:600;
         font-family:  Arial; }

h3.link1 {font-size: 12pt;
          font-weight:600;
          background-color: #333399;
          color:#ccccff ;
         font-family: Arial;}


ul      {list-style-image:url('bilder/eck.gif');}
a:link {text-decoration:none; font-style:normal; font-weight: 600; color:#ff6600;  }
a:visited { text-decoration:none; font-style: normal ;font-weight: 600; color:#ff9933; }
a:active { text-decoration:none; font-weight :bolder;color:#ff3300; }
a:hover { font-weight:600; color: #ff3300;}
td      {
         font-family:  Verdana;
         font-size:     10pt;
        }
tr.blau {background-color: #ccccff;
        color: #333366;
         font-family:  Verdana;
        }
tr.orange {background-color: #ffcc99;
          font-family:  Verdana;
          color: #333366;
          }
td.link1 {background-color: #333399;;
           color: #ccccff; border-spacing:200px;
          }
td.link {background-color: #333366;
         color: #ccccff;
         border-spacing:200px;
          }
td.orange {background-color: #ff9900;
         color: #333366;
         border-spacing:10px;
          }
th {background-color: #333366;
    color: #ccccff}