#top {
   position:absolute;
   top:2em;
   left:0;
   z-index:2;
   width:100%;

   background-image:none;
   background-position: 400px 6px;
   background-repeat: no-repeat;
   height:7.1em;
   text-align:left;
}

#top img {
   margin:0;
}
#logo_img {
   position:absolute;
   left : 16em;
   top : 0.8em;
   border : 0;
}

#top div {
   position:absolute;
   left : 32em;
   top : 1.0em;
   font-size : 0.8em;
   text-align : center;
}
#nurse {
   position:absolute;
   left : 47.4em;
   top : 0.3em;
}
#navigation {
   min-height: 400px;
}
#navigation #logout {
/*   color: red;*/
color: white;
    background-color: red;
}
#navigation ul#adminnav {
   margin-top: 3em;
}

* html #navigation ul li a,
* html #navigation .akt_link {
   width:12.5em;
}
* html #navigation ul li ul li a {
   width:11.25em;
}

* html ul li span.aktseclink {
   width:12.5em;
}
* html ul li ul li span.aktseclink {
   width:11.25em;
}

* html #plz {
   margin-left : 2.3em;
}

legend {
   font-weight : 700;
   color : black;
   margin-top : 0.6em;
   position : relative;
   left : -0.7em;
}

* html #navigation {
   height : 34em;
}

form {
   margin-left:12px;
}
#newuser {
   margin-bottom:50px;
}
#newuser input {
   width:100px;
}
#newuser label {
   display:inline;
   float:none;
}
#userlist th, #userstats th {
   text-align:left;
}
#userlist th, #userlist td, #userstats th, #userstats td {
   padding:10px;
}
.error {
   color:red;
}
.success {
   color:green;
}