﻿html {
    font-size: 100%;
    overflow: hidden;
}

body {
    bottom: 0;
    height: 100%;
    left: 0;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    background: none repeat scroll 0 0 #000;
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 100%;
}

#TopButtons {
    position: absolute;
    top: 0px;
    left: 40px;
    z-index: 19999;
    color: #fff;
}

#ScrollU, #ScrollD, #ScrollR, #Anfang, #Check, #Ausgabe, #SuchStart, #SuchEnd, #_1, #_2, #_3, #_4, #_5, #_6, #_7 {
    font-size: 30px; /* hier drehen falls Screen zu klein */
    text-align: left;
    margin-left: 30px;
    padding-left: 12px;
    width: 80px;
    border: 1px solid gray;
    color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
    background: rgba(242,242,242,0.80);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0, .5);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0, 0.5);
    box-shadow: 5px 5px 5px rgba(0,0,0, 0.5);
    cursor: pointer;
}

#msg_box {
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    color: white;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
}


