/* CSS LAYOUT */
.suchebox{
width:70px; 
background-color:#FFFFFF; 
font-size:10px; 
font-family:Arial,sans-serif;
display:inline;
border:1px solid #BCB9B2;


}
.suchebutton{
border-style:none; 
display:inline;
vertical-align:bottom;

}



#l-col form,
form{
display:inline;
}
body{
    margin-left:20px;
    text-align:center;
}	

#hdr {
 position:absolute;
 height:115px;
 background:#eee;
 color: #333;
 top: 0px;
 left:0px;
 text-align: left;
 }

#bar {
 position:absolute;
 height:38px;
 width: 780px;
 left: 28px;
 top: 76px;
 }

#bodyblock {
 position:absolute;
 /* in den Bereichen background-image:url(); */
 background-repeat:repeat-y;
 left:29px;
 top:102px;
 width: 750px;
 min-height: 200px;
 height: auto;
 _height: 200px; /* underscore-hack IE */
 margin: 0px;
 }


#l-col {
 float:left;
 width: 161px;
 border-left: 1px solid #B7B7B7;
 
 }

#cont {
 float:left;
 position:relative;
 width: 560px;
 text-align:left;
 padding:5px 5px 5px 5px;
 }

#ftr {
 position:relative;
 height:25px;
 margin:0;
 top:-15px;
 }
#bodypopup {
 position:relative;
 /* in den Bereichen background-color: */
 width: 95%;
 border: solid 1px #B7B7B7;
 height: auto;
 text-align: left;
 padding: 5px 5px 5px 5px;
 margin: 0px;
 }