
    * {
        margin: 0px;
        padding: 0px;
    }

    body {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        background-color: #3F3F41;
    }

    body, table, p {
        font-size: 11px;
        line-height: 1.4;
        color: white;
    }

    a {
        color: #FFFFFF;
        text-decoration: underline;
    }

    h1 {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    /* default alignment of table cells */
    td {
        vertical-align: top; 
        text-align: left;
    }

    /* no borders on images */
    img { 
        border: 0px; 
    }

    hr {
        border-top: 1px dotted #BCE4FE;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    p {
        margin-bottom: 5px;
    }
    
    ul {
        list-style: square;
    }

    body {
        height: 600px;
        background-image: url(../images/verlauf.jpg);
        background-repeat: repeat-x;
        text-align: center;
    }
    
    #top_navi {
        position: relative;
        top: 93px;
        width: 900px;
        height: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2px;
        color: white;
        text-align: left;
    }
    
    #top_navi a {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin-left: 0px;
        margin-right: 0px;
        height: 20px;
        padding-top: 2px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        text-decoration: none;
    }
    
    #top_navi .link {
        background-image: url(../images/navi_background.jpg);
        background-repeat: repeat-x;
    }

    #top_navi .section {
        background-image: url(../images/navi_background_active.jpg);
        background-repeat: repeat-x;
    }

    #top_navi .current {
        background-image: url(../images/navi_background_active.jpg);
        background-repeat: repeat-x;
    }

    #sub_navi {
        position: relative;
        top: 5px;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2px;
        color: white;
        text-align: left;
    }
    
    #sub_navi a {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 2px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        height: 20px;
        text-decoration: none;
    }
    
    #sub_navi .link {
        background-image: url(../images/subnavi_background.jpg);
        background-repeat: repeat-x;
    }

    #sub_navi .section {
        background-image: url(../images/subnavi_background_active.jpg);
        background-repeat: repeat-x;
    }

    #sub_navi .current {
        background-image: url(../images/subnavi_background_active.jpg);
        background-repeat: repeat-x;
    }

    #content {
        position: relative;
        width: 900px;
        height: 600px;
        top: 94px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        background-color: black;
        color: white;
        text-align: left;
    }
    
    #logo {
        position: relative;
        width: 237px;
        height: 209px;
        top: -41px;
        margin-right: 17px;
        float: right;
        background-image: url(../images/logo_panthers.jpg);
        background-repeat: no-repeat;
    }
    
    #logoa {
        position: absolute;
        top: -51px;
        right: 40px;
        width: 237px;
        height: 51px;
        background-image: url(../images/logo_klein_oben.gif);
        background-repeat: no-repeat;
    }
    
    #logob {
        position: absolute;
        right: 17px;
        width: 237px;
        height: 174px;
        background-image: url(../images/logo_klein_unten.jpg);
        background-repeat: no-repeat;
    }
    
    #content_inner {
        padding-left: 50px;
        padding-top: 25px;
        padding-bottom: 20px;
        padding-right: 30px;
    }
    
    #MainContent {
        width: 595px;
        height: 500px;
        overflow: auto;
    }
    
    #BildLinks {
        position: absolute;
        left: 10px;
        bottom: 50px;
    }
    
    #DreiBilder {
        position: absolute;
        top: 80px;
        left: 50px;
        width: 260px;
    }
    
    #Bild1 {
        position: absolute;
        top: 0px;
    }
    
    #Bild2 {
        position: absolute;
        top: 173px;
    }
    
    #Bild3 {
        position: absolute;
        top: 346px;
    }
    
    #Bild1Text {
        position: absolute;
        top: 80px;
        left: 330px;
        width: 300px;
    }
    
    #Bild2Text {
        position: absolute;
        top: 253px;
        left: 330px;
        width: 300px;
    }
    
    #Bild3Text {
        position: absolute;
        top: 426px;
        left: 330px;
        width: 300px;
    }
    
    #TextRechts {
        position: absolute;
        width: 200px;
        top: 200px;
        right: 20px;
        padding-left: 15px;
    }
    
    #Events {
        width: 595px;
        height: 530px;
        overflow: auto;
        margin-top: 10px;
    }
    
    .EventBild {
        float: left;
        width: 270px;
        height: 163px;
    }
    
    .EventText {
        width: 293px;
        margin-left: 285px;
        margin-bottom: 10px;
    }
    
    .Event {
        clear: both;
    }
    
    #CopyrightDesign {
        position: relative;
        top: 96px;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }
    
    #CopyrightCorner {
        width: 13px;
        height: 30px;
        background-image: url(../images/rounded_corner_bl.gif);
        background-repeat: no-repeat;
        float: left;
    }

    #CopyrightText {
        margin: 0px;
        padding-top: 8px;
        xwidth: 434px;
        width: 330px;
        height: 22px;
        background-color: black;
        color: gray;
        text-align: left;
        float: left;
    }
    
    #FacebookLike {
        width: 175px;
        height: 22px;
        background-color: black;
        padding-top: 6px;
        padding-bottom: 2px;
        float: left;
    }
    
    #MemberArea {
        padding-top: 8px;
        height: 22px;
        width: 100px;
        background-color: black;
        text-align: left;
        float: left;
    }
    
    #MemberArea a {
        text-decoration: none;
        color: gray;
    }
    
    #DesignCorner {
        height: 30px;
        width: 13px;
        background-image: url(../images/rounded_corner_br.gif);
        background-repeat: no-repeat;
        float: right;
    }

    #DesignText {
        margin: 0px;
        padding-top: 8px;
        xwidth: 340px;
        width: 269px;
        height: 22px;
        background-color: black;
        color: gray;
        text-align: right;
        float: left;
    }

    #DesignText a {
        text-decoration: none;
        color: gray;
    }
    
    .newstitle {
        margin-bottom: 5px;
        font-weight: bold;
        display: block;
    }
    
    .newsteaser {
        margin-bottom: 5px;
    }
    
    .newsimage {
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }
    
    .newsdatum {
        margin-bottom: 5px;
    }
    
    #YouTubeVideo {
        margin-top: 60px;
    }
    
    .TerminZettel {
        width: 127px;
        background-color: #FFF79A;
        color: black;
        margin: 20px;
        padding: 5px;
        border-top: 1px solid #2a2a2a;
        border-left: 1px solid #2a2a2a;
        border-right: 2px solid #2a2a2a;
        border-bottom: 2px solid #2a2a2a;
        text-align: center;
        font-family: "Comic Sans MS", Serif;
        font-size: 16px;
    }
    
    .TerminZettel a {
        color: black;
        text-decoration: none;
    }
    
    .Zettel1 {
        position: absolute;
        top: 90px;
        left: 100px;
    }
    
    .Zettel2 {
        position: absolute;
        top: 110px;
        left: 300px;
    }
    
    .Zettel3 {
        position: absolute;
        top: 220px;
        left: 80px;
    }
    
    .Zettel4 {
        position: absolute;
        top: 250px;
        left: 340px;
    }

    .Zettel5 {
        position: absolute;
        top: 350px;
        left: 140px;
    }
    
    .Zettel6 {
        position: absolute;
        top: 390px;
        left: 370px;
    }

    .Zettel7 {
        position: absolute;
        top: 470px;
        left: 100px;
    }
        
