@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}

/*  */
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: #9FA0A4;
	background-image: url(../image/bodyBg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}
.page {
	position: relative;
	width: 960px;
	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-image: url(../image/pageBg.gif);
	background-position: 0 0;
}
body.centerLayout .page { /* center the page */
	margin-left: auto;
  margin-right: auto;
}
/* HEAD */
.head {
	height: 189px;
  background-color:#5b5f62;
	background-image: url(../image/headBg.gif);
}
.head .slogan {
	text-align: right;
	color: #204365;
	height: 39px;
	line-height: 39px;
}
/* CONTENT */
.content {
 	margin: 0 0 50px 0; /* bottom margin = footer height + additional space */
	min-height: 440px;
	background-image: url(../image/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: 180px 0;
}
.leftCol {
	background-color: #CDD7E1;
}
.leftCol .contact {
	margin: 96px 23px 20px 23px;
}
.mainCol {
}
.rightCol {
}
/* FOOT */
.foot {
  clear: both;
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 960px;
  height: 38px;
	
	background-image: url(../image/footBg.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.foot .spaetimultimedia {
	height: 100%;
	background-image: url(../image/spaetiMultimediaLogo.gif);
}
.foot .spaetimultimedia a {
	display: block;
	height: 100%;
	text-indent: -1500px;
}
.foot .adress {
	padding: 10px 0 0 0;
}

/* 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 */