body   
  {
    background-color: #000000;
	background-image: url(../gfx/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	border: 0px;
	
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #009900;
	padding:20px; /* Abstand oben */
	
    scrollbar-base-color: #000000;
    scrollbar-face-color: #000000; 
    scrollbar-shadow-color: #009900; 
    scrollbar-highlight-color: #009900; 
    scrollbar-3dlight-color: #000000; 
    scrollbar-darkshadow-color:#000000; 
    scrollbar-track-color: #000000; 
    scrollbar-arrow-color: #009900;
    overflow:auto;
  }
  
h1
   {
    font-size: 38px;
    color: #00cc00;
    text-transform: uppercase;	
  }
  
h4
   {
    font-size: 18px;
	text-decoration:underline;
    color: #009900;	
  }

a:link { text-decoration:none; color:#00cc00; border:none}
a:visited { text-decoration:none;  color:#00cc00; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }
a:focus { text-decoration:none; }

#SiteTable
   {
   width: 840px;
   border-width: 0px;
   text-align:justify;
  }

#table
  {
    padding:2.5em;
  }				
tr.tabellenlinie td 
  {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
  }
tr.tabellenlinie th 
  {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
  }
tr.tabellenrandunten th 
  {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
  }
tr.tabellenrandunten td 
  {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
  }