/* HTML-Tag-Definitionen */
html {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, sans-serif;
    color: #000;
    border: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 62.5%; /* 100% = 16px --> 62,5 % = 10px */
    background: url(../images/bg_body.gif);
    text-align: center;
}

#page {
    position: relative;
    top: 0px;
    width: 946px;
    margin: 0px auto 20px auto;
    padding: 0px;
    font-size: 1.1em;
    text-align: left;
    background: url(../images/bg_page.gif) repeat-y;
}

#head {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 946px;
    height: 185px;
    background: url(../images/bg_head.gif) no-repeat;
}

#head ul {
    position: absolute;
    top: 70px;
    left: 20px;
    margin: 0px;
    padding: 0px;
    width: 900px;
    height: 110px;
    list-style: none;
}

#head ul li {
    position: absolute;
    top: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: solid 0px red;
}

#head ul li,#head ul li a {
    text-indent: -9999px;
    display: block;
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}

#head ul li#home {
    position: absolute;
    top: 12px;
    left: 150px;
    width: 500px;
}

#head ul li#login {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 90px;
}

#head ul li#logout {
    position: absolute;
    top: 90px;
    left: 407px;
    width: 90px;
}

#head ul li#online {
    position: absolute;
    top: 90px;
    left: 250px;
    width: 200px;
}

#head ul li#news {
    position: absolute;
    top: 90px;
    left: 450px;
    width: 80px;
}

#head ul li#downloads {
    position: absolute;
    top: 90px;
    left: 550px;
    width: 65px;
}

#head ul li#anleitungen {
    position: absolute;
    top: 90px;
    left: 630px;
    width: 120px;
}

#head ul li#warenkorb {
    position: absolute;
    top: 90px;
    left: 765px;
    width: 65px;
}

#head ul li#kasse {
    position: absolute;
    top: 90px;
    left: 845px;
    width: 30px;
}

#head ul li a {
    color: #ff0000;
    width: 100%;
    height: 18px;
    text-decoration: none;
}

#head ul li#logout a {
    background: url(../images/btn_logout.gif) no-repeat;
}

#navlinks {
    padding: 0px;
}

#content {
    margin: 10px 0px 20px 250px;
    padding: 0px;
    width: 640px;
    min-height: 400px;
    line-height: 140%;
    border: solid 0px red;
    font-size: 1.1em;
}

* html #content {
    height: 400px;
} /* nur fuer IE 5.5 - 6.x */

html+body #content {
    height: 400px;
} /* nur vom IE 5.0 */

#foot {
    clear: both;
    position: relative;
    margin: 0px;
    padding: 0px 20px;
    width: 946px;
    height: 114px;
    text-align: right;
    background: url(../images/bg_foot.gif) no-repeat;
}

#foot ul {
    position: absolute;
    top: 57px;
    left: 265px;
    margin: 0px;
    padding: 0px;
    width: 600px;
    height: 20px;
    list-style: none;
}

#foot ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: solid 0px red;
}

#foot ul li,#foot ul li a {
    text-indent: -9999px;
    font-size: 1px;
    display: block;
    color: #DABA5A;
    font-weight: bold;
    text-decoration: none;
}

#foot ul li#datenschutz {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
}

#foot ul li#vkosten {
    position: absolute;
    top: 0px;
    left: 120px;
    width: 260px;
}

#foot ul li#impressum {
    position: absolute;
    top: 0px;
    left: 280px;
    width: 60px;
}

#foot ul li#agb {
    position: absolute;
    top: 0px;
    left: 350px;
    width: 25px;
}

#foot ul li#wiederruf {
    position: absolute;
    top: 0px;
    left: 390px;
    width: 115px;
}

#foot ul li#kontakt {
    position: absolute;
    top: 0px;
    left: 515px;
    width: 45px;
}

#foot ul li#faq {
    position: absolute;
    top: 0px;
    left: 570px;
    width: 30px;
}

#foot ul li a {
    width: 100%;
    height: 20px;
    text-decoration: none;
}
