  body {
    font: 9pt Helvetica, Arial, sans-serif;
    color: #FFFFFF; background-color: #0f3774;
    min-width: 975px; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    height:100%;
    margin: 0; 
    padding: 0;
  }
  html {
    padding:0px;
    height:100%;
  }
 
  #scroll {
    min-height:100%;
    height:auto !important;
    height:100%;
  }
  #menu {
    position: absolute;
    top: 100px; left: 5px;
    width: 180px;
  }
  html>body #menu {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  html>body #news {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  html>body #header {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  html>body #adress {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  html>body #subheader {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  #header {
   position:absolute;
   top: 0px; left:0px;
   margin:0px;
   height:100px;
   width:990px;
   background-color:#FFCCCC;
   z-index:1;
  }
  
  #content {
     margin-left:190px;
	 margin-top:100px;
	 width:500px;
         min-height:1000px;
         height:100%;
	 border-left:solid 1px #86a2d1;
	 border-right:solid 1px #86a2d1;
	 padding-left:55px; padding-right: 55px;
  }
  
  #news {
     position: absolute;
	 top: 100px; left:815px;
	 width:173px;
  }
  .newstop {
    width:119px;
    border-bottom:1px solid #86a2d1;
    margin:0px;
    padding:0px;
   }
  .newscontent {
    width:151px;
    border-left:1px solid #86a2d1;
    border-right:1px solid #86a2d1;
    border-bottom:1px solid #86a2d1;
    padding:10px;
   }
  
  #adress {
     font-weight:bolder;
	 font-size:small;
     position:absolute;
	 bottom:5px; left:808px;
  }

  #subheader {
     position:absolute; left:778px; top:100px;
  } 
 
  table.menu {
     width:180px;
     margin:0px; padding:0px;
  }
  
  a {
     text-decoration:none;
	 color:#86a2d1;
  }
 
  a:hover {
     text-decoration:underline;
  }
  
  a:visit {
  }
  
  p.block {
      background-color:#86a2d1;
	  padding:3px;
	  border-top:#a6c2f1 solid 2px;
	  border-left:#a6c2f1 solid 2px;
	  border-right:#6682b1 solid 2px;
	  border-bottom:#6682b1 solid 2px;
	  margin-top:0px; margin-bottom:3px;
  }
  
  a.blocklink {
      font-weight:bold;
  	  color:#ffffff;
  }
  
  p {
     margin-top:0px; margin-bottom:10px;
  }

  p.header {
     margin-top:0px; margin-bottom:10px;
     font-weight:bolder;
     font-size:14pt;
     color:#86a2d1;
  }
 
  a.menu_inactive {
     text-decoration:none;
     font-weight:bolder;
         font-size:small;
     color:#FFFFFF;
  }
  a.menu_inactive:visited {
     color:#FFFFFF;
  }

  a.menu_active {
     text-decoration:none;
     font-weight:bolder;
         font-size:small;
     color:#86a2d1;
  }
  a.menu_active:visited {
     color:#86a2d1;
  }
