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

  body {
    font-size: 12px;
    color: black;
    font-family: Arial,Verdana,sans-serif;
    margin-top: 10px;
  }

  div#contentblock {
    width: 600px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
  }	

  div#header {
    height: 73px;
    width: 980px;
    background-image: url(../imgs/header.jpg); background-repeat:repeat-x;
  }
  
  .teaser {
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;    
  }

  .teaser a {
    color: #808000; 
    text-decoration: none;
    font-weight: bold;
  }
  
  div#content {
    min-height: 510px;
    height: auto !important;  /* für moderne Browser */
    height: 510px;  /*für den IE */
    text-align: justify;
    width: 700px;
  }
  
  .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;
  }
