/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */

body {
	background: #FFF;
}

/* A container should group all your columns. */
#container {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  margin-top: 25px;
}


/* Boxes
-------------------------------------------------------------- */

#kopfbereich {
	height: 366px;
	width: 100%;
	background: #fff;
	position: relative;
}
#logo {
position: absolute;
top: 145px;
padding: 10px 50px;
background: url(../images/logo_bg.png) right center no-repeat;
z-index: 99999;
}
#infobereich {

	width: 1000px;
	margin-left: 50px;
	float: left;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 10px;
	
}

#info_links {
	width: 460px;
	background: #fff;
	float: left;
	padding: 0px 120px 0px 0px;
}
#info_rechts {
	width: 280px;
	background: #fff;
	float: left;
	padding: 0px 15px 15px 15px;
}

#referenzen {
	clear: both;
}

.f_1, .f_2, .f_3 {
	float: left;	
	margin: 10px;
	padding: 20px;
}

.f_1 {
	width: 420px;
	margin-bottom: 300px;
	}

.f_2 {
	width: 170px;	
}
.f_3 {
	width: 150px;
	text-align: center;
}

.f_3 img {
	margin-bottom: 20px;
}


.referenz {
	width: 967px;
	margin: 0 auto 60px auto;
	position: relative;
}
.links {
	padding-left: 60px;	
	margin-top: 8px;
}

.toplink {
float: left;
width: 30px;
margin-left: 30px;
margin-top: 10px;
}

.rechts {
	padding-left: 30px;	
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	top: 345px;
	right: 0px;
	text-align: right;
}

.rechts img {
	margin-left: 25px;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }