@charset "utf-8";
/* COPYRIGHT GSTALTIG GMBH */

/* http://meyerweb.com/eric/tools/css/reset/index.html */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*  */
html, body {
  position: absolute;
	width: 100%;
	min-width: 950px;
  /* 100% höhe */
  min-height: 100%; /* Mindesthöhe in modernen Browsern */
  height: 100%; /* Mindesthöhe in IE (<7) */
	margin: 0;
  padding: 0 0 1px 0;

	background-color: #000000;
}
.page {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 100;
}
body > .page {
	height: auto;
	min-height: 100%;
}
.centerLayout .page,
div.centerLayout { /* center the page */
	margin-left: auto;
  margin-right: auto;
}
/* HEAD */
.head {
	height: 101px;
  position: relative;
  width: 100%;
	background-image: url(../image/headBg.png);
	background-color: #202525;
}
.head h1 {
  margin: 0;
}
.head .contentWrap {
  margin: 0 auto;
  display: block;
  position: relative;
}
.head .logo {
	height: 100px;
	width: 480px;

	text-indent: -10000px;

	background-image: url(../image/John_Lay_Solutions_logo.png);
}
/* CONTENT */
.contentWrap {
	position: relative;
	width: 935px;
	margin: 0 auto;
}
.main {
	position: relative;
	margin: 50px 0 80px 0; /* bottom margin = footer height + additional space */
}
.content ul.navigation {
	width: 180px;
	padding: 0;
}
.leftCol {
  width: 180px;
  margin-right: 20px;
}
.mainCol,
.rightCol {
	padding: 1px 8px 2px 8px;

	background-repeat: no-repeat;
  background-position: top, center;

	background-color: #3b4445;
	border: 1px solid #636a6b;
	border-right-color: #0f1111;
	border-bottom-color: #0f1111;
}
.mainCol {
	width: 512px; /* 530px */
	margin-right: 20px;

	background-image: url(../image/mainColBg.png);
}
.rightCol {
	width: 162px; /* 180px */
	margin-bottom: 80px; /* homebutton */

	background-image: url(../image/rightColBg.png);
}

.border {
	background-color: #f0eeee;
}
.mainCol .border {
	padding: 30px;
}
.rightCol .border {
	padding: 30px 15px;
}
.homeButton {
	position: absolute;
	right: 0;
	bottom: -120px;
	width: 77px;
	height: 85px;

  text-indent: -30000px;

  background-image: url('../image/buttonOff.png');
  background-repeat: no-repeat;
}
.mainCol .homeButton {
	top: 0;
	right: -200px;
	bottom: auto;
}
a.linkToTop {
	position: absolute;
	right: 11px;
	bottom: 5px;
	height: 13px;
	width: 37px;


	text-indent: -10000px;
	line-height: 1px;

	background-image: url('../image/linkToTop.png');
	background-color: #dedddd;
}
a.linkToTop:hover {
	background-color: #CCCCCC;
}
/* FOOT */
.foot {
	position: relative;
	z-index: 100;
	clear: both;
	margin-top: -28px;
  height: 12px; /* 28px */
	padding: 8px 0;


	background-image: url(../image/footBg.png);
	background-color: #202525;
}


/* SCREEN SIZED BACKGROUND */
object#bodyBg {
	position: absolute;
  top: 101px;
	left: 50%;
	margin-left: -465px;

/*
	height: auto;
	min-height: 100%;
  width: 100%;
	min-width: 1024px;*/

  z-index: 1;
}
.bodyBg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

  z-index: 1;
}

.bodyBg .bodyBgWrap {
	display: block;
	margin: 0 auto;
	width: 930px;
}
.bodyBg .bodyBgWrap .bodyBgOffset { /* offest to the left */
	margin-left: -100px;
}

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

