@charset "utf-8";

/******************************************************************************
 * Copyright © 2009 by
 *
 * IVS Solutions AG
 * Annaberger Str. 240
 * D-09125 Chemnitz
 *
 * Tel. +49-371-5347 380
 * Fax +49-371-5347 428
 *
 * http://www.ivs-solutions.de
 *
 * $Header: $
 *
 * Description:
 * New Homepage style
 *
 *****************************************************************************/
  
  /***** MAIN ELEMENTS *****/
  
  body {
    background-color: #363636;
    background-image: url('res/bodygradient.png');
    background-repeat: repeat-x;
    color: #000000;
    font-family: "Trebuchet MS", Tahoma, Verdana, "Lucida Grande", Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
  }
  
  a {
    outline: none;
    color: #8a2000;
  }
  
  a:link, a:visited {
    color: #8a2000;
    text-decoration: none;
  }
  a:hover {
    color: #000000;
    text-decoration: underline;
  }
  a:active {
    color: #000000;
    text-decoration: none;
  }
  
  img {
    border: 0px solid black;
  }
  
  /***** TABLES *****/
  
  th {
    font-weight: bold;
    text-align: left;
  }
  
  .imprint_table {
    background-color: #fda04d;
    width: 100%;
  }
  
  .imprint_table tr {
    margin: 0;
    padding: 0;
  }
  
  .imprint_table td {
    vertical-align: top;
    padding: 0px 10px 0px 10px;
  }
  
  .imprint_table .alt {
    background-color: #ffba7a;
  }
  
  .align_right {
    text-align: right;
  }
  
  .data_table td {
    vertical-align: top;
  }
  
  
  /***** TEXT FORMATTING *****/

  p {
    text-align: justify;
  }
  
  .bold {
    font-weight: bold;
  }
   
  .alternativelinks a {
    color: #8a2000;
    font-size: 8pt;
    text-decoration: none;
  }
  .alternativelinks a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted black;
  }
  .alternativelinks a:active {
    color: #8a2000;
    text-decoration: none;
  }
  
  .footer_text {
    text-align: center;
    font-size: 10px;
    color: #616161;
    padding-bottom: 5px;
  }
  
  .heading {
    color: #FFFFFF;
  }
  
  .heading h1 {
    font-size: 16pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
  }
  
  .heading h2 {
    font-size: 12pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
  }
  
  .heading a, .heading a:link, .heading a:visited {
    color: #FFFFFF;
  }
  
  .heading a:hover {
    color: #FFFFFF;
    text-decoration: underline;
  }
  
  h3 {
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: 1px dotted #FFFFFF;
  }
  
  /***** DESIGN FORMATTING *****/
  
  #header_td {
    background-image: url('res/header.png');
    width: 778px;
    height: 148px;
    vertical-align: top;
    color: #000000;
  }
  
  #content_tbl {
    margin: 0 auto;
    width: 778px;
  }
  
  #main_td {
    padding: 0px 19px 0px 19px;
    background-image: url('res/mainbg.png');
  }
  
  #footer_td {
    padding: 45px 0px 0px 0px;
    margin: 0px;
    width: 778px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url('res/bottom.png');
    vertical-align: bottom;
  }
  
  #breadcrumbs {
    padding: 5px 0px 0px 20px;
    font-size: 8pt;
    color: #ffcb90;
  }
  
  #breadcrumbs a {
    color: #ffcb90;
    text-decoration: none;
  }
  
  #breadcrumbs a:hover {
    color: #FFFFFF;
    text-decoration: underline;
  }
  
  .content {
    background-color: #fc812d;
    padding: 20px 20px 40px 20px;
  }

  /*
  .content a[href^="http:"] {
    background: url("res/link.png") no-repeat left center;
    padding-left: 11px;
  }
  */
  
  .highlight {
    background-color: #fda04d;
  }
  
  .download {
    float: right;
    clear: right;
  }
  
  .spaced_ul li {
    padding-bottom: 1em;
  }
  
  /***** TABBED INTERFACE *****/
  
  #header {
    width: 100%;
    background: url("res/menubg.png") repeat-x bottom;
    height: 41px;
    line-height: normal;
  }

  #header ul {
    margin: 0;
    padding: 0 20px 0 20px;
    list-style: none;
  }

  #header li {
    display: inline;
    background: url("res/menubg.png") repeat-x left top;
    margin: 0;
    height: 41px;
    padding: 0;
  }

  #header a {
    display: block;
    font-size: 13px;
    float: left;
    height: 28px;
    width: auto;
    background: url("res/menubg.png") repeat-x left top;
    text-decoration: none;
    color: #FFFFFF;
    padding: 13px 10px 0 10px;
  }

  #header li:hover, #header li:hover a {
    background: url("res/menubghighlight.png") repeat-x left top;
    text-decoration: underline;
  }

  #header li:hover a {
    background: url("res/menubghighlight.png") repeat-x left top;
  }

  #header #current {
    background: url("res/menubghighlight.png") repeat-x left top;
    font-weight: bold;
    text-decoration: underline;
  }

  #header #current a {
    background: url("res/menubghighlight.png") repeat-x left top;
    font-weight: bold;
    color: #000000;
  }
  
  /* SUB NAVIGATION */
  
  #subnavigation {
    background-color: #fda04d;
    margin: 1px;
    clear: left;
    text-align: center;
  }
  
  #subnavigation a {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    width: auto;
    color: #8a2000;
  }
  
  #subnavigation a:hover {
    background-color: #feb370;
    color: #8a2000;
    text-decoration: underline;
  }
  
  #subnavigation #subactive {
    background-color: #feb370;
    color: #000000;
    font-weight: bold;
  }