@charset "UTF-8";
/**
 * Chambers GmbH - CSS: Layout
 *
 *
 * @author Danny Otto | pixelbrand.net
 * @date   2009-02
 * 
 */
@import url(core/base.css);
@import url(content.css);
@import url(layout.css);
@import url(navigations.css);
@import url(forms.css);
@import url(fancybox.css);



/* ------------------------------------------ */
/* Layout, Seitenaufbau und Abstände */
body { font-size: 1em;  }
.page_margins { margin: 0 auto; max-width: auto !important; min-width: auto !important; padding: 0 !important; width: 100%; }
.page { border: 0; padding: 0; position: relative; }
#col1, #col2, #col3 { float: none !important; margin: 0 !important; width: 100% !important; }
#col1_content { background: none !important; margin: 0 20px !important; padding: 0 !important; }
#col2_content, #col3_content { margin: 0 20px !important; padding-top: 0; }
#header {
  height: auto;
  padding: 0 20px;
  position: static; top: 0; right: 0; left: 0;
}
#header #nav-lang { display: block; float: none; margin: 0 0 1em 0; padding: 0; }
#header #search { border-bottom: 1px dotted #50504c; display: block; float: none; margin: 0 0 1em 0; padding: 0 0 .5em 0; }
#header #nav-meta {
  border-bottom: 1px dotted #50504c;
  display: block;
  padding: 0 0 .5em 0;
  position: static !important; bottom: auto !important;
  overflow: hidden;
}
#main { background: #fff !important; }
h1 { border-bottom: 1px dotted #50504c; text-align: center; }
