@charset "utf-8";
/*-----------------------------------------------------------------
layout.css by www.philippbruhin.ch
-----------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	background: #666;
	margin: 0;
	padding: 0;
	color: #666;
}

html, body {
	height: 100%;
}

html {
  -ms-overflow-y: scroll; /* For IE */
  overflow-y: scroll; /* For others & old IE */
}

#wrap {
	min-height: 100%;
	background-color: #FFF;
}

#main {
	padding-bottom: 140px;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}

.container {
	width: 960px;
	margin: 0 auto;
}

header {
	width: 100%;
	background-color: #D70811;
}

#wrapper-head {
	height: 73px;;
	/*background: url(../images/slogan.png) no-repeat bottom right; */
}

#banner-top {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
  display: none;
}

#logo {
	float: left;
	height: 65px;
	padding-top: 8px;
}

#search {
	float: right;
	padding-top: 25px;
}

.bg-white {
	width: 100%;
	height: 2px;
	background-color: #FFF
}

#slideshow {
	background-color: #666;
	width: 100%;
  height: 111px;
  position: relative;
  overflow: hidden;
	top: -35px;
}

#wrapper-nav {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	background: url(../images/menu-back.png) no-repeat top center;
}

#maincontent{
	margin-top: -35px;
	background: #FFF url(../images/content-shadow-top.png) repeat-x top;
}

#sidebarleft {
	float: left;
	width: 235px;
	margin: 0px;
	padding: 10px;
	}

#sidebarright {
	float: right;
	width: 235px;
	margin: 0px;
	padding: 10px;
}

#content_small {
	margin: 0px  255px 0px 255px;
	padding: 30px 0px 5px 0px;
}

#content_wide {
	margin: 0px  0px 0px 0px;
	padding: 30px 0px 5px 0px;
}

#content_left {
	margin: 0px  255px 0px 0px;
	padding: 30px 0px 5px 0px;
}

#content_right {
	margin: 0px  0px 0px 255px;
	padding: 30px 0px 5px 0px;
}

aside {
}

.width33left {
	width: 33.33%;
	float: left;
}

#wrapper-footer {
	position: relative;
	margin-top: -140px;
	height: 140px;
	clear:both;
	background: #666 url(../images/content-shadow-bottom.png) repeat-x top;
}

footer {
	padding: 30px 0px 0px 0px;
}

address {
	float: left;
}

#fb-like {
	float: right;
	width: 125px;
}

.fb-like {
	min-height: 50px;
}

.moduletable_who-else {
}

#menu-performance {
	float: left;
	width: 220px;
}

#menu-footer {
	float: left;
	width: 150px;
}

.left-address {
	float: left;
  width: 180px;
}

.right-address {
	float: left;
  width: 250px;
}

/* http://sonspring.com/journal/clearing-floats */
.clr {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

