/* General definitions */
    
body {
    color : #000;
    margin : 0px;
    padding : 0px;
    font-family : Helvetica, Arial, sans-serif;
    font-size : 14px;
    line-height : 18px;
    background : #fff;
}

img {
    border : none;
}

a {
    text-decoration : none;
    color : #000;
}

a:hover {
    color : #c00;
    text-decoration : undeline;
}

p {
    margin : 0px 0px 14px 0px;
}  

table, tr, td{
  border-collapse : collapse;
  border-spacing : 0px;
  padding : 0px;
  vertical-align : top;
  border : none;
  empty-cells : show;
  table-layout : fixed;
}


/* Everything that doesn't move when scrolling */

#logo {
  position : absolute;
  top : 60px;
  left : 80px;
  z-index : 3;
  font-size : 14px;
}  

#logo h1 {
  font-size : 18px;
  font-weight : bold;
  margin : 0px;
}

#nav {
  position : absolute;
  top : 120px;
  left : 80px;
  z-index : 3;
  font-size : 14px;
}

#nav a {
  color : #c00;
}

#nav a:hover {
  text-decoration : underline;
}  
  
#nav ul {
  margin : 0px;
  padding : 0px;
}

#nav li {
  margin : 0px 0px 0px 15px;
  padding : 0px;
}

#login {
  position : absolute;
  top : 140px;
  left : 80px;
  z-index : 3;
}

#loginwarning {
  position : absolute;
  top : 110px;
  left : 80px;
  z-index : 3;
  color : #c00;
  font-style : italic;
}

#content {
  position : absolute;
  top : 230px;
  left : 80px;
  right : 100px;
  border-top : dotted 1px #000;
  padding-top : 20px;
  z-index : 3;
}

#content2 {
  position : absolute;
  top : 230px;
  left : 80px;
  width : 761px;
  border-top : dotted 1px #000;
  padding-top : 20px;
  z-index : 3;
}

#new {
  margin : 0px 0px 0px 30px;
}  

#new ul, #new li {
  margin : 0pxpx;
  padding : 0px;
  list-style-type : none;
}

#new ul li span {
  display : block;
  width : 30px;
  float : left;
}

.schritt {
  margin : 0px 0px 5px -30px;
}  
.schritt span {
  display : block;
  width : 30px;
  font-weight : bold;
  font-size : 18px;
  float : left;
}  

.bsp {
  color : #999;
  font-style : italic;
}

.week {
  margin : 0px 0px 0px 0px;
  background : #fff;
  width : 761px;
  padding-left : 1px;
}  

.inactday {
  margin : 1px;
  background : #eee;
  width : 150px;
  float : left;
}

.actday {
  margin : 1px;
  width : 150px;
  float : left;
  background : #cdc;
}

.day {
  margin : 1px;
  background : #ddd;
  width : 150px;
  float : left;
}

.zeit {
   display : block;
   width : 150px;
   height : 18px;
   padding : 4px;
   border-bottom : solid 1px #fff;
   font-size : 12px;
   color : #333;
}

.inact-zeit {
   display : block;
   margin-left : 20px;
   width : 150px;
   height : 18px;
   padding : 4px;
   border-bottom : solid 1px #fff;
   font-size : 12px;
   color : #999;
}

#anmeldung {
   position : absolute;
   left : 900px;
   top : 138px;
   width : 300px;
   background : #fff;
   bottom : 50px;
   overflow-y : auto;
   z-index : 4;
}   