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

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

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

td#bg_body_links {    
    background:         url(../img/bg_body_links.jpg); 
    background-color:   #ccd8eb;
    background-repeat:  repeat-x;   
}

td#body_mitte {
    width:              950px;
    padding:            0px;
    vertical-align:     top;
}

td#bg_body_rechts {  
    background:         url(../img/bg_body_rechts.jpg); 
    background-color:   #ccd8eb;
    background-repeat:  repeat-x;  
}

/* *********** Inhalt der Seite (mittlere Spalte) ************** */

    #wrapper {
        width:          950px;        
        margin:         0 auto;                 
    }

        #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-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;
            }
           
        #bg_angebot {
            float:          left;
            width:          950px;
            height:         232px;
        }
            
            
                        
        #logo_mitte {
            float:          left;
            width:          950px;
            height:         61px;
            background:     url(../img/logo_mitte.jpg);
        }

        #content {
            float:          left;
            width:          950px;
            /* background:     url(../img/bg_content.jpg);
            background-repeat: repeat-x;
            background-color: #ccd8eb; */
        }
        
            #content_links {
                float:          left;
                width:          310px;            
                padding:        10px;
            }
            
            #content_links_large {
                float:          left;
                width:          571px;            
                padding:        10px;
            }
            
            #content_links_xlarge {
                float:          left;
                width:          950px;            
                padding:        10px;
            }

            #content_mitte {
                float:          left;
                width:          260px;
                padding:        10px;
            }
            
            #content_mitte_large {
                float:          left;
                width:          571px;
                padding:        10px;
            }

            #content_rechts {
                float:          left;
                width:          310px;
                padding:        10px;
            }

            .content_trenner {
                float:          left;
                width:          1px;
                height:         263px;
                background:     url(../img/content_trenner.gif);
                margin:         10px 0px 10px 0px;
            }
/*---- kontaktformular --- */

.kontaktrahmen_1 {
    display:    inline; 
    float:      left;           
    margin:     0px; 
    padding:    10px 0px 0px 0px; 
    border:     0px;
}

.kontaktrahmen_2 {
    display:    inline; 
    float:      left;
    margin:     0px;
    padding:    10px 0px 0px 20px; 
    border:     0px;
}

    .formularfeld {
        width:      160px;
        height:     20px;
        margin:     0px 0px 10px 0px; 
        padding:    0px 0px 0px 2px;
        display:    block;               
    }
    
    .fehlerhinweis {
        color: red;
    }
    
    .fehlermeldung {
        background-color: #ed7a92;
        border: 1px solid gray;
        padding: 5px;
        margin: 10px 0px 0px 0px;
    }

    
    .betreff {
        width:      340px;
        margin:     0px 0px 3px 0px;
    }

    .nachricht {
        display:            block;
        vertical-align:     top;
        height:             110px;
        width:              342px;
        font-size:          12px;  
    }

    .submit {
        width: 80px;
        height: auto;  
        display: inline;          
        
    }

