/*
--------------------------------------------------------------------------------
	BigSeven GmbH & Co. KG
	-------------------------------------
	© 2007 dpi-one - multimedia agentur
	http://www.dpi-one.de
--------------------------------------------------------------------------------
*/


  body
  {
    background-color: #bdb0ce;
    margin: 0px;
    overflow: auto;
  }
  a, body, div, h3, input, td, textarea
  {
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    text-decoration: none;
  }
  h1
  {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 0px;
  }
  h2
  {
    color: #979799;
    display: inline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13.5pt;
    font-weight: bold;
  }
  h3
  {
    color: #cc0000;
    display: inline;
    line-height: 14px;
  }
  
  
  a, a:link, a:visited
  {
    color: #cc0000;
    font-size: 9pt;
  }
  a:hover, a:active
  {
    text-decoration: underline;
  }
  a.nav, a.nav:link, a.nav:visited, a.nav:active
  {
    color: #000000;
  }
  
  
  .small
  {
    font-size: 7pt;
    line-height: 10px;
  }
  .text
  {
    color: #000000;
    line-height: 14px;
    list-style-position: outside;
    list-style-type: upper-roman;
  }
  .highlight
  {
    color: #cc0000;
  }
  .link
  {
    cursor: hand;
    /* Schliesse ältere IE aus */
    voice-family: "\"}\"";
    voice-family: inherit;
    cursor: pointer;
  }
  
  
  form
  {
    display: inline;
  }
  input
  {
    color: #000000;
    font-family: Arial,sans-serif;
  }
  input.text
  {
    border: 1px #cc0000 solid;
    height: 20px;
    width: 171px;
  }
  input.checkbox
  {
    border-width: 0px;
    height: 14px;
  }
  input.button
  {
    background-color: #cc0000;
    border: 1px #000000 solid;
    color: #ffffff;
    font-size: 8.5pt;
  }
  input.button, input.checkbox, label
  {
    cursor: hand;
    /* Schliesse ältere IE aus */
    voice-family: "\"}\"";
    voice-family: inherit;
    cursor: pointer;
  }
  textarea
  {
    color: #000000;
    border: 1px #cc0000 solid;
    font-family: Arial,sans-serif;
    height: 190px;
    overflow: auto;
    scrollbar-base-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #cc0000;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    width: 171px;
  }
  
  
  #frame
  {
    background-color: #ffffff;
    text-align: center;
  }