body {
    background:         url(../img/bg_body.jpg);
    background-repeat:  repeat-x;
    height:             100%;  
}

/* *********** grobe Seitenaufteilung in 3 Spalten / 2 Zeilen per Tabelle ************** */

table#table_wrap {
    width:              100%;
    height:             100%;
    border:             0px;
}

    td.bg_angebot_aussen {
        background:         url(../img/bg_angebot_aussen.jpg);
        background-repeat:  repeat-x;
        vertical-align:     bottom;
        padding:            0px;
    }         
                
    tr#untere_zeile {
        height: 46px;
    }
    
        td#center_bottom {
            background:         url(../img/logo_footer.png) no-repeat bottom;
            text-align:         right;
            vertical-align: bottom;
            padding-bottom:     5px;
            height:             46px;
        }
            
        #td_aussen_links {
            background:         url(../img/logo_footer_links.png) bottom;
            background-repeat:  repeat-x;
            vertical-align:     bottom;
            height:             46px; 
        }
        
        #td_aussen_rechts {
            background:         url(../img/logo_footer_rechts.png) bottom;
            background-repeat:  repeat-x;
            vertical-align:     bottom;
            height:             46px; 
        }       
       
    td#body_mitte_angebot {
        width:              950px;
        padding:            0px 0px 70px 0px;
        vertical-align:     top;                                    
    }
    
/* *********** Inhalt der Seite (mittlere Spalte) ************** */

        #top {
            float:          left;
            width:          950px;
            height:         107px;
            background:     url(../img/top.jpg);
        }
        
            #navi {
                position:   relative;
                top:        20px;       
            }
        
                #navi ul.menu {
                    list-style-type:    none;
                }
            
                    #navi ul.menu li {
                        float:              left;
                        margin:             0px 15px 0px 0px; 
                        padding-bottom:     5px;
                    } 
            
                    #Page-home       #navi ul.menu li#button-home,                 
                    #Page-immobilien #navi ul.menu li#button-immobilien,                 
                    #Page-immobilie  #navi ul.menu li#button-immobilien,                 
                    #Page-ueber_uns  #navi ul.menu li#button-ueber_uns,                 
                    #Page-kontakt    #navi ul.menu li#button-kontakt,                 
                    #Page-kunden     #navi ul.menu li#button-kunden,                
                    #Page-impressum  #navi ul.menu li#button-impressum {                
                        background: url(../img/navi_pfeil.gif) no-repeat;
                        background-position: center bottom;                   
                    } 
            
            #quicksearch {
                clear:              both;
                position:           relative;
                top:                50px;
                left:               35px;
                width:              610px;
                height:             20px;
            }                   
        
        #angebot_wrapper {
            clear:      both;
            padding-top: 20px; 
        }
        
            #bildbereich {
                float:              left;
                padding:            2px 2px 1px 2px;
                margin-right:       10px;                
            }
            
                #bildbereich img#bild_gross {
                    clear:          both;
                    border:         2px solid #ffffff;
                    width:          350px;
                    height:         auto;                                     
                }      
                
                #bildbereich p#caption {   
                    width:              346px;
                    padding:            1px 4px 4px 4px;
                    background-color:   #ffffff;    
                    margin:             0px 0px 10px 0px;               
                }    
            
                #bildwahl {
                    width:          350px;
                }
                  
            #immobilien_daten {
                width:          550px;
                float:          left;
                color:          #3D5D70;
                font-family:    verdana,arial,sans-serif;
                font-size:      11px;
                line-height:    17px;
            }
                                                  
            #immobilien_daten table {
                width:          500px;
            }
            
            #immobilien_daten table td.eigenschaft {          
                width:          300px;
            }
            
            #immobilien_daten table td.daten {       
            }
            
            #netefx_link {
                color:          #888888;
                display:        block;
                float:          right;
                font-size:      11px;
                line-height:    11px;
                width:          125px;
            }
            
            
