/* ----------------------------------------------------------------------------------------------------------------------------
   Navigationsleiste (oben)
   ---------------------------------------------------------------------------------------------------------------------------- */
#header { z-index: 2; position: fixed; height: 80px; width: 100%; background: #E5E9F4 url("../images/css_bg/top.jpg") repeat-x; border-bottom: 2px solid #F2963E; }
#header .navi ul { position: relative; margin-left: 15px; margin-top: 60px; }
#header .navi li { display: inline; margin-right: 15px; }
#header .logo { font-size: 14pt; font-weight: bold; position: absolute; margin-top: 12px; margin-left: 15px; min-width: 192px; height: 40px; background: url("../images/zes-zimmer-logo-small.png") no-repeat; }
#header .logo #logo_repalcement { display: none; }
#header #background_image { position: fixed; left: 230px; width: 100%; height: 80px; background: url("../images/css_bg/top_image.jpg") no-repeat; }
#header .flags { position: absolute; text-align: right; right: 15px; top: 25px; }
#header .flags img { margin-left: 2px; }
#header .search { position: absolute; text-align: right; right: 15px; top: 50px; }
