body{ 
  margin: 0px;
  padding: 0px;
background-image:url(../images/layout/bg.gif);
background-repeat: no-repeat;
background-color:#c4d8ec;
}
form{
  margin: 0px;
  padding: 0px;
}
#drucken{
display: none;
}
#page{
width: 953px;
background-image: url(../images/layout/background_middle.gif);
background-repeat:repeat-y;
}
.daten_text, .daten_subhead {
margin-left: 30px;
}

#rechterrandbalken{
background-image: url(../images/layout/rechterrandbalken.gif);
width: 10px;
position: absolute;
top: 369px;
left: 940px;
height: 371px;
background-repeat: no-repeat;
}
#middle{
float:left; 
background-image: url(../images/layout/middle_bg.gif);
/*background-image: url(http://savi.wplus4.de/core/cms/webseite/left_background.gif);*/
background-repeat:repeat-y;
}
#left{
  border-right: solid white 19px;
  width: 241px;
  float: left;
}


#content{
margin-top: 15px;
}

#center{
  float: left;
  width: 479px;
  border-right: white solid 21px;
  background-color: white;
}
#lefttop {
background-image: url(../images/layout/left_top.jpg);
margin: 0px; 
padding: 0px; 
border: 0px;
height: 24px;
width: 241px;
}
#leftwhitespace {
background-image: url(../images/layout/left_whitespace.gif);
margin: 0px; padding: 0px; border: 0px;
height: 10px;
width: 241px;
}
#leftbottom {
background-image: url(../images/layout/left_bottom.jpg);
margin: 0px; padding: 0px; border: 0px;
height: 37px;
width: 241px;
}
#right{
margin: 0px;
padding: 0px;
float: left;
width: 190px;
background-image: url(../images/layout/right_background.gif);
background-repeat: no-repeat;
height: 576px;
}
#righttopspace{
height: 80px;
}
#righttop{
margin: 0px;
padding: 0px;
height: 50px;
margin-left: 10px;
background-image: url(../images/layout/right_oben.gif);
background-repeat: no-repeat;
}
#rightmiddle{
border-left: 10px solid #edf3f9;
border-right: 10px solid #edf3f9;/**/
height: 84px;
background-image: url(../images/layout/right_mitte.gif);
background-repeat: no-repeat;
}
#rightbottom{
border-left: 10px solid #edf3f9;
border-right: 10px solid #edf3f9;/**/
height: 28px;
background-image: url(../images/layout/right_unten.gif);
background-repeat: no-repeat;
}
#rightend{
height: 200px;
background-image: url(../images/layout/right_end.gif);
background-repeat: no-repeat;
}
#bottom{
  position: relative;
  top: 200px;
  left: 0px;
  display: none;
  border: solid green 1px;
  clear: both;
  width: 800px;
  height: 400px;
  background-color: #fe9;
}
#debugoutput{
display: none;
position: absolute;
top: 0px;
left: 0px;
background-color: white;
width: 100%;
height: 200px;
overflow: scroll;
}
code{
  line-height: 10px;
  font-size: 10px;
  white-space: pre;
}
