body {
    text-align: center;
    font-family: verdana, arial, helvetica, tahoma, sans-serif;
    background: #f17905;
    border: 0;
    padding: 0;
    margin: 0;
}

#alles {
    position: relative;
    margin: 36px auto auto auto;
    width: 750px;
}

#header {
    display: block;
    position: relative;
    font-size: 0em;
    background-image: url("../img/h_o.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    color: #008bff;
    height: 10px;
    width: 750px;
    border: none;
    padding: 0px 0 0 0;
    margin: 0px 0 0 0;
    float: left;
    clear: both;
}
#logo {
    display: block;
    font-size: 1.3em;
    background-image: url("../img/h_m.jpg");
    background-color: white;
    text-align: left;
    color: #008bff;
    height: auto;
    width: 750px;
    border: none;
    padding: 0px 0 0 0;
    margin: 0px 0 0 0;
    float: left;
    clear: both;
}

.logo_img {
    position: relative;
    background-image: url("../img/logo.jpg");
    background-color: transparent;
    height: 100px;
    width: 100px;
    border: none;
    margin: 25px 20px 25px 30px;
    float: left;
    padding: 0px 0 0 0;
}

.logo_txt {
    position: relative;
    background-color: transparent;
    font-weight: bold;
    border: none;
    float: left;
    margin: 35px 30px 20px 0px;
    padding: 0px 0 0 0;
}

#text {
    position: relative;
    font-size: 1em;
    background-image: url("../img/h_m.jpg");
    background-color: white;
    color: #008bff;
    width: 750px;
    height: auto;
    margin: auto auto auto auto;
    border: none;
    padding: 0px 0 0 0;
    text-align: left;
    clear:both;
}

#text_t {
    position: relative;
    width: 450px;
    left: 150px;
}

#text_t a {
    color: #4f4f4f;
    text-decoration: none;
}

#text_t a:hover {
    text-decoration: underline;
}

#foot {
    position: relative;
    background-image: url("../img/h_u.jpg");
    background-color: white;
    font-size: 0em;
    color: #008bff;
    height: 10px;
    width: 750px;
    border: none;
}

#navi {
    position: relative;
    background-image: url("../img/b_m.jpg");
    background-repeat: repeat-x;
    margin: 0px 0 0 0;
    width: 100%;
    height: 50px;
    clear:both;
}

#buttons {
    position: relative;
    font-size: 1em;
    float: right;
    right: 20%;
    border: none;
    padding: 0;
}

.button_l {
    position: relative;
    text-decoration: none;
    font-weight: bold;
    color: #4f4f4f;
    float: left;
    border: none; 
    width: auto;
    padding: 0 0px;
    margin: 0; 
}

#buttons table{
    display: table;
    height: 50px;
    border-collapse: collapse;
}

#buttons tr {
    display: table-row;
    vertical-align: middle;
    border: none;
}

#buttons td {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

#buttons td a:hover,active {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 5px gray solid;
    height: 42px;
    color: #1c3abe;
}

#buttons td .select {
    position: relative;
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
    height: 47px;
    color: #1c3abe;
    text-decoration: none;
    float: left;
    border: none; 
    width: auto;
    padding: 0 0px;
    margin: 0; 
}

