
body {
 font-family: arial, arial unicode ms, sans-serif;
 font-size: medium;
 color: #000000;
 background: url(bilder/hintergrund.jpg);
 margin: 80px;
 }

ul {
 margin: 0;
 padding: 0;
 }

li {
 margin: 0;
 padding: 0;
 }

a:link {
 color: black;
 text-decoration: none;
 }

a:visited {
 color: black;
 text-decoration: none;
 }

a:focus {
 color: red;
 text-decoration: underline;
 }

a:hover {
 color: red;
 text-decoration: underline;
 }

a:active {
 color: red;
 text-decoration: underline;
 }

#kopfbereich {
 display:block;
 width: 1000px;
 clear: both;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 }


#tabelle {
 width: 1000px;
 background-color: #FFFFFF;
 margin-left: auto;
 margin-right: auto;
 background: url(bilder/hintergrundtext.jpg);
 background-repeat: repeat;
 }


#inhalte {
 width: 800px;
 vertical-align: top;
 padding: 40px 30px 30px 40px ;

 }

#sponsoren {
 width: 200px;
 text-align: center;
 vertical-align: top;
 padding: 40px 30px 30px 30px;
 }

#schlaeger {
 display:block;
 width: 1000px;
 clear: both;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 }

#fussbereich {
 font-size: smaller;
 text-align: center;
 }

