﻿.contact {
	position: relative;
}
.contact #company {
	position: absolute;
	top: 59px;
	left: 0px;
}
.contact address {
	text-align: left;
	position: absolute;
	top: 110px;
}
.contact address#berlin {
	width: 204px;
	left: 0px;
}
.contact address#mannheim {
	left: 204px;
}
.contact #email {
	position: absolute;
	top: 260px;
	left: 0px;
}
.team .yui-u {
    position: relative;
}
.team .team-member {
    position:absolute; 
    top: 200px;
    left: 1px;
    letter-spacing:2px;
    line-height: 1.0;
    text-align: left;
}
.team .team-member h1 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 42px;
}
.team .team-member h2 {
    margin-bottom: 11px;
}
.team .team-member .description{
    position:absolute; 
    top: 200px;
    left: 1px;
    letter-spacing:2px;
    line-height: 1.0;
    text-align: left;
}

.projects {
    text-align: left;
    padding-top: 40px;
    padding-left: 1px;
    padding-right: 0px;
}
.projects h1 {
    color: #BF4C00;
    margin-top: 6px;
    margin-bottom: 4px;
}
.projects li {
    margin: 2px 0px 2px 0px;
    display: inline;
}
.projects li a {
    text-decoration: none;
    color: #999999;
    white-space: nowrap;
}
.projects li a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.service {
    text-align: left;
    padding-top: 50px;
}
.referenzen {
    margin-top: 20px;
    margin-bottom: -3px;
}
.referenzen table{
    width: 100%;
}
.referenzen td.first {
    text-align: left;
}
.referenzen td {
    text-align: center;
}
.referenzen td.last {
    text-align: right;
}
.referenzen img {
    border: 1px solid #ffffff;
    margin: 15px 0px 6px 0px;
}
.impressum {
    padding-top: 30px;
    margin-bottom: 0px;
}
.home {
    text-align: center;
}
