body {
    font-family: Tahoma;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #000000;
    background-image: url(img/bg_schwerlast.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

table {
    background-color: #ffffff;
}

th {
    background-color: #EFA601;
    color: #000000;
    font-size: 11;
    text-align: left;
}

td {
    font-size: 12;
}

a:link {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#menu_top a:hover {
    text-decoration: none;
    color: #fa852f;
}

aside a:hover {
    text-decoration: none;
    color: #EFA601;
    background: #000000;
}

footer a:hover {
    text-decoration: none;
    color: #EFA601;
    background: #000000;
}

a:visited {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a:active {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.tabxx {
    background-color: #FFFFFF;
    border-color: #000000;
    border-style: solid;
}

header,
nav,
article,
aside,
footer,
hgroup,
section {
    display: block
}

#inhalt {
    width: 700px;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    border: 0px solid #FF0000;
}

aside {
    float: left;
    width: 146px;
    min-height: 300px;
    background-color: #fff;
    position: absolute;
    top: 103px;
    left: 0;
    padding-top: 5px;
    border-right: 2px solid #EFA601;
    border-bottom: 2px solid #EFA601;
    border-left: 2px solid #EFA601;
    border-top: 2px solid #EFA601;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

nav {
    float: left;
    height: 85px;
    width: 683px;
    background: #fff no-repeat 0 0;
    padding: 7px 7px 7px 7px;
    border-right: 2px solid #EFA601;
    border-bottom: 2px solid #EFA601;
    border-left: 2px solid #EFA601;
    border-top: 2px solid #EFA601;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

article {
    float: right;
    width: 534px;
    min-height: 350px;
    margin-top: 0px;
    background: #ffffff;
    border-right: 2px solid #EFA601;
    border-bottom: 2px solid #EFA601;
    border-left: 2px solid #EFA601;
    border-top: 2px solid #EFA601;
    padding: 7px 7px 7px 7px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

footer {
    clear: both;
    color: #000;
    overflow: auto;
    background: #ffffff;
    padding: 7px 7px 7px 7px;
    margin-bottom: 10px;
    border-top: 2px solid #EFA601;
    border-right: 2px solid #EFA601;
    border-bottom: 2px solid #EFA601;
    border-left: 2px solid #EFA601;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

nav input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px groove rgb(239, 166, 1);
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    background: rgb(255, 255, 255);
    font-size: 14px;
    align: middle;
    margin-top: 0px;
    width: 70px;
}

.drucktable {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid rgb(239, 166, 1);
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    background: rgb(255, 255, 255);
    border-color: rgb(239, 166, 1);
}

.drucktable table {
    background: rgb(255, 255, 255);
    border-color: rgb(239, 166, 1);
}

.menubuttons {
    display: block;
    text-align: center;
    width: 115px;
    height: 15px;
    border: 4px double #EFA601;
    padding: 8px 5px 5px 5px;
}

@-o-viewport {
	width: device-width;
	height: device-height;
	zoom: 2;
}