body {
        margin: 0;
         padding: 0;
        background-color: black;
        font-family: tahoma, sans-serif;
                color: white;
         }

#bg {
        position: absolute;
         height: 25px;
         width: 100%;
         margin-top: 320px;
         background-color: white;
         z-index: 0;
        }

#flashcontent {
         float: right;
        width: 1000px;
         height: 345px;
         z-index: 1;
         }

#content {
        float: right;
         width: 1000px;
         height: 355px;
         background-image: url("bg_unten.jpg");
         background-position: top;
         background-repeat: no-repeat;
         z-index: 1;
         overflow: visible;
         }

.band {
         text-align: center;
         }

.einzel {
        float: left;
         width: 380px;
         }

.bild {
        float: left;
         margin: 20px;
         }

.box {
        height: 360px;
        }

#text {
        margin: 30px;
         padding-bottom: 100px;
         }

.clear_both {
         clear: both;
                 }

img {
         border: 0px;
         }

h1 {
        font-size: 100%;
         font-weight: bold;
         }

h2 {
        font-size: 200%;
         font-weight: bold;
         }

h3 {
        font-size:150%;
         font-weight: bold;
         }

p {
        font-size: 80%;
         }

a:link {
        color: white;
         }

a:visited {
        color:  #808080
         }