@charset "utf-8";
/* COPYRIGHT GSTALTIG GMBH */

body {
	position: absolute;
	width: 100%;
	/* 100% höhe */
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: 100%; /* Mindesthöhe in IE (<7) */
	margin: 0;
	padding: 0;
	background-color: #000000;
}
.page {
	position: relative;
	margin: 0;
	/* 100% höhe */
  min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-color: #000000;
}
body.centerLayout .page, /* center the page */ .centerLayout { /* center the page */
	margin-left: auto;
	margin-right: auto;
}
/* HEAD */
.head {
	height: 230px;
	background-color: #131313;
	background-image: url( '../image/headBg.png' );
	background-repeat: repeat-x;
}
.borderTop {
	height: 30px;
	line-height: 30px;
}
.logo a {
	display: block;
	height: 25px;
	
	color: #999999;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	line-height: 31px;
	
	background-image: url('../image/bahnhoefli_logo.png');
	background-repeat: no-repeat;
}
.logo a:hover {
	color: #FFFFFF;
}
.headImg {
	position: relative;	
}
.headImg .cycle {	
	z-index: 1;
	height: 200px;
	width: 693px;
	overflow: hidden;
}
.headImg .cycle img {
	border: 5px solid #000000;
	border: 0 5px 5px 0;
}
.headImg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
	z-index: 2;
	
	background-image: url(../image/headImgOverlay.png);
	background-repeat: repeat-x;
}
.headContent * {
	margin: 0;
}
/* CONTENT */
.content {
	margin: 0;
	padding: 40px 0 30px 0;
	min-height: 240px;
	
	background-image: url(../image/contentBg.png);
	background-repeat: repeat-x;
	background-color: #1D1E1F;
}
.navigation {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 100;
}
.mainCol {
}
.rightCol {
}
/* FOOT */
.foot {
	margin-top: 10px;
	padding: 14px 0 0 0;
	min-height: 116px;
	
	background-image: url(../image/footBg.png);
	background-repeat: repeat-x;
}
