/* 
    Document   : ie6
    Created on : Jun 9, 2008, 6:31:26 PM
    Author     : hklein
    Description:
        Purpose of the stylesheet follows.
*/

body {
  text-align: center;
}

#frame {
  text-align: center;
}
div#heinzelnisse {
  background: url(/images/heinzelnisse_logo_nisse_small.jpg) top center no-repeat; 
}
div#search { margin-left: 110px; } 

#header {
  text-align: left;
}
#menu {
  text-align: left;
}
#content {
  text-align: left;
}
#footer {
  text-align: left;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 300px;
}
