
@font-face {
    font-family: Molengo;
    local: Molengo;
    local: Molengo Standard;
    src: url('fonts/molengo-regular-webfont.eot');
    src: 
        url('fonts/molengo-regular-webfont.eot') format('eot')
        
        ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Droid Serif;
    src: url('fonts/droidserif-webfont.eot');
    src: local  ('Droid'), local('Droid Serif') 
        url('fonts/droidserif-webfont.woff') format('woff'),
        url('fonts/droidserif-webfont.ttf') format('truetype')
        ;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SaxMono;
    src: local  ('Saxmono'), 
        url('fonts/Saxmono.eot') format('eot'),
        url('fonts/Saxmono.woff') format('woff'),
        url('fonts/Saxmono.ttf') format('truetype')
        ;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Amble;
    local: Amble;
    local: Amble-Regular;
    local: Amble Standard;
    src: url('fonts/droidserif-webfont.eot');
    src: local  ('Amble'), local('Amble-Regular')
        url('fonts/amble-regular.woff') format('woff'),
        url('fonts/Amble-Regular.ttf') format('truetype')
        ;
    font-weight: normal;
    font-style: normal;
}

.rel24 h1 {
    /*font-family: Molengo;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

.rel24 h2 {
    font-family: Molengo;
    font-size: 20px;
}

.rel24 h3 {
    font-family: Molengo;
    font-size: 16px;
}

.rel24 h4 {
    font-family: Molengo;
    font-size: 14px;
}

.rel24 h5 {
    font-family: Molengo;
    font-size: 12px;
}

.rel24 html {
}

.rel24 body {
    margin: auto;
    height: 99vh;
    /*width: 80%;*/
    background-repeat: no-repeat;
    background-color: darkblue;
    color: hsl(240, 100%, 90%);
}

.rel24 body, a, input {
    color: hsl(240, 100%, 90%);
}

.rel24 body, input {
    background-repeat: no-repeat;
    background-color: darkblue;
}

.rel24 header {
    margin-top:10px;
    height:80px;
    text-align: center;
    font-size: x-large;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.rel24 header > div {
    text-align: center;
    vertical-align: central;
    padding: 5px;
}

.rel24 #button {
    text-align: center;
    margin-top: 10px;
    height: 50px;
}

.rel24 #button > button {
    height: 40px;
    width: 150px;
    color: white;
    font-family: Molengo;
    font-size: 16px;
    border-color: transparent;
}

.rel24 #button > button:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.rel24 #button > button:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.rel24 #button > button:focus {
    border-color: darkblue;
    outline: 0;
}

.rel24 #button > button:hover {
    border-color: blue
}

.rel24 #button > button:active {
    border-color: purple;
}


.rel24 #contentframe {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    min-height: 300px;
    height: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
}

.rel24 #contentbackground {
    margin: auto;
    margin-top: 10px;
    min-height: 90%;
    height: 90%;
    width: 95%;
    background-color: darkblue;
    border-radius: 6px;
}

.rel24 #centerhelper {
    width: 1px;
    height: 50%;
    float: left;
    margin-bottom: -226px;
}

/*.rel24 #content {
    height: 453px;
    width: 505px;
    margin: 0 auto;
    clear: left;
}*/

.rel24 #stuff {
    height: 30px;
}
.rel24 #lanButton > button {
    background : transparent;
    border: none;
    vertical-align: top;
    width: 40px;
    /*opacity: 0.2;*/
}

.rel24 #daytime {
    font-family: SaxMono;
    font-size: 14px;
    font-stretch: extra-expanded;
    color: white;
    /*font-weight: bold;*/
    height: 20px;
    text-align: right;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.rel24 footer {
    margin-top: 5px;
    margin-bottom: 5px;
    height:50px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /*font-family: Amble-Regular;*/
    font-family: 'Open Sans', sans-serif;    
    font-size: 12px;
    font-weight: bold;
}

.rel24 footer > #browser {
    /*font-family: Amble-Regular;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
}

/* gradient light dark blue */
.rel24 #contentframe, footer, #button > button {
    /* IE10 Consumer Preview */ 
    background: -ms-linear-gradient(bottom, #000000 0%, #3A33E5 100%);
    /* Mozilla Firefox */ 
    background: -moz-linear-gradient(bottom, #000000 0%, #3A33E5 100%);
    /* Opera */ 
    background: -o-linear-gradient(bottom, #000000 0%, #3A33E5 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #3A33E5));
    /* Webkit (Chrome 11+) */ 
    background: -webkit-linear-gradient(bottom, #000000 0%, #3A33E5 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background: linear-gradient(to top, #000000 0%, #3A33E5 100%);
}

/* gradient dark light blue */
.rel24 body > header, #button > button:focus {
    /* IE10 Consumer Preview */ 
    background: -ms-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Mozilla Firefox */ 
    background: -moz-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Opera */ 
    background: -o-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3A33E5), color-stop(1, #000000));
    /* Webkit (Chrome 11+) */ 
    background: -webkit-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background: linear-gradient(to top, #3A33E5 0%, #000000 100%);
    border-radius: 6px;
}


/* gradient dark light blue */
.rel24 body > header, #button > button:hover {
    /* IE10 Consumer Preview */ 
    background: -ms-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Mozilla Firefox */ 
    background: -moz-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Opera */ 
    background: -o-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3A33E5), color-stop(1, #000000));
    /* Webkit (Chrome 11+) */ 
    background: -webkit-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background: linear-gradient(to top, #3A33E5 0%, #000000 100%);
    border-radius: 6px;
    border-color: blue
}

/* gradient dark light blue */
.rel24 body > header, #button > button:active {
    /* IE10 Consumer Preview */ 
    background: -ms-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Mozilla Firefox */ 
    background: -moz-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Opera */ 
    background: -o-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3A33E5), color-stop(1, #000000));
    /* Webkit (Chrome 11+) */ 
    background: -webkit-linear-gradient(bottom, #3A33E5 0%, #000000 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background: linear-gradient(to top, #3A33E5 0%, #000000 100%);
    border-color: purple;
}

.rel24 #vorladen {
    display: none;
}
