html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width:100%;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-y;
}

/* Für MSIE <6/Win, MSIE <5/Mac, Opera <6, KHTML*/
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width:100%;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-y;
}

/* Für alle Geckos, Opera >5 und IE 5/Mac. */
html>body {
    margin: 0px;
    height: 100%;
    width:100%;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-y;
}

/* Gesamte Seite - Container */
#alles {
    top: 0px;
    left: 0px;
//    width: 100%;
//    height: 100%;
}

/* Navigation oben */
#navigationoben {
    position: absolute;
    left: 250px;
    top: 0px;
    width: 478px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    vertical-align: middle;
    z-index: 0;
}

/* Inhalt - Container */
#inhalt {
    margin: 90px 0px 0px 320px;
    width: 400px;
}

/* Fuss - Container */
#fuss {
    left: 0px;
    margin: 0px 0px 0px 0px;
    width: 785px;
    height: 100px;
}

/* Fuss - Spacer */
#fusslinks0 {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 50px;
    height: 100px;
    line-height: 12px;
    text-align: center;
}

/* Fuss - Copy */
#fusslinks1 {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 200px;
    height: 100px;
    line-height: 14px;
    text-align: center;
}

/* Fuss - Spacer2 */
#fusslinks2 {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 70px;
    height: 100px;
    line-height: 14px;
    text-align: center;
}

/* Fuss - unter Inhalt */
#fusslinks3 {
    float: left;
    margin-left: 0px;
    margin-top: 5px;
    width: 400px;
    height: 100px;
    line-height: 14px;
    text-align: center;
}

/* Fuss - Spacer3 */
#fusslinks4 {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 17px;
    height: 100px;
}

/* Fuss - graue Spalte rechts */
#fusslinks5 {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 46px;
    height: 100px;
    text-align: center;
}

/* Blauer Balken unter Navigation oben */
#balkenblau {
    position: absolute;
    background-image: url(../img/zeile.gif);
    background-repeat: repeat-x;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 40px;
}

/* Logo über blauem Balken unter Navigation oben */
#logo {
    position: absolute;
    top: 2px;
    left: 49px;
    width: 201px;
    height: 150px;
}

/* Container für suche1 */
#suche {
    position: absolute;
    top: 155px;
    left: 0px;
    width: 300px;
    height: 30px;
}

/* Suchformular */
#suche1 {
    background-image: url(../img/zeile2.gif);
    background-repeat: repeat-x;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: bottom;
}

/* Rechter Rand von Suche */
#suche2 {
    position: absolute;
    background-image: url(../img/zeile2-1.gif);
    background-repeat: no-repeat;
    top: 155px;
    left: 300px;
    width: 1px;
    height: 30px;
}

/* Navigation links */
#navigationlinks {
    position: absolute;
    top: 195px;
    left: 66px;
    width: 182px;
}

/* Navigation links Copy*/
#navigationlinkscopy {
    margin-left: -18px;
    width: 200px;
    line-height: 18px;
    text-align: center;
}

/*------------------------------------------------*/
/* Nicht mehr benutzte CSS-Befehle */
#remember {
    border: 0px solid red;
    z-index: 0;
}

