html, body {   background-color: #C4D2DE;   margin: 0;   padding: 0;   height: 100%;   }#gesamtseite {   width: 940px;   min-height: 100%;   height: auto !important;   height: 100%;   margin: 0 auto;   background: url(hintergrund.gif) repeat-y;   border-left: 2px solid #FFFFFF;   border-right: 2px solid #FFFFFF;   }#bildleiste {   width: 940px;   height: 120px;   background: url(titelleiste.gif) #FFFFFF;   }#schmuckleiste {   width: 940px;   height: 3px;   background: #905827;   border-top: 2px solid #FFFFFF;   border-bottom: 2px solid #FFFFFF;   font-size: 0em;   }#navigationsleiste {   width: 125px;   float: left;   padding: 0;   color: #fff;   }#seiteninhalt {   margin: 0 20px 0 150px;   padding: 0;   }#seitentext {   margin: 20px;   padding: 5px;   background-color: #FFFFFF;   border: 1px solid #3C6A92;   }#abschluss {   clear: both;   margin: 0;   padding: 0;   height: 10px;   line-height: 0;   font-size: 0;   }#fusszeile {   width: 940px;   padding: 0;   height: 3px;   margin: -7px auto 0;   background: #905827;   border: 2px solid #FFFFFF;   font-size: 0em;   }
