html, body {

  height: 100%;

  padding: 0;

  margin: 0;

  background-image: url(background.jpg);

  background-attachment: fixed;

  background-repeat: repeat-y;

}



#navigation {

  position: absolute;

  top: 0px;

  left: 0px;

  padding: 0;

  margin: 0;

  width: 170px;

  height: 100%;

  font-family: arial, sans-serif;

  font-size: 10pt;

  border-left: 1px dotted blue;

  border-right: 1px dotted blue;

}

#navigation a:link { color: #000080; text-decoration: none }

#navigation a:visited { color: #000080; text-decoration: none }

#navigation a:hover { color: #CC0000; text-decoration: underline }

#navigation .headline {

  height: 18px;
  background-color: blue;
  width: 170px;
  color: white;
  text-align: center;
}

#navigation #menu {

  padding: 10px;

  margin: 0;

  font-weight: bold;

  list-style-type: none;

}

#navigation #menu ul {

  margin: 0;

  font-weight: normal;

  padding-left: 15px;

  list-style-type: circle;

}



#inhalt {

  position: absolute;

  height: 100%;

  width: 640px;

  margin-left: 180px;

  font-family: arial, sans-serif;

  font-size: 10pt;

}

#inhalt h1 {

  color: blue;

  text-align: center;

  background-color: #D5D5FF;

  border: 1px dotted blue;

  font-size: 1.9em;

}

#inhalt h2 {

  color: blue;

  font-size: 1.3em;

}

#inhalt h3 {

  text-decoration:underline;

  font-size: 1em;

  padding:0;

  margin:0;

}

#inhalt p {

  margin-top:0;

}

#inhalt td {

  padding: 5px;

}

#inhalt .bu {
  font-weight: bold;
  text-decoration: underline;
}

#inhalt .b {
  font-weight: bold;
}


#inhalt a:link { color: #0077DD; text-decoration: none }

#inhalt a:visited { color: #0077DD; text-decoration: none }

#inhalt a:hover { color: #CC0000; text-decoration: underline }



#sponsoren {

  position: absolute;

  top: 0px;

  left: 830px;

  width: 170px;

  height: 100%;

  font-family: arial, sans-serif;

  font-size: 10pt;

  padding: 0;

  margin: 0;

  text-align: center;

  border-left: 1px dotted blue;

  border-right: 1px dotted blue;

}



#sponsoren .headline {

  background-color: blue;

  color: white;

  width: 100%;

  height: 18px;

  font-size: 8pt;

}



#sponsoren_tab {

  width: 100%;

  margin: 0;

  padding: 0;

  border: 0;

}



#sponsoren_tab img {

  border: none;

}





#sponsoren .sponsor_bild {

  height: 160px;

}





html>body #fixiert {

  height: 100%;

  position: fixed;

}



#scrollbereich {

  height: 100%;

  margin: 0;

  padding: 0;

}


