body {
    background: #f2ece5;
    color: #565655;
    font-family: Arial;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    min-width: 1080px;
}

b {
    font-size: inherit;
}

blockquote {
    background: #ece2d8;
    padding: 10px;
    margin-bottom: 10px;
    margin: 0px;
}

textarea {
    height: 80px;
    width: 90%;
    background: #fff;
    border: 1px solid #ccc;
    color: #565655;
    font-family: Arial;
    padding: 5px 9px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

table tr.zebra {
    background: #e5e5e5;
}

table.raster td {
    border-bottom: 1px solid #ccc;
}

a.lightbox img{
    border: 1px solid #00F000 !important;
    width: 498px;
}

/* --- CONFERENCE SWITCH */
div#headerconf {
    background: coral;
    border-bottom: 1px solid #555;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
    text-align: center;
    width: 100%;
}

/* --- HEADER */
div#header{
    width: 100%;
    background-color: #fff;
}

div#header-inner {
    margin: 0px auto;
    height: 271px;
    width: 920px;
    background-repeat: no-repeat;
    background-size: auto 271px;
    background-position: 205px 0;
}

div#header-inner a img {
    border: 0px;
    max-width: 245px;
}

/* --- SUBNAVIGATION */
div#subnavigation {
    background: #bbaf91;
    height: 30px;
    float: right;
    padding: 10px 15px 0px 15px;
    width: 380px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

div#subnavigation a {
    color: #f3f1d9;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

div#subnavigation input[type=text] {
    background: #ebe7de;
    border: 0px;
    color: #313131;
    float: right;
    font-size: 13px;
    padding: 2px 10px;
    position: relative;
    top: -19px;
    width: 100px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#subnavigation input[type=submit] {
    background: #bbb2aa url('../images/lupe.png') no-repeat;
    border: 0px;
    float: right;
    height: 19px;
    position: relative;
    top: -19px;
    width: 19px;
}

/* --- MAIN */
div#main {
    min-height: 650px;
    margin: 20px auto 0px auto;
    width: 920px;
}

/* --- NAVIGATION (LEFT) */
div#navigation {
    float: left;
    width: 200px;
}

div#navigation a {
    color: #565655;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    text-decoration: none;
    text-transform: uppercase;
}

div#navigation a.active {
    text-decoration: underline;
}

div#navigation div.sub {
    margin-left: 20px;
}

div#navigation div.sub a {
    font-size: 12px;
}

/* --- CONTENT */
div#content {
    float: right;
    width: 720px;
}

div#content a {
    color: #565655;
    font-size: inherit;
}

div#content a:hover {
    color: #00F000;
    text-decoration: underline !important;
}

#content a img {
    border: 0px;
}

div#content .greenbutton {
    background: #9acd32;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#content .graybutton {
    background: #666;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#content .redbutton {
    background: tomato;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#content .yellowbutton {
    background: goldenrod;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#content .blackbutton {
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#content .greenbutton:hover, div#content .redbutton:hover, div#content .blackbutton:hover, div#content .yellowbutton:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

div#content h1 {
    color: #00F000;
    font-size: 45px;
    font-weight: normal;
    margin: 0px;
}

div#content h2 {
    color: #565655;
    font-size: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div#content span.inactive {
    color: #b7a49b;
}

div#content #right {
    float: right;
    width: 200px;
}

div#content #right a {
    text-decoration: none;
}

div#content #right a.checked {
    font-weight: bold;
    text-decoration: underline;
}

div#content #left {
    float: left;
    width: 510px;
}

/* ABC */
div#content div.abc {
    background: #c0b498;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 12px;
    margin-bottom: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#content div.abc a {
    color: #fff;
    margin-right: 3px;
    text-decoration: none;
}

div#content div.abc a:hover {
    text-decoration: underline !important;
}

div#content div.abc span {
    color: #565655;
    margin-right: 3px;
}

/* NUTZUNGSBEDINGUNGEN */


div#content #middle.rules h1 {
    color: inherit;
    font-size: 26px;
}

/* USERS */
div#content div.useritem h2 {
    margin: 0 0 10px 0;
}

/* EVENTS */
div#content div.event {
    background: #ece2d8;
    padding: 10px;
    margin-bottom: 10px;
}

div#content .big {
    display: block;
    font-weight: bold;
    font-size: 21px;
    margin: 15px 0px 10px 0px;
    text-decoration: none;
}

div#content div.eventOccupation {
    background: #b7a49b;
    height: 5px;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    width: 100px;
}

div#content div.eventOccupation div.progress {
    background: #2f2e2d;
    height: 5px;
}

/* --- TEXT FÜR LÄNGERE UNTERÜBERSCHRIFTEN */
div#content span.text {
    color: #00F000;
    display: block;
    font-size: 24px;
    font-family: georgia;
    font-style: italic;
    margin-bottom: 10px;
}

div#content p {
    color: #565655;
    line-height: 135%;
    font-size: 15px;
    padding-top: 0px;
    margin-top: 0px;
}

div#content p b{
    font-size: 14px;
}

div#content div.uppercase {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

/* --- LINK MIT RAHMEN */
div#content a.box, div#content a.boxshort, div#content a.boxlong {
    border: 3px solid #00F000;
    color: #565655;
    display: block;
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 120px 20px 20px 20px;
    text-decoration: none;
    width: 140px;
}

div#content a.boxshort {
    padding: 138px 20px 20px 20px;
}

div#content a.boxlong {
    padding: 102px 20px 20px 20px;
}

div#content a.box:hover, div#content a.boxshort:hover, div#content a.boxlong:hover {
    background: #00F000;
    color: #fff;
    text-decoration: none !important;
}

/* CODE */
#content div.code, #content div.smallcode {
    color: #fff;
    display: inline;
    font-size: 11px;
    letter-spacing: 0px;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 8px 0px 8px 0px;
    -moz-border-radius: 8px 0px 8px 0px;
    -webkit-border-radius: 8px 0px 8px 0px;
}
#content div.code a {
    color: #fff;
    font-size: 11px;
}

#content div.smallcode {
    font-size: 11px;
    padding: 2px 5px;
}

#content div.smallcode a {
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
}

#content div.code a:active, #content div.smallcode a:active {
    background: inherit !important;
    text-decoration: none !important;
}

/* PAGING */
div#paging {
    text-align: center;
}

div#paging a {
    background: #bbaf91;
    color: #fff;
    padding: 3px 6px;
    margin-right: 3px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#paging a.active {
    color: #565655;
    font-weight: bold;
}

div#paging a:hover {
    color: #fff;
}

/* FORM */
div#content input[type=text], div#content input[type=password] {
    background: #fff;
    border: 1px solid #ccc;
    color: #565655;
    display: block;
    padding: 5px 9px;
    width: 160px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#content input[type=text]:focus, div#content input[type=password]:focus {
    background: #eef;
}

div#content input[type=submit] {
    padding: 5px 10px;
    border: none;
}

div#content select {
    border: 1px solid #ccc;
    color: #565655;
    padding: 5px 9px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

/* MESSAGES */
table#messages {
    font-size: 15px;
}

table#messages td {
    padding: 3px 6px;
}

/* AUDIT */
table#audit {
    width: 510px !important;
}

table#audit td {
    font-size: 0.8em;
    border: 1px solid #ccc;
    word-break: break-all;
}


table#audit tr.zebra {
    background: #e5e5e5;
}

/* ERRORS */
div.detailerror, div#infoContent, span.error  {
    background: lightsalmon !important;
    border: 2px solid darksalmon;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

span.error {
    display: block;
    max-width: 230px;
}

div#infoContent {
    background: khaki !important;
    border: 2px solid tan;
    margin-bottom: 20px;
}

/* --- FOOTER */
div#footr {
    background: #00F000;
    height: 60px;
    margin: 60px auto 0px auto;
    width: 100%;
    min-width: 780px;
}

div#footr-inner {
    background: #00F000 url('../images/footer.png') no-repeat;
    height: 51px;
    float: left;
    position: relative;
    padding-top: 9px;
    left: -260px;
    bottom: 60px;
    margin-bottom: -60px;
    margin-left: 50%;
    width: 520px;
}

div#footr-inner a {
    color: #fff;
    float: left;
    clear: left;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

div#footr-right {
    background: #09325e;
    float: right;
    height: 60px;
    min-width: 50%;
}

span.searchitem {
    color: #00F000;
    font-weight: bold;
}

.statusanzeige {
    padding: 20px;
    font-size: 20px;
    text-align: center;
    border: 2px solid red;
    border-radius: 10px;
    margin: 20px 0px;
    background: white;
}