
html, body{
 margin:                0;
 padding:               0;
 text-align:       center;
 background: url(../backgrounds/background_site.jpg) repeat-y;
 background-position: center;
 background-color:#F2F2F2;
 background-attachment: fixed;
 min-height:      100.05%;
 height:             100%;
}

/* Hintergruende */

#header{
 margin-left:        auto;
 margin-right:       auto;

 width:             959px;
 height:            150px;
 text-align:       center;
 background: url(../backgrounds/image_header_001.jpg) no-repeat;
}

#background-header{
 position:       absolute;
 left:                0px;
 width:              100%;
 height:            150px;
 text-align:       center;
 background: url(../backgrounds/background_header.jpg) repeat-x;
 background-color:#7F0000;
}

#background-page{
 width:             960px;
 text-align:         left;
 margin-left:        auto;
 margin-right:       auto;
 background: url(../backgrounds/background_page.jpg) repeat-y ;
 background-attachment: scrol;
 background-color:#FF9F00;
 min-height:         100%;
 height:  auto !important; /* moderne Browser */
 height:             100%;
 margin-bottom:       0px;
}

/* Seitenstruktur */

#content{
 position:       relative;
 float:             right;
 right:              10px;
 top:                 0px;
 width:             733px;
 margin-top:        150px;
 text-align:         left;
}

#intro{
 position:       relative;
 left: 3px;
 width:464px !important; /* moderne Browser */
 width:469px;
 background-color:#F8F9FC;
}

#menu-left{
 float: left;
 left:   154px !important;
 margin-left:       1px;
 margin-top:        150px;
 width:             214px;
 height:            740px;
 background: url(../backgrounds/background_menu.jpg) no-repeat;
}

#searchbox{
 position:       absolute;
 left:   951px !important;
 left:              949px;
 top:      4px !important;
 top:                 3px;
 width:             100px;
 height:             30px;
}

table {
 margin:               0px;
 padding:              0px;
 Border-Collapse: Collapse;

}

#menu-gallery{
 position:       relative;
 left:                0px !important; /* moderne Browser */
 left:                0px;
 margin-top:          0px;
 padding-top:        10px;
 padding-left:       20px;
 padding-bottom:     10px;
 width:             195px !important; /* moderne Browser */
 width:             195px;
 background: url(../backgrounds/background_menu_gallery.jpg) repeat-y;;
 background-color:#DFD4BE;
}
