body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: 'Play', helvetica, arial;
	font-size: 18px;
	color: #58585a;
	font-weight: 400;
}

img {
	border: none;
}

a {
	color: #58585a;
	text-decoration: none;
}

a:hover {
	color: #94b444;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

.clear {
	clear: both;
}

#container {
	width: 1025px;
	margin: 0 auto;
	position: relative;
}

#head {
	width: 100%;
	height: 93px;
	margin-bottom: 10px;
	position: relative;
}

#headTop {
	width: 100%;
	height: 13px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #94b444;
}

#navContainer {
	width: 752px;
	height: 80px;
	position: absolute;
	top: 13px;
	left: 0px;
	background-image: url(pics/bg_dark.png);
}

#nav {
	padding: 0px;
	margin: 32px 0 0 45px;
	list-style-type: none;
}

#nav li {
	width: 85px;
	height: 20px;
	display: block;
	cursor: pointer;
	float: left;
	font-size: 16px;
	text-align: center;
}

#nav li a {
	width: 85px;
	height: 20px;
	display: block;
}

#nav li.active a, #footer a.active {
	color: #94b444;
}

#headRight {
	width: 273px;
	height: 80px;
	position: absolute;
	left: 752px;
	top: 13px;
	background-color: #94b444;
}

#logo {
	margin: 6px 0 0 33px;
}

#contentTop {
	position: relative;
	width: 100%;
	height: 260px;
	background-image: url(pics/bg_light.png);
	margin-bottom: 10px;
}

#contentTop.impressum {
	height: 1660px;
}

#contentTop.impressum .text {
	width: 900px;
}

#contentTop .headline {
	position: absolute;
	left: 58px;
	top: 46px;
}

#contentTop .text {
	position: absolute;
	left: 58px;
	top: 155px;
}

#contentBottom {
	position: relative;
	width: 100%;
	height: 540px;
	background-image: url(pics/bg_light.png);
	margin-bottom: 10px;
}

#projects {
	width: 100%;
	height: 540px;
	background-image: url(pics/macbook.png);
	background-position: center;
	background-repeat: no-repeat;
}

.project {
	position: absolute;
	top: 54px;
	left: 202px;
	display: none;
}

.project a {
	color: white;
	text-decoration: underline;
}

.project .overlay {
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-image: url(pics/bg_dark.png);
	font-size: 14px;
	padding-top: 5px;
	color: white;
	overflow: hidden;
}

.project .overlay h2 {
	margin: 0px;
	padding: 0 0 0 10px;
	color: #94b444;
}

.project .overlay p {
	padding: 0 0 0 10px;
}

.project .weblink a {
	padding-right: 10px;
	color: #94b444;
}

#projectsNav {
	width: 100%;
	overflow: hidden;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 0px;
}

#projectsNav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	left: 50%;
}

#projectsNav ul li {
	width: 15px;
	height: 15px;
	background-image: url(pics/btn_projects.png);
	background-repeat: no-repeat;
	float: left;
	background-position: -20px 0px;
	cursor: pointer;
	margin-right: 2px;
	position: relative;
	right: 50%;
	display: block;
}

#projectsNav ul li.active {
	background-position: 0px 0px;
}

#footer {
	width: 100%;
	height: 179px;
	margin-bottom: 10px;
	position: relative;
}

#footerText {
	width: 752px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(pics/bg_dark.png);
}

#footerText p {
	display: block;
	float: left;
	margin-top: 133px;
	font-size: 14px;
	margin-left: 62px;
}

#footerRight {
	width: 273px;
	height: 162px;
	background-color: #94b444;
	position: absolute;
	left: 752px;
	top: 0px; 
}

#icons {
	margin: 121px 0 0 142px;
}

#footerBottom {
	width: 100%;
	height: 17px;
	background-color: #94b444;
	position: absolute;
	left: 0px;
	top: 162px; 
}

.kontakt {
	padding: 100px 0 0 60px;
}

.datenschutz {
	font-size: 11px;
	padding-top: 40px;
}
