body{
background-image: url('../images/rosenland_farben_150.jpg');
background-repeat:repeat-x;
background-color: white;
 text-align: center;                                          /*Zentrierung der Seite!*/
 margin-top: 0px;
 font-family: verdana, arial;                                /*Hierdurch setzt die Seite ganz oben an! */
}


#ueberbox{
         width: 764px;
         height: auto;
          margin-left: auto;            /*Spezial Mozilla: braucht für die Zentrierung margin-left und -right auf auto*/
         margin-right: auto;
         border:0px solid #291429;
         color: black;
 }



#obenbox{
          width: 764px;
         height: auto;
         text-align: center;
          margin-left: auto;              /*Spezial Mozilla: braucht für die Zentrierung margin-left und -right auf auto*/
         margin-right: auto;
         border:0px solid #291429;
                          }

#fotobox{
          width: auto;
         height: auto;
         border: 1px solid #222222;
         text-align: center;
          margin-left: auto;             /*Spezial Mozilla: braucht für die Zentrierung margin-left und -right auf auto*/
         margin-right: auto;
                  }


#navibox{
          width: 752px;
         height: auto;
         text-align: center;
          margin-left: auto;           /*Spezial Mozilla: braucht für die Zentrierung margin-left und -right auf auto*/
         margin-right: auto;
         margin-bottom:0px;
    margin-top:0px;
    border-bottom: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green;
    font-family: verdana;
        color: #222222;
        font-size: 10pt;
        padding: 5px;
        /*background-color: #35a22b;*/
        background-image: url('../images/50.jpg');
    }




img {border: 0px solid gray;}



#logo {
        width: 762px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        border-left: 1px solid green;
        border-right: 1px solid green;
        border-bottom: 1px solid green;
        background-color: white;

                        }



#main {
        width: 662px;
        height: auto;
        text-align: left;
        border-left: 1px solid green;
        border-right: 1px solid green;
        border-bottom: 1px solid green;
        background-color: #D0e6c2;
        padding: 50px 50px 50px 50px;
        font-size: 10pt;
        line-height: 1.7;
                        }



#impressum {
        width: 522px;
        height: auto;
        text-align: left;
        border-left: 1px solid green;
        border-right: 1px solid green;
        border-bottom: 1px solid green;
        background-color: #D0e6c2;
        padding-left: 120px;
        padding-right: 120px;
        padding-bottom: 50px;
        padding-top: 50px;
        font-size: 10pt;
        line-height: 1.7;
                        }


h1 {
        font-family: verdana;
        color: green;
        font-size: 14pt;
        padding-top: 0px;
        font-style: italic;
}


h2  {
        font-family: verdana;
        color: green;
        font-size: 12pt;
        padding-top: 0px;
        }



h3  {
        font-family: verdana;
        color: #222222;
        font-size: 10pt;
        padding-top: 0px;
        }


p {
    font-family: verdana;
    font-size: 12px;
       line-height: 1.7;
}





a {text-decoration: none; color: #222222; }

a:hover {text-decoration: underline; color: #222222; }





/* Link-Reihe*/
/*
#zusatz {
    font-size: 2px;
        text-align: center;
        border: 0px solid gray;
        height: auto;
}

/* für die horizontale Darstellung der LISTE */

#zusatz li {

        display:inline;                                /* display: inline veranlaßt die horizontale Schreibweise! wenn ausgeschaltet: senkrecht! */
        margin:0px;                                        /* Aussenabstand zwischen den einzelnen Link-Feldern, am besten null */
        list-style-type:none;
        }


#footer {
height: auto; width: 752px;
        font-size: 8pt;
        color: black;
        text-align: center;
        padding: 5px;
        margin: 0px;
        border: 1px solid green;
        background-image: url('../images/50.jpg');


        }