@media all
{
  html * { font-size: 100.01% }

  body {
    /*background-image: url(../images/flow_002.png) no-repeat left;*/
    /*background-attachment:fixed;*/
    font-family: Arial;
    /*font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;*/
    font-size: 100.00%; 
    text-align: center;
  }

  #main {
    font-family: sans-serif;
  }

  #page_margins {
    width: 600px;
    margin: 0px auto; /* Pravin 10/03 */
  }

  h1,h2,h3,h4,h5,h6 { font-weight:normal; margin: 0 0 0.25em 0; }
  h1 { font-size: 166.67%; color:#333; }                        /* 24px */
  h2 { font-size: 150% }                     /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  a {color: #900; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {background-color: #ccf; text-decoration:none;}

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 solid;
  }

  .printBox {
    width: 800px;
    text-align: left;
  }

  .plainBox {
    border: 1px solid;
    font-size: 85%;
    padding: 1em;
  }

  .marker {
    background:#ff0;
  }
  
  .fieldWithErrors input {
    background: #faa;
    border: solid 1px #f00;
  }
  
  .blackBox {
    font-size: 80%;
    border: solid 2px #000;
    padding: 1em;
    width: 400px;
    text-align: left;
    background: #f96;
  }
  
  .smallBox {
    text-align: left;
    font-size: 80%;
  }
  
  .orangeBox {
    background: #ffa;
    clear: both;
    border: solid 2px #f96;
    padding: 1em;
    font-size: 120%;
  }
  
  .orangeBoxInfo {
    background: #ffa;
    clear: both;
    border: solid 2px #f96;
    padding: 1em;
  }
  
  .orangeBg {
    border: solid 2px #f96;
    background: #f96;
    padding: .2em .5em 0 .5em;
  }
  
  .tabs {
    text-align: center;
  }

  .tab a {
    color: #00f;
    text-decoration: underline;
    margin: 0 1em 0 1em;
  }

  .tab_active a {
    color: #00f;
    text-decoration: underline;
    font-weight: bold;
    padding: .5em;
    margin: 0 2em 0 0;
  }
  
  .topLine {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    font-weight: normal;
    color: #aaa;
    font-size: 130%
  }

  .topLine2 {
    border-top: solid 1px #ccc;
    font-weight: normal;
    color: #aaa;
    font-size: 100%
  }
  
  .impressum {
    text-align: center;
    font-size: 80%;
  }

  .impressum a {
    color: #66f;
    padding: 0 1em 0 1em;
  }

  .bottomLine {
    border-top: solid 1px #ccc;
    font-weight: normal;
    color: #aaa;
    font-size: 100%
  }

  .bottomLine a {
    color: #00f;
    text-decoration: underline;
    margin: 0 1em 0 0;
  }

  .linkList {
    text-align: left;
    font-size: 75%;
  }

  .linkList a {
    font-weight: bold;
    color: #00f;
  }

  .linkList li {
    border-bottom: solid 1px #f96;
  }

  .grey {
    color: #888;
  }

  table {
    background:#fee none repeat scroll 0%;
    border:1px solid #CCCCCC;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    left:-4px;
    margin:0pt auto;
    position:relative;
    width:100%;
  }
  
  table caption {
    background:#F6F6F6;
    border-color:#CCCCCC rgb(204, 204, 204) -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px medium;
    color:#333333;
    font-size:150%;
    font-weight:bold;
    margin:0pt auto;
    padding:0.5em;
    text-align:left;
  }

  table th {
    border-left: solid 1px #ccc;
    background: #fff;
    text-align: center;
    padding: 0.5em 0.2em 0.2em 0.2em;
  }

  table td {
    padding: 0.5em;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }
}

