  body {
     background:#383D3E;
     margin:0px;
     padding:0px;
     text-align: center;
     font-size:9pt;
     font-family:Tahoma, Verdana, Arial, sans serif;
  }

  input,
  textarea,
  select {
     font-size:8pt;
     font-family:Tahoma, Verdana, Arial, sans serif;
     color:#504E53;
     border:1px solid #E3E5E5;
     background:#F0F1F1;
     width:200px;
  }


  .center {
     margin: 0 auto;
     width: 771px;
     text-align: left;
     padding:1px;
     border-left: 1px solid #FFFFFF;
     border-right: 1px solid #FFFFFF;
     border-bottom: 1px solid #FFFFFF;
  }



  .header {
  }


  .navioben {
     background:url(/images/bg_navi_oben2.gif) repeat-x;
     height:22px;
  }
  .naviobenlinktext {
     border-top:1px solid #FFFFFF;
     border-bottom:1px solid #FFFFFF;
     background:url(/images/bg_navi_oben.gif) repeat-x;
     float:left;
     height:16px;
     text-align:center;
     font-weight:bold;
     color:#000000;
     text-decoration:none;
     padding:4px 30px 0px 30px;
  }
  .naviobenlinktext:hover,
  .naviobenlinktext:active {
     background:url(/images/bg_navi_oben_over.gif) repeat-x;
     color:#F38106;
  }
  .naviobenlinktext_active {
     border-top:1px solid #FFFFFF;
     border-bottom:1px solid #FFFFFF;
     background:url(/images/bg_navi_oben_over.gif) repeat-x;
     float:left;
     height:16px;
     text-align:center;
     font-weight:bold;
     color:#F38106;
     text-decoration:none;
     padding:4px 30px 0px 30px;
  }



  .content {
     clear:both;
     background:#000000;
     width:701px;
     color:#DFDFDF;
     line-height:1.5em;
     padding:25px 35px 25px 35px;
  }
  .content h1 {
     color:#D53100;
     font-size:1.7em;
     font-weight:bold;
     margin-bottom:20px;
  }
  .content h2 {
     color:#000000;
     font-size:1.2em;
     padding-left:25px;
     padding-top:2px;
     background:url(/images/bg_h2.gif) no-repeat;
     height:21px;
  }
  .content h3 {
     font-weight:normal;
     color:#000000;
     font-size:1em;
     padding-bottom:10px;
     border-bottom:1px dashed #D53100;
     margin-bottom:10px;
  }
  .content h4 {
     color:#000000;
     font-size:1.2em;
     padding-left:25px;
     padding-top:2px;
     background:url(/images/bg_h2.gif) no-repeat;
     height:21px;
     margin:0 0 0 50px;
  }
  .content p,
  .content ol li,
  .content ul li {
     line-height:1.5em;
  }
  .content td {
     font-size:9pt;
     color:#DFDFDF;
  }
  .content img {
     padding:1px;
     border: 1px solid #383D3E;
  }
  .content a,
  .content a:link,
  .content a:visited {
     color:#DC3701;
     text-decoration:none;
  }
  .content a:hover,
  .content a:active,
  .content a:focus {
     color:#DC3701;
     text-decoration:underline;
  }
