﻿  a{
    color: #808000;
    text-decoration: none;
  }

  body {
    font-size: 12px;
    color: black; background-color: #CCCCCC;
    font-family: Arial,Verdana,sans-serif;
    margin-top: 10px;
    text-align: center;  /* Zentrierung im Internet Explorer */
    min-width: 980px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    height: 101%;
    background-image: url(../imgs/background.gif); background-repeat:repeat-x;
  }
  
  div#framework {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 980px;
    padding: 0;
    background-color: #FFFFFF;
  }
	
  div#header {
    height: 73px;
    width: 980px;
    background-image: url(../imgs/header.jpg); background-repeat:repeat-x;
  }
 
  div#contentblock {
    min-height: 555px;
    height: auto !important;  /* für moderne Browser */
    height: 555px;  /*für den IE */
    width: 980px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
  }	
	
  div#footer {
    clear: both;
    height: 15px;
    width: 778px;
    margin-left: 197px;
    margin-top: -18px;
    font-size: 10px;
    color: #808000;
  }

  div#globalnavigation {
    height: 38px;
    width: 192px;
    background: url(../imgs/globalnavi_bg.jpg); background-repeat:repeat-x;    
  }
  
  .globalnavigation_link a {
    font-size: 10px;
    color: #808000;
    text-decoration: none;
  }
  
  .navigationroot {
    margin-top:10px;
    display: block;
    width: 182px;
    color: #808000;
    background-color: #F0F0DE;
    text-decoration: none;  
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;    
  }

  .navigationtree {
    display: block;
    width: 182px;
    color: #000000;
    background-color: #F0F0DE;    
    text-decoration: none;  
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;    
    border-left-style:solid; 
    border-left-color:#808000; 
    border-left-width:2px;
  }
  
  .teaser {
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;    
  }

  .teaser a {
    color: #808000; 
    text-decoration: none;
    font-weight: bold;
  }
  
  .teaserline {
    border-bottom-style:solid; 
    border-bottom-color:#808000; 
    border-bottom-width:1px;
    margin-bottom:30px;
  }
  
  
  .caption {
    text-decoration: none;
    font-weight: bold;
  }
  
  .captionline {
    border-bottom-style:solid; 
    border-bottom-color:#808000; 
    border-bottom-width:1px;
  }    
  
  .navigationtree a {
    color: #000000;
  }
  
  div#navigation {
    float: left;
    display: inline;
    width: 192px;
  }
     
  div#content {
    min-height: 510px;
    height: auto !important;  /* für moderne Browser */
    height: 510px;  /*für den IE */
    text-align: justify;
    width: 778px;
    margin-left: 197px;
    margin-top: -33px;
    margin-bottom: 10px;
  }  
  
  .textbox{
    padding: 5px;
  }
  
  .textbox a {
    color: #808000; 
    text-decoration: none;
    font-weight: bold;  
  }  
 
  .title {
    font-size: 18px;
    font-style:italic;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 10px 0px;
  }

  .newsauthor{
    font-size: 10px;
    margin-top:10px;
  }

  .spacer {
    margin-top: 25px;
  }
  
  .image_border {
    border-style:solid; 
    border-color:gray; 
    border-width:1px;
  }
 
  tr.hove:hover {
    background-color: #EEEEEE;
  }
  
  .table_tech {
    width: 100%; 
  }
  
  #gecko_scrollbar {
    display: none;
  }

  html>body #gecko_scrollbar {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 1px;
    height: 1px;
    display: block;
    font-size: 0;
  }