html,
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font: normal 11px/15px Verdana,Arial,sans-serif;
    color: #111;
}

* {
    margin: 10px 0;
    font: normal 11px/15px Verdana,Arial,sans-serif;
    color: #111;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: bold;
}
h1 {
    font-size: 14px;
}
h2 {
    font-size: 12px;
}
h4, h5, h6 {
    font-size: 10px;
}
div, br {
    margin: 0;
}
br.clear {
    clear: both;
}
.hide {
    display: none;
}


#header,
#footer li,
.logged_in {
    display: none;
}
#footer {
    padding: 0;
}
#footer li.first {
    display: block;
    clear: both;
    padding: 0;
    margin: 20px 0 0 0;
}
#sidebar {
    margin-top: 20px;
}
#sidebar .status .vorschau {
    display: none;
}

.modalbox #sidebar,
.modalbox #content *,
.modalbox #MB_close,
.modalbox #finally_button {
    display: none;
}
.modalbox #content .exhibition_banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.modalbox #MB_window {
    height: auto !important;
}
.modalbox #MB_content {
    margin-top: 120px;
    height: auto !important;
    overflow: visible !important;
}
.modalbox #MB_content fieldset div.general_terms {
    height: auto !important;
    overflow: visible !important;
}
