html body{
        margin: 0px;
        padding: 0px;
}

body{
        background: #FFFFFF;
        text-align: center;
        font: 101%      "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande Unicode", "Lucida Grande", Lucida, "Arial Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
        line-height: 1em;
        margin: 0;
        color: #b60000;
        text-align: left;
}

h1 {
        font-size: 1em;
        margin-bottom: 10px;
}

h2 {
        font-size: 1em;
        margin-bottom: 10px;
}

p {
        color: #000000;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 0.8em;
        line-height: 1.2em;
}

.l {
        color: #000000;
        font-size: 0.8em;
        font-weight: bold;
        padding-top: 123px;
        text-align: left;
              line-height: 1.8em;
}

.k {
        color: #000000;
        font-size: 0.8em;
        font-weight: normal;
        padding-top: 0px;
        text-align: left;


}

.txtstart {
        margin-bottom: 10px;
        color: #000000;
        font-size: 1.8em;
        font-weight: normal;
        padding-top: 138px;
        padding-left: 0px;
        text-align: left;
        line-height: 1.3em
}

.txtitalic{
        color: #000000;
        font-size: 0.85em;
        font-style: italic;
        line-height: 1.15em;
}
.txtgross{
        color: #000000;
        font-size: 0.8em;
        line-height: 1.15em;

}
.txtklein{
        color: #000000;
        font-size: 0.65em;
        line-height: 1.2em;
}

a:link {
        color: #000000;
        text-decoration: none;
        line-height: 1.2em;
}

a:visited {
        color: #000000;
        text-decoration: none;
        line-height: 1.2em;
}


.durchschuss{
        line-height: 1.8em;
}

a:hover {color: #b60000;text-decoration: none;}
a:active {color: #b60000;text-decoration: none;}

.nav a:link {
        color: #000000;
        text-decoration: none;
        line-height: 2.83em;
        font-weight: bold;
        font-size: 0.8em;
}
.nav a:visited{
        color: #000000;
        text-decoration: none;
        line-height: 2.83em;
        font-weight: bold;
        font-size: 0.8em;
}
.nav a:hover {color: #b60000;text-decoration: none;}
.nav a:active {color: #b60000;text-decoration: none;}


#wrapper {
        position : relative;
        width: 925px;
        top: 20px;
}

#header {
        position : relative;
        top      : 0px;
        z-index  : 3;
        width: 900px;
        text-align: left;
        padding-left: 25px;
        height: 83px;
}

#header_p {
        display : none;
}

#linie {
        position : relative;
        top      : 77px;
        z-index  : 3;
        width: 900px;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #666666;
}

#logo {
        position : relative;
        margin-top:-60px;
        z-index  :4;
        width: 298px;
        height: 30px;
        left: 298px;


}

#content {
        position : absolute;
        width: 400px;
        left: 2px;
        z-index: 2;
        margin: 25px;
         margin-top: 55px;

}

#ani{
        position  : absolute;
        left : 465px;
        width : 300px;
        z-index : 3;
        height: 300px;
        margin-top: 65px;
}

#navigation{
        position  : absolute;
        width : 200px;
        z-index : 4;
        left: 710px;
        text-align: right;
        margin-top: 68px;
        padding-left: 0px;
}


.forminput{
        color: #333333;
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #333333;
 }

.formbutton{
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #333333;
}