@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-color:#d1d1d1;
	overflow-x:hidden;
	font-family: 'Alef', sans-serif;
	color:#2e2e2e;
	font-size:14px;
	letter-spacing:0.4px;
}

a:link {text-decoration:none; color:#fff;}
a:visited {text-decoration:none; color:#fff;}
a:hover {text-decoration:none; color:#ff0;}
a:active {text-decoration:none; color:#ff0;}

#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	top:0;
	font-family: 'Alef', sans-serif;
	font-size:14px;
	letter-spacing:0.4px;
	color:#fff;
	line-height:1.7;
	margin-top:-135px;
	position:relative;
}

#head{
	background-color:#FFF;
	backround-repeat:repeat-x;
	height:135px;
	position:relative;
}

#logo{
	margin-top:28px;
	margin-left:-2px;
	height:82px;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

#kk{
	padding-top:40px;
}

.pfeil{
	display:inline-block;
	margin-bottom:-1px;
}

h2{
	margin-left:66px;
	margin-top:-37px;
	font-weight:100;
}

#l{
	width:430px;
	float:left;
	margin-right:40px;
	margin-top:28px;
	display:inline-block;
}

#kompetenzenl{
	float:left;
	width:195px;
	margin-right:40px;
	margin-top:21px;
}

#kompetenzenr{
	margin-top:36px;
}


#r{
	display:inline-block;
	position:relative;
	width:430px;
	margin-top:28px;
}

#kontakt{
	margin-top:36px;
}

#kunden-container{
	background-color:#d1d1d1;
	margin-top:90px;

	width:100%;
	padding-top:40px;
	position:relative;
}

#kunden-wrapper{
	width:900px;
	position:relative;
	margin:0 auto 0 auto;
	padding-bottom:60px;
}

#kunden-wrapper .pfeil{
	display:inline-block;
	margin-bottom:-1px;
}

#kunden-wrapper h2{
	margin-top:-34px;
}

#kunden{
	margin-top:-4px;
}

.kunde{
	display:inline;
	margin-right:35px;
	margin-top:36px;
}

#footer-container{
	background-color:#fff;
	width:100%;
	position:relative;
	padding:40px 0 56px 0;
	margin-top:-4px;
}

#footer{
	width:900px;
	position:relative;
	margin:0 auto 0 auto;
}

#footer a{
	margin-right:20px;
}

#footer a:link {text-decoration:none; color:#2e2e2e;}
#footer a:visited {text-decoration:none; color:#2e2e2e;}
#footer a:hover {text-decoration:none; color:#FF0;}
#footer a:active {text-decoration:none; color:#ff0;}


#impressuml{
	display:inline-block;
	position:relative;
	width:430px;
	margin-top:28px;
}

#impressumr{
	margin-top:83px;
}