* {
    margin: 0;
    padding: 0;
    
    font-family: Arial, Verdana, sans-serif;
    color: #767676;
    font-size: 12px;
    line-height: 19px;
}

/* defaults */
.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

p {
    margin-bottom: 15px;
}

strong {
    color: #383838;
}

a {
    position: relative;
}

table {
    width: 100%;
    margin-bottom: 25px;
}

table th,
table td {
    padding: 6px 5px;
    border-bottom: 1px dotted #bbb;
    vertical-align: top;
}

table th {
    border-bottom: 1px dotted #999;
}

table th:first-child,
table td:first-child {
    padding-left: 0;
}

table th {
    color: #383838;
}

table th:first-child {
    color: #f00;
}

table .download {
    text-align: center;
}

table td strong {
    font-weight: normal;
}

/* fonts */
h1, h2, h2 strong {
    font-weight: normal;
    color: #383838;
    text-shadow: 1px 1px #FFF;
}

h1 {
    text-transform: uppercase;
    font-size: 19px;
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 23px;
    background: url(../images/layout/redDot_10x10.gif) no-repeat 0 6px;
}

h2 {
    font-size: 17px;
    padding-bottom: 20px;
    padding-left: 20px;
    background: url(../images/layout/redDot_5x5.gif) no-repeat 4px 9px;
}

h2 strong {
    font-size: 17px;
}

/* layout */
body {
    background: url(../images/layout/mainBgGreen.jpg) fixed;
}

.backgroundBottom {
    z-index: 100;
    height: 200px;
    width: 210px;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url(../images/layout/greenBottom.png) no-repeat bottom left;
}

.rap {
    z-index: 10;
    text-align: center;
    position: relative;
    background: url(../images/layout/greenTop.png) no-repeat fixed top center;
}

.rapContent {
    text-align: left;
    width: 935px;
    margin: 0 auto;
}

.contentNav {
    float: left;
    width: 280px;
    position: fixed;
    margin: 190px 0 0 0;
}

.content {
    float: right;
    width: 645px;
}

/* paper */
.paperShadow {
    
}

.paperTop {
    background: url(../images/layout/paperTop.png) no-repeat top;
}

.paperBottom {
    padding: 100px 0;
    margin: 30px 0 0;
    background: url(../images/layout/paperBottom.png) no-repeat bottom;
}

.paper {
    background: url(../images/layout/paper.png);
}

.paperContent {
    padding: 0 70px;
    min-height: 300px;
}

/* impressum */
.impressum {
    padding: 0 75px;
    color: #eee;
    margin-bottom: 45px;
}

.impressum h1 {
    background: none;
    padding: 0 0 15px 0;
    font-size: 15px;
}

.anmeldung {
    text-align: center;
    padding: 15px 0;
}

.anmeldung a {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 3px;
    background: #498a78;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}

.anmeldung a:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.anmeldung span {
    font-size: 11px;    
    color: #999;
}