/*----------------------------------------------------------------------------*/
/* Stylesheet für ImmoWertNord                                                */
/*----------------------------------------------------------------------------*/
/* Allgemeine Vorgaben                                                        */
/*----------------------------------------------------------------------------*/

* {
    padding:            0;
    margin:             0;
}

body {
    background-color:   rgb(219,219,219);
    color:              rgb(0,0,0);
    font-family:        "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-size:          12px;
}

strong {
    font-weight:        bold;
}

em {
    font-style:         italic;
}

h1, h2, h3, h4 {
    font-weight:        bold;
}

h1 {
    font-size:          150%;
}

h2 {
    font-size:          130%;
}

a {
    text-decoration:    none;
}

a:hover {
    text-decoration:    underline;
}

p, ul {
    line-height:        1.5em;                               /* Zeilenabstand */
}

p, ul, ol {
    margin-bottom:      1em;                            /* Abstand nach unten */
}

li {
    margin-left:        1em;                             /* Abstand von links */
}

/*----------------------------------------------------------------------------*/
/* Wrapper                                                                    */
/*----------------------------------------------------------------------------*/

#wrapper {
    background-color:   rgb(219,219,219);
    color:              rgb(0,0,0);                          /* Farbe schwarz */
    width:              980px;                  /* Breite des Inhaltsbereichs */
    margin-top:         0px;
    margin-right:       auto;
    margin-bottom:      0px;
    margin-left:        auto;
/*     border:             1px solid rgb(140,98,57);   */
}

/*----------------------------------------------------------------------------*/
/* Impressum - Foto- und Textbereich                                          */
/*----------------------------------------------------------------------------*/

#foto {
    position:           relative;
    background-color:   rgb(219,219,219);
}

#text {
    position:           absolute;
    float:              left;
    background-image:   url(../bilder/hintergrund.jpg);
    background-repeat:  repeat;
    background-color:   rgb(219,219,219);
    margin-left:        455px;
    top:                0;
    height:             624px;
    width:              530px;

}

#text1 {
    overflow:           auto;                                /* Scrollbalken */
    height:             570px;
    padding:            30px 20px 22px 15px;          /* Abstand zur Schrift */
                                                 /* (oben rechts unten links) */
}

/*----------------------------------------------------------------------------*/
/* Index- und Impressum - Fußbereich                                          */
/*----------------------------------------------------------------------------*/

#fuss {
    padding:            10px 20px 0px 838px;          /* Abstand zur Schrift */
                                                 /* (oben rechts unten links) */
}

#fuss a {
    font-size:          14px;
    color:              rgb(18,23,94);                          /* Farbe blau */
}