/* MAIN */

  /* HTML */
  html
  {
    height          : 100%;
    width           : 100%;
  }

  /* Body */
  body
  {
    height          : 99%;
    width           : 100%;
    margin-top      : 0px;
    margin-left     : 0px;
    margin-right    : 0px;
    background-color: #cccccc;
  }

  /* Maintags */
  font, td, body, p, div, input, textarea, form, select
  {
    font-family    : Verdana,Arial,Helvetica,Sans-Serif;
    font-size      : 12px;
    line-height    : 20px;
    color          : #666666;
    font-style     : normal;
    font-weight    : normal;
    text-decoration: none;
  }

  /* Links */
  a:link, a:visited
  {
    font-family    : Verdana,Arial,Helvetica,Sans-Serif;
    color          : #4c4c4c;
    font-weight    : normal;
    text-decoration: underline;
  }

  a:hover
  {
    font-family    : Verdana,Arial,Helvetica,Sans-Serif;
    color          : #4c4c4c;
    font-weight    : normal;
    text-decoration: none;
  }

  /* Quotes */
  blockqoute, q, .quotes
  {
    border-left    : 1px solid #c9c9c9;
    margin-left    : 15px;
    padding-left   : 6px;
    font-style     : italic;
  }

/* TABLES */

  /* Table to center the content vertically and horizontally */
  .table_placement
  {
    width            : 100%;
    height           : 100%;
    border-style     : none;
    border-collapse  : collapse; /* CSS 2.0 IE5.5, no NN support*/
    padding          : 0px;
  }

  .table_placement_content
  {
    text-align       : center;
    vertical-align   : middle;
  }

  /* Headertable */
  .table_header
  {
    width            : 777px;
    height           : 299px;
    margin-top       : 10px;
    border-style     : none;
    border-collapse  : collapse; /* CSS 2.0 IE5.5, no NN support*/
    padding          : 0px;
    background-color : #ffffff;
    text-align       : center;
    margin-left      : auto;
    margin-right     : auto;
  }

  .table_header_bottom_left, .table_header_bottom_right
  {
    width            : 21px;
    height           : 20px;
    background-repeat: repeat-y;
  }

  .table_header_bottom_center
  {
    height           : 20px;
  }

  /* Sub headertable to place the images and head navigation */
  .table_header_sub
  {
    border-style     : none;
    border-collapse  : collapse; /* CSS 2.0 IE5.5, no NN support*/
    padding          : 0px;
  }

  .table_header_sub_leftcorner, .table_header_sub_rightcorner
  {
    width            : 21px;
    height           : 90px;
  }

  .table_header_sub_logo
  {
    width            : 262px;
    height           : 90px;
  }

  .table_header_sub_blocks /* See also: class table_header_sub_blocks_text needs the same font options */
  {
    height           : 90px;
    text-align       : right;
    vertical-align   : top;
    font-family      : Verdana,Arial,Helvetica,Sans-Serif;
    font-size        : 10px;
    color            : #666666;
    text-decoration  : none;
  }

  .table_header_sub_blocks_text /* See also: class table_header_sub_blocks needs the same font options */
  {
    text-align       : right;
    vertical-align   : top;
    font-family      : Verdana,Arial,Helvetica,Sans-Serif;
    font-size        : 10px;
    color            : #666666;
    text-decoration  : none;
  }

  a.table_header_sub_blocks:link, a.table_header_sub_blocks:visited,
  a.table_header_sub_blocks_text:link, a.table_header_sub_blocks_text:visited,
  {
    text-align       : right;
    vertical-align   : top;
    font-family      : Verdana,Arial,Helvetica,Sans-Serif;
    font-size        : 10px;
    color            : #666666;
    text-decoration  : none;
  }

  a.table_header_sub_text:hover
  {
    text-align       : right;
    vertical-align   : top;
    font-family      : Verdana,Arial,Helvetica,Sans-Serif;
    font-size        : 10px;
    color            : #666666;
    text-decoration  : underline;
  }

  .table_header_sub_bottom_left, .table_header_sub_bottom_right
  {
    width            : 21px;
    height           : 209px;
    background-repeat: repeat-y;
  }

  .table_header_sub_bottom_picture
  {
    height           : 209px;
  }

  /* Maintable */
  .table_main
  {
    width            : 777px;
    margin-bottom    : 10px;
    border-style     : none;
    border-collapse  : collapse; /* CSS 2.0 IE5.5, no NN support*/
    padding          : 0px;
    background-color : #ffffff;
    text-align       : center;
    margin-left      : auto;
    margin-right     : auto;
  }

  .table_main_left, .table_main_right
  {
    width            : 21px;
    height           : 100%;
    background-repeat: repeat-y;
  }

  .table_main_center
  {
    width            : 100%;
  }

  .table_footer_center
  {
    width            : 100%;
    height           : 21px;
  }

  .table_footer_leftcorner, .table_footer_rightcorner
  {
    width            : 21px;
    height           : 21px;
  }

  /* Content table */
  .table_content
  {
    width            : 100%;
    border-style     : none;
    border-collapse  : collapse; /* CSS 2.0 IE5.5, no NN support*/
    padding          : 0px;
    background-color : #ffffff;
  }

  .table_content_navleft
  {
    width            : 240px;
    height           : 100%;
    padding-top      : 10px;
    padding-bottom   : 10px;
    text-align       : left;
    vertical-align   : top;
    background-repeat: repeat-y;
    background-color : #ededed;
  }

  .table_content_navright
  {
    width            : 1px; /* 1px min necessary */
    height           : 100%;
    vertical-align   : top;
    text-align       : right;
    padding-left     : 0px;
    padding-top      : 0px;
    padding-right    : 0px;
    padding-bottom   : 0px;
  }

  .table_content_spacer
  {
    width            : 10px;
  }

  .table_content_content
  {
    padding-left     : 10px;
    padding-top      : 10px;
    vertical-align   : top;
    text-align       : left;
    border-width     : thin;
    border-color     : #c9c9c9;
    border-left-style: dotted;
    border-top-style : dotted;
    border-right-style : none;
    border-bottom-style: none;
  }

  /* Navigation blocks */
  .table_navleft
  {
    width            : 90%;
    text-align       : center;
    margin-left      : auto;
    margin-right     : auto;
    border-style     : none;
    border-collapse  : collapse; /* CSS 2.0 IE5.5, no NN support*/
    vertical-align   : top;
  }

  .table_navright
  {
    width            : 140px;
    text-align       : center;
    margin-left      : auto;
    margin-right     : auto;
    border-collapse  : collapse; /* CSS 2.0 IE5.5, no NN support*/
    vertical-align   : top;
    margin-left      : 30px;
    margin-top       : 0px;
    margin-right     : 0px;
    margin-bottom    : 0px;
    border-style     : none;
    border-width     : thin;
    border-color     : #c9c9c9;
    border-left-style: dotted;
    border-top-style : none;
    border-right-style : none;
    border-bottom-style: none;
  }

  /* Messages */
  .table_msg
  {
    width            : 100%;
    border-style     : none;
    border-collapse  : collapse; /* CSS 2.0 IE5.5, no NN support*/
    padding          : 0px;
  }

  .table_msg_left
  {
    vertical-align   : top;
    text-align       : left;
  }

  .table_msg_right
  {
    vertical-align   : top;
    text-align       : center;
  }

  /* Headlines */
  .headline
  {
    margin-bottom    : 35px;
    font-family      : Arial,Helvetica,Sans-Serif;
    font-size        : 18px;
    line-height      : 18px;
    color            : #ff9933;
    font-weight      : bold;
    text-decoration  : none;
  }

  .headline2
  {
    margin-bottom    : 15px;
    font-family      : Arial,Helvetica,Sans-Serif;
    font-size        : 15px;
    line-height      : 15px;
    color            : #666666;
    font-weight      : bold;
    text-decoration  : none;
  }

/* NAVIGATIONBLOCKS */

  /* Titles - left */
  .blocktitle
  {
    font-family      : Arial,Helvetica,Sans-Serif;
    font-size        : 18px;
    line-height      : 18px;
    color            : #ff9933;
    font-weight      : bold;
    text-decoration  : none;
  }

  /* Content */
  .blockcontent
  {
    font-family      : Verdana,Arial,Helvetica,Sans-Serif;
    font-size        : 12px;
    color            : #666666;
    font-weight      : normal;
    text-decoration  : none;
  }

  /* Links */
  a.blockcontent:link, a.blockcontent:visited
  {
    font-family      : Verdana,Arial,Helvetica,Sans-Serif;
    font-size        : 12px;
    color            : #666666;
    font-weight      : normal;
    text-decoration  : none;
    padding          : 3px;
  }

  a.blockcontent:hover
  {
    font-family      : Verdana,Arial,Helvetica,Sans-Serif;
    font-size        : 12px;
    color            : #808080;
    font-weight      : normal;
    text-decoration  : underline;
  }

  /* Mainnavigation left */
  .navleft_main
  {
    width            : 190px;
    height           : 31px;
    background-repeat: no-repeat;
    text-align       : left;
    vertical-align   : middle;
    font-family      : Arial,Helvetica,Sans-Serif;
    font-size        : 18px;
    line-height      : 31px;
    text-indent      : 7px;
    color            : #666666;
    font-weight      : bold;
    text-decoration  : none;
  }

  a.navleft_main:link, a.navleft_main:visited
  {
    font-family      : Arial,Helvetica,Sans-Serif;
    font-size        : 18px;
    text-indent      : 7px;
    color            : #666666;
    font-weight      : bold;
    text-decoration  : none;
  }

  a.navleft_main:hover
  {
    font-family      : Arial,Helvetica,Sans-Serif;
    font-size        : 18px;
    text-indent      : 7px;
    color            : #666666;
    font-weight      : bold;
    text-decoration  : underline;
  }
