/*---------------------global------------------------*/

body {        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #1D1D1D;
}
a:link { color: #999999;
        text-decoration: none;
}
a:hover { color: #999999;
        text-decoration: underline;
}
a:visited { color: #999999;
        text-decoration: none;
}
#page {        margin: 20px auto;
        width: 928px;
        height: 100%;
        background-color: #333333;
}
.right { text-align: right;
        color: #666666;
        font-size: 11px;
}
.small {font-size: 11px;
         color: #333333;
         line-height: 1.1em;
}
table {        width: 665px;
        border: 1px solid #999999;
        border-collapse: collapse;
        line-height: 1.5em;
}
td{        vertical-align: top;
        padding-right: 15px;
}
#unoff {    background-color: #333333;
        font-size: 11px;
        line-height: 1.5em;
        font-family: Calibri, sans-serif;
}
/*---------------------header-------------------------*/

#header{position: relative;
        height: 180px;
        background-color: #1D1D1D;
}
h1 {        width: 568px;
        margin: 0 auto;
        text-align: center;
        line-height: 2.5em;
        font-family: Arial;
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #0F0F0F;
}
h2 {        width: 568px;
        margin: 0 auto;
        text-align: center;
        line-height: 2.5em;
        font-family: Arial;
        font-size: 24px;
        font-weight: bold;
        color: #000000;
        background-color: #FFFFFF;
}
.folvpic { position: absolute;
        top: 0px;
        left: 43px;
}
.posten { position: absolute;
        top: 30px;
        left: 794px;
        text-align: center;
        line-height: 2.5em;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial;
        text-decoration: none;
}
#menu { margin: 24px auto;
        text-align: center;
        line-height: 2em;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial;
}
#menu a { display: inline;
        padding: 5px 25px 10px 25px;
        border-width:  1px 1px 0 1px;
        border-color: #333333;
        border-style: solid;
        text-decoration: none;
}
#menu a.active {
        background-color: #888888;
        color: #111111;
}
#menu a:hover {
        background-color:#555555;
        text-decoration: none;
}
/*-------------------------Menu Links-----------------------------*/

#nav {        color:#FFFFFF;
        width:142px;
        padding:20px 0px 0px 20px;
}
#nav a { width:160px;
        display:block;
        text-decoration: none;
}
#nav a.inactive { line-height: 1.5em;
        font-weight: bold;
}
#nav a.active { background-color: #888888;
        color: #111111;
        font-weight: bold;
        line-height: 1.5em;
}
#nav a:hover { background-color:#555555;
        text-decoration: none;
}

/*---------------------rest---------------------------*/

#inhalt { float: right;
        width: 698px;
        padding: 20px 20px 5px 30px;
        color: #000000;
        background: #FFFFFF;
}
#sponsoren { float: right;
        width: 200px;
        padding: 50px 0 5px 20px;
        text-align: center;
        color: #000000;
        background: #FFFFFF;
}
#startseite { padding: 20px 20px 5px 40px;
        color: #000000;
        background: #FFFFFF;
}
#footer { clear: right;
        padding: 17px;
        width: 900px;
        font-size: 11px;
        text-align: center;
        background-color: #1D1D1D;
}