body, html {
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: relative;
  text-align: left;
  font: normal 95% Arial, Helvetica, Verdana, sans-serif;
  color: #ffffff;
}


h1 { 
  margin: 0px 0px 15px 0px; 
  letter-spacing: 1px; 
  color: #ffffff;
  font: bold 120.01% Arial, Helvetica, Verdana, sans-serif;
  margin-left: 20px;
  margin-top: 20px;
}
  
p {
  margin: 3px 10px 10px 20px;
}

ul
{
  list-style-type: disc;
}

li
{
  margin: 3px 0px 10px 0px;
}

img {
  margin: 0px 0px 10px 20px;
}




tr td {
font-size: 90%;
}

table p {
margin: 0px 0px 10px 20px;
padding: 0px;
}



#header {
  position: absolute;
  /* z-index: 5;*/
  top: 15;
  left: 10px;
  width: 948px;
  background-color: transparent;
}


#sponsoren {
  position: absolute;
  z-index: 15;
  top: 270;
  left: 700px;
  width: 250px;
  background-color: transparent;
}




#navi {
  position: absolute; 
  top: 230px; 
  left: 30px;
  padding: 0px;
  margin: 0px;
  background-color: #015da8;
  background-repeat: no-repeat; 
  height: 30px;
  width: 948px;
   
}

/* ----------------------------------------------------------------------
definitionen fuer navi-links
-------------------------------------------------------------------------*/

/* Level 1, Schrift a, a:link*/
#navi a,a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #f1d278;  
font-size: 85%;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
margin-bottom: 4px;
margin-top: 0px;
margin-left: 0px; 
}

/* Level 1, Schrift a:hover*/
#navi div.menu1-level1-no a:hover {
text-decoration: none;
font-weight: bold;
background-color: #10417B;
color: #ffffff;
margin-bottom: 4px;
margin-top: 0px;
}

/* Level 1, aktiver Link */
#navi div.menu1-level1-act a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
background-color: #10417B;
margin-bottom: 4px;
margin-top: 0px;

}

/* Level 1, Background */
#navi div.menu1-level1-no {
background-color: transparent;
margin-bottom: 4px;
margin-top: 0px;
}

/* Level 1, Abstand und Border zu Level 2(ACT) */
#navi div.menu1-level1-act {
color: transparent;
margin-bottom: 2px;
}







#logo {
  position: absolute; 
  left: 680px; 
  top: 260px;
  height: 482px;
  width: 140px;
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
}


#content {
  position: absolute;
  top: 270px;
    left: 30px;
    width: 650px;
    
  margin: 0;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  background-color: #015da8;
  padding: 0px;

  }
  

/* Abstand Content "Text mit Bild" */
#content .imgtext-table {
    padding: 0px 10px 5px 0px;
    margin: 0px;
    background-color: transparent;
}
  



/*----------------------------------------------------------------
Links fuer Tabelle
------------------------------------------------------------------*/

#content a, a:link {                                     
    font-size: 100%;
    font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
    font-weight: bold;
    color: #f1d278;
    text-decoration: none;
    padding: 0px 0px 5px 0px;
    display: inline;

}    

#content a:visited {text-decoration: none;}
#content a:hover {text-decoration: underline;}       
#content a:active {text-decoration: none;} 


#logo a, a:link {                                     
    font-size: 95%;
    font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
    font-weight: bold;
    color: #EEBA0E;
    text-decoration: none;
    padding: 0px 0px 5px 0px;
}    

#logo a:visited {text-decoration: none;}
#logo a:hover {{text-decoration: underline;}       
#logo a:active {text-decoration: none;} 

.clr {
   clear: both;
}




