html {
   height:101%;
   margin:0px;
   padding:0px;
}

body {
   margin:0px;
   padding:0px 0px 0px 50px; 
   background:white url(../../../img/hinten2.jpg) bottom left repeat-x; 
   background-attachment:fixed;
   height:100%;
}

#container {/* Noch wichtig für Adminseite */
   position:relative;
   width:740px;
   margin:0px auto;
   padding:0px 0px 0px 0px; 
   z-index:4; 
   background-color:#F7EDED; 
   border-left:1px solid #AFAFAF;
   border-right:1px solid #AFAFAF;
   border-bottom:1px solid #AFAFAF;
   z-index:10;
}

#tablecontainer {
   height:100%;
   width:700px;
   vertical-align:top;
   margin:0px auto;
   padding:0px;
   z-index:4; 
   background-color:#F7EDED; 
   border-left:1px solid #AFAFAF;
   border-right:1px solid #AFAFAF;
}
#tablecontainer td { vertical-align:top; }

#kopf {
   margin:0px 25px 10px 25px;
   width:650px;
   z-index:11;
   height:122px!important; 
   background:transparent url(../../img/titel1.jpg) no-repeat; 
   border-bottom:1px solid #AFAFAF; 
}

#menu {
   float:left;
   width:220px;
   height:300px;
   margin:10px 0px 0px 0px;
   z-index:14;
}

#text {
   position:relative;
   left:50px;
   width:400px;
   margin:0px 0px 50px 220px;
   padding-right:0px;
   z-index:13;
}

#fuss {
   display:none;
   position:relative;
   bottom:0px;
   clear:both;
   background-color:#F7EBEB; 
   margin:10px 25px 0px 25px;
   width:650px;
   height:60px;
   border-top:3px dotted #C57D82;
   z-index:12;
}

/*
   Subformate in den IDs
*/
#menu ul {
   list-style-type:none;
   margin:0px 0px 0px 25px;
   padding:0px;
}
   #menu ul li {
      padding:5px 0px 5px 0px;
   }

#menu a:link, #menu a:visited {
   font-size:100%;
   color:#AFAFAF;
   font-weight:bold;
   text-decoration:none;

}

#menu a:hover {
   color:black!important;
}

#menu li.active {
   color:black!important;
}
/*
+++++++++++++++++++++++++++++
*/
.right {float:right;}
.left {float:left;}
#text img {border:1px solid #909090;}
