html {
      height:100%;	  
      SCROLLBAR-BASE-COLOR: #CCCCCC;
      SCROLLBAR-ARROW-COLOR: #353990;
      SCROLLBAR-TRACK-COLOR: #D8DDE3;
      SCROLLING: auto;
      VSCROLLING: 3D"no";
     }
body 
     {
      background-color: #CCCCCC;
      height:100%;
      margin:0%;
      padding:0%;
      text-align:center;
     }
#holder
     {
      width:990px;
      border: 1px solid #333333;
     }
#header
     {
      width:990px;
      height: 102px;
      background-image:url(gfx/back_top.jpg);
     }
#topnav
     {
      width:990px;
      height: 30px;
     }
#navi
     {
      width: 180px;
      border-right: 1px solid #616161;
      background-image:url(gfx/bg_nav.jpg);
     }
#aktion
     {
      width: 130px;
      border-left: 1px solid #616161;
      background-image:url(gfx/bg_aktion.jpg);
      text-align:center;
     }

#content
     {
      font-family:Arial,Helvetica,sans-serif;
      font-size:11px;
      color:#333333;
      line-height: 16px;
      text-align: left;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 10px;
      margin-bottom: 20px;
      width: 630px;
      overflow: auto;
     } 
#footer {text-align: center;}
td
     {
      font-family:Arial,Helvetica,sans-serif;
      font-size:11px;
      color:#333333;
     } 
#content H1
     { 
      color:#FF3300;
      font-size: 14pt;
      font-weight: bold;
      margin-top:0px; 
      margin-bottom: 15px;
     }
#content H2
     { 
      font-size:14px;
      color:#515151;
      font-weight: bold;
      line-height:16px;
      padding-bottom:0px; 
      margin-bottom:2px;
     }
#content H3
     {
      font-weight:bold;
      font-size: 13px;
      color: #515151;
      text-decoration: underline;
     }
#content H4
     {
      font-weight:bold;
      font-size: 13px;
      color: #FF3300;
      text-decoration: none;
     }
#content ul {list-style-image: url(gfx/bulletrd.gif);}
#content li {margin-bottom:10px;}  
#content .hi 
     {
      font-weight:bold;
      color:#515151;
      text-decoration:underline;
     }
#content a
     {
      text-decoration: none;
      color: #FF3300;
      font-weight: bold;
     }
#content a:hover
     {
      color:#FF0000;
      text-decoration: underline;
      font-weight: bold;
     }
input,textarea 
     {
      font-size: 11px;
      font-family: Arial,Verdana,Courier New, Courier, mono;
      color: #333333;
     }	
input, textarea, select, option
     {
      background-color:#F2F2F2;
      color: #333333;
      border: 1px solid #333333;
      padding-left: 5px;
      padding-right: 0px;
      padding-top: 0px;
      margin-top: 0px;
      height: 17px;
      font-size: 11px;
      line-height: 19px;
      SCROLLBAR-BASE-COLOR:#F2F2F2;
      SCROLLBAR-ARROW-COLOR: #2A394E;
      SCROLLBAR-TRACK-COLOR:#313131;
     }
		 
textarea { height: 38px;}
		
option   
     {
      border: 0px solid #FFFFFF;
      border-bottom: 1px solid #E2E2E2;
      margin-top:2px;
     }
		 
option:hover, #content option:hover {background-color:#D9D9D9;}
option:active, option:focus { background-color:#616161; color:#FF3300}
input:hover, input:active, textarea:hover, textarea:active { border: 1px solid #2A394E;}
fieldset
     {
      border: 1px solid #919191;
      width: 90%;
      padding-left: 30px;
     }
legend   
     {
      font-weight:bold;
      color: #FF3300;
      padding-left: 20px;
      padding-right: 20px;   
     }
.tbutton 
     {
      width: 300px;
      height: 18px;
      padding-bottom:0px;
      padding-left:0px; 
      background-image:url(gfx/bg_button.gif);
      font-weight:bold;
      color: #333333;
      border: 0px solid #F2F2F2;
     }