/* ==============================
   1. Schriftgröße definieren  */

body { font-size: x-small; }


/* ==============================
   2. Zentrierung von #wrapper */

body { text-align: center; }
#wrapper { text-align: left; }

/* =======================================
   Patch für PageZoom des IE7
   (Horizontale Navigation)             */

#navibereich ul { word-spacing: 0; }


#login { 
    position: relative;
    margin-top: 30px;
    padding-left: 350px;
}

#login .zurueck {
    width: 80px;
    top: 105px;
    left: 100px;
}

