@import url('slimbox/slimbox2.css');

html {
    font-size: 16px;
}
/* reset */
html,
body,
div,
form,
fieldset,
legend,
label {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    text-align: left;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
    font-weight: normal;
}

img {
    border: 0;
}


/**************************
 * Color Setup
 **************************/
body {
    text-align: center;
    color: black;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background-color: #fff;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
}

#canvas {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    max-width: 950px;
    min-width: 450px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
    background-color: #24394e;
    background-image: url("o2h-2020-background.png");
    background-repeat: no-repeat;
    border-width: 0px;
    border-style: solid;
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .4);
}

div#body h2,
div#body h3,
div#body h3 a {
    color: #4cc0ff;
    font-weight: bold;
}

div#body h1 {
    color: #ff6449;
}

div#address a,
div#body a {
    color: #4cc0ff;
}

/* attention color */


div#menu,
div#menu a {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
}

div#address,
div#address a {}

/* light background color */

div#title {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
}

div#date {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
}

div#sponsorstrip {
    clear: right;
    float: right;
    margin-top: 20px;
    margin-right: -190px;
}

#sponsorstrip h4 {
    color: #adadad;
    text-shadow: none;
    margin-bottom: 1ex;
}

#sponsorstrip img {
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* border */
input.text,
textarea.text,
select.text {
    border-color: #24394e;
}

div#body img {
    border-color: #24394e;
}

/* active Menu */


/**************************
 * Rest
 **************************/


/* hide old stuff */
.legacy {
    display: none
}

/**************************
 * body              
 **************************/
div#body {
    position: relative;
    margin-left: 240px;
    margin-right: 100px;
    padding-bottom: 50px;
    line-height: 3ex;
}

div#body img {
    text-align: center;
}

div#body h1 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    padding-bottom: 0.15em;
    line-height: 2.51ex;
    font-size: 2rem;
}

div#body h2 {
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}

div#address {
    margin-top: 20px;
    margin-left: 240px;
    padding-bottom: 10px;
    text-align: left;
    clear: both;
}

div#address small {
    font-size: 0.9rem;
}

div#address a {
    text-decoration: none;
}

div#body dt {
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .4);
    position: absolute;
    width: 15ex;
    font-weight: bold;
}

div#body a img.logo {
    border-width: 0;
}

div#body dd {
    padding-left: 18ex;
    margin-bottom: 1em;
    margin-left: 0em;
}

div#body li {
    margin-bottom: 0.3em;
}

div#body div.in p {
    margin-left: 20ex;
}

div#body div.in div.inset {
    position: absolute;
    left: 0;
    width: 16ex;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .4);
}

/**************************
 * title
 **************************/
div#topleft {
    text-align: right;
}

div#social {
    position: absolute;
    bottom: -90px;
}

div#title {
    font-size: 1.5rem;
    padding-right: 30px;
    padding-top: 20px;
}

div#date {
    padding-top: 5px;
    padding-bottom: 70px;
    padding-right: 30px;
    font-size: 1.3rem;
}


img#logos {
    float: right;
    clear: right;
    padding-top: 180px;
    z-index: 1;
}


/**************************
 * menu              
 **************************/
div#menu {
    width: 145px;
    padding: 0;
    margin: 0;
    margin-left: 50px;
    margin-top: 95px;
    margin-bottom: 60px;
    float: left;
    font-weight: normal;
    font-size: 0.8rem;
}

div#menu a {
    text-decoration: none;
    display: block;
}

div#menu ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

div#menu ul a,
div#menu ul div.selected {
    margin-top: 5px;
    padding: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 0.05);
    border-style: none;
}

div#menu li div.selected {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
}


div#menu ul ul li {
    padding-left: 15px;
}

div#menu a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


/**************************
 * form              
 **************************/

table.form {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.form td.label {
    text-align: right;
    vertical-align: top;
    width: 90px;
}


table.form td.submit {
    text-align: right;
}

table.form td.input {
    text-align: left;
    width: 300px;
}

input.text,
textarea.text,
select.text,
div.pseudoinput {
    border-style: solid;
    padding-left: 2px;
    border-width: 1px;
    font-family: inherit;
    font-size: inherit;
}

div.pseudoinput {
    border-color: transparent;
}

input.button {
    padding: 0px;
    margin: 0px;
    padding-left: 2px;
    border-width: 1px;
    font-size: 1rem;
}


@media print {

    div#menu,
    input.button,
    div#date,
    div#beine,
    div#title {
        display: none;
    }

    div#body {}

    div#bill {
        border-style: none;
    }

    table.calendar td.occupied,
    table.calendar td.mine,
    table.calendar td.available {
        border-style: solid;
        margin: 0pt;
    }

    table.calendar td.occupied,
    table.calendar td.mine {
        border-width: 1pt;
        border-color: black;
    }

    table.calendar td.available {
        border-width: 1pt;
        border-color: black;
        border-style: dotted;
    }

}

table.resultate {
    font-size: 0.8rem;
    border-collapse: collapse;
}

table.resultate th {
    font-weight: bold;
}

table.resultate td {
    font-size: 0.8rem;
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: top;
    padding-left: 0.6ex;
    padding-right: 0.6ex;
    border-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
}

table.resultate tr.even {
    background-color: rgba(0, 0, 0, 0.13);
}