body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #555555;
}

.backbutton {
    float:right; 
    margin:8px 15px 0px 0px;
}

* html .backbutton {
    float:right; 
    margin:12px 15px 0px 0px;
}

#wrapper {
    margin: auto;
    width: 1010px;
    position:relative;
}

    #content_wrapper {
        border: 2px solid #E7E7E7;
        height:600px;
    }
    
    #content_inner_wrapper {
        background-image: url(id/site_bg.gif);
        background-repeat:repeat-y;
        margin: 2px;   
        height:594px;   
        text-align:left;  
    }
    
    
        #nav {
            width: 150px;
            margin-top: 7px;
            margin-right:0px;
            float:left;
            text-align:left;
        }
        
            #nav a.entry {
                background-image: url(id/nav_bg.gif);
                background-repeat:no-repeat;
                margin: 6px 0px 0px 10px;
                
                height:23px;
                padding:4px 3px 3px 25px;
                display:block;
                text-decoration: none;
                color: #000000;
                font-size:14px;
            }
            
            * html #nav a.entry {
                margin: 6px 0px 0px 10px;
                height:23px;
                padding:4px 3px 10px 25px;
            }            
        
            .ebenezwei {
                display:none;
                width:133px;
                background-color: #FFDC74;
                border:1px solid #DEDEDE;
                 margin: 3px 0px 10px 10px;
            }
            
             .ebenezwei a {
                  display:block;
                text-decoration: none;
                color: #000000;
                font-size:12px;
                padding:3px;
                padding-left:13px;
            }
        
        
        #content {
            float:left;
            width: 800px;
            height: 490px;
            text-align: left;
            overflow: auto;
            line-height: 16px;
            padding:20px;
        }
        
       
        .imgborder img{
              border: 1px solid #BBBBBB;
        }

        * html #content {
            width: 840px;
            height: 530px;            
        }
        
        #content a {
            color: #F6B800;
            background-image: url(id/ext_link.gif);
            background-repeat:no-repeat;
            padding-left:14px;
        }

        
        h1 {
            font-size: 14px;
        }
        
        img {
            border: 0px;
        }
        
        .partner_text {
           
        }
        
        .partner_logo {
            float:right;
            margin-left:0px;
        }
        
        .clearer {
            clear:both;
            height:30px;
        }
        
        .floatleft {
            float: left;
            margin-right: 10px;
        }
        
        .kommentar {
            font-style:italic;
            padding: 20px 0px 0px 20px;
            margin-left: 205px;
            background-image: url(id/kommentar.gif);
            background-repeat: no-repeat;
        }
        
        #haus_dach {
            background-image: url(id/haus_dach.gif);
            background-repeat: no-repeat;
            height: 49px;
            width: 227px;
            margin: auto;
            text-align: center;
            font-weight: bold;
            padding: 65px 100px 20px 123px;
        }
        
         * html #haus_dach {
            height: 134px;
            width: 450px;
        }
        
        #haus {
            background-image: url(id/haus_bg.gif);
            width: 450px;
            margin:auto;
            text-align: left;  
        }
        
        #haus_putz {
            padding: 0px 55px 0px 60px;
         }
         
            #haus_putz img{
                 border: 1px solid #BBBBBB;
             }
