body {
      font-size: 12px;
      font-family:Arial, Helvetica, sans-serif;
      background-color: #eee;      
      color: #535353;
      text-align: center;
      margin:0;
      padding: 0;
}

#header{
      width: 895px;
      margin: 10px auto 0px; 
      height: 150px;
      background: #ddd url(grafik/header.jpg) no-repeat;
      border-left:1px dashed #535353;
      border-top:1px dashed #535353;
      border-right:1px dashed #535353;
}

#main{
      width: 895px;
      margin: 0px auto;
      overflow: auto;
      background-color: #ddd;
      border-left:1px dashed #535353;
      border-bottom:1px dashed #535353;
      border-right:1px dashed #535353;
}

#navi{
      width: 895px;
      margin: 0px auto;
      text-align: left;
      height:31px;
      background: url(grafik/button.gif);
      border-left:1px dashed #535353;
      border-right:1px dashed #535353;
      
}

#content{
      float: left;
      width: 75%;
      margin: 0 0 0 10px;
      text-align: left;
      
      
}

#sponsors{
      float: right;
      width: 22%;
      margin: 0;
      text-align: left;
      
      
}

#footer {width:100%;margin-top: 20px;}

h1{ font-size: 130%;margin: 8px 0px 2px 6px; }
h2{ font-size: 120%;margin: 8px 0px 2px 6px; }
h3{ font-size: 110%;margin: 4px 6px 2px 6px; }
h4{ font-size: 100%;margin: 4px 6px 2px 6px; }
p {margin:6px}

ul 
{
      list-style-type : none;
      margin : 0 auto;
      padding : 0;

}

li 
{
      width : 98px;
      font-size: 120%;
      font-weight:bold;
      line-height:30px;
      height: 30px;
      margin: 0;
      float :left;
      text-align : center;
      border-top:1px solid #ddd;
      
}

li.rightborder {border-right:1px solid #ddd;}
li.right {width: 101px;}

li a 
{     
      color: #ddd;
      width : 98px;
      text-decoration : none;
      text-align : center;
      display : block;
      background: url(grafik/button.gif);
}
    
li a:hover 
{
      background: #535353 url(grafik/navi2.gif) repeat-x;
}


.news-box
{
      text-align: left;
      margin-top:5px;
      margin-bottom: 5px;
      margin-left:0px;
      border-bottom: 2px solid #ccc;
}

.button-submit 
{
         border-right:1px solid #535353;
         border-bottom: 1px solid #535353;
         border-left:1px solid white;
         border-top: 1px solid white;
         margin-top: 8px;
}

.link
{
        background: url(grafik/link.gif) no-repeat left;
        padding-left: 17px;
        font-weight: bold;
}

.klein{font-size:80%;}

a:link {color: #535353; text-decoration: none} 
a:visited {color: #535353; text-decoration: none}
a:active {color: black; text-decoration: none}
a:hover {color: black; text-decoration: none}

a.navi:link {color: #ddd; text-decoration: none} 
a.navi:visited {color: #ddd; text-decoration: none}
a.navi:active {color: #ddd; text-decoration: none}
a.navi:hover {color: #ddd; text-decoration: none}