/** * @file * Positioning for a fixed-width, desktop-centric layout. * * Define CSS classes to create a table-free, 3-column, 2-column, or single * column layout depending on whether blocks are enabled in the left or right * columns. * * This layout uses the Zen Grids plugin for Compass: http://zengrids.com *//* * Center the page. */#page,.region-bottom {  /* If you want to make the page a fixed width and centered in the viewport,   * this is the standards-compliant way to do that. */  margin-left: auto;  margin-right: auto;  width: 984px;}/* * Apply the shared properties of grid items in a single, efficient ruleset. */#header,#content,#navigation,.region-sidebar-first,.region-sidebar-second,#footer {  border: 0 !important;  word-wrap: break-word;  _display: inline;  _overflow: hidden;  _overflow-y: visible;}#footer {  padding: 0;}/* * Containers for grid items and flow items. */#header,#main,#footer {  *position: relative;  *zoom: 1;}#header:before, #header:after,#main:before, #main:after,#footer:before, #footer:after {  content: "";  display: table;}#header:after,#main:after,#footer:after {  clear: both;}#header {	height: 210px;	margin: 3.25em 0 5em;	padding: 0;}.region-header-top {	height: 3.25em;	margin-top: -3.25em;}.header-middle {  background: url(../images/header_neu1.jpg) right 0 no-repeat transparent;}.page-aktuelles .header-middle {  background: url(../images/header_neu9.jpg) right 0 no-repeat transparent;}.section-themenangebote .header-middle {  background: url(../images/header_neu8.jpg) right 0 no-repeat transparent;}.section-publikationen .header-middle {  background: url(../images/header_neu4.jpg) right 0 no-repeat transparent;}.section-veranstaltungen .header-middle {  background: url(../images/header_neu5.jpg) right 0 no-repeat transparent;}.section-filminformationen .header-middle {  background: url(../images/header_neu6.jpg) right 0 no-repeat transparent;}.section-downloads .header-middle {  background: url(../images/header_neu7.jpg) right 0 no-repeat transparent;}.section-presse .header-middle {  background: url(../images/header_neu6.jpg) right 0 no-repeat transparent;}.header-middle .m-main {	float: right;	margin: -41px 0 0;}.region-header-bottom {	float: right;	height: 41px;}.footer-frame {	background: none repeat scroll 0 0 #bdc3c7;	left: 0;	position: absolute;	width: 100%;}.region-footer-top {	margin: 0 auto;	min-height: 132px;	padding: 22px 0 28px;	text-align: center;	width: 984px;}.region-footer-top:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}.footer-bottom-frame {	background: none repeat scroll 0 0 #7f8c8d;	width: 100%;}.region-footer-bottom {	height: 81px;	margin: 0 auto;	width: 984px;}/* * Navigation bar */#main {  padding-top: 1em; /* Move all the children of #main down to make room. */  position: relative;}#navigation {  position: absolute;  top: 0; /* Move the navbar up inside #main's padding. */  height: 0em;  width: 960px;}/* * The layout when there is only one sidebar, the left one. */.sidebar-first #content {  /* Span 4 columns, starting in 2nd column from left. */  float: left;  width: 764px;  margin-left: 196px;  margin-right: -980px;}.sidebar-first .region-sidebar-first {  /* Span 1 column, starting in 1st column from left. */  float: left;  width: 176px;  margin-left: 0px;  margin-right: -196px;}/* * The layout when there is only one sidebar, the right one. */.sidebar-second #content {  /* Span 4 columns, starting in 1st column from left. */  float: left;  width: 730px;  margin-left: 0px;  margin-right: -756px;}.sidebar-second .region-sidebar-second {  /* Span 1 column, starting in 5th column from left. */  float: left;  width: 226px;  margin-left: 756px;  margin-right: -984px;}/* * The layout when there are two sidebars. */.two-sidebars #content {  /* Span 3 columns, starting in 2nd column from left. */  float: left;  width: 568px;  margin-left: 196px;  margin-right: -784px;}.two-sidebars .region-sidebar-first {  /* Span 1 column, starting in 1st column from left. */  float: left;  width: 480px;  margin-left: 0px;  margin-right: -504px;}.two-sidebars .region-sidebar-second {  /* Span 1 column, starting in 5th column from left. */  float: left;  width: 480px;  margin-left: 504px;  margin-right: -984px;}.area.areag-right,.area.area-right {	float: right;	padding-bottom: 1em}.node-type-film .area.area-left {  width: 474px;}.area.area-left {	float: left;	padding-bottom: 1em;}