@charset "utf-8";
/* CSS Document */

body {
	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
	font-weight:300;
	line-height:1.8em;
	color: #ffffff;
	background-image:url(images/bg.png);
	margin:0;
}

p.null {
	margin:0;
}

a.top {
	font-weight:600;
	text-decoration:none;
	color:#ffffff;
}

a.top:visited {
	font-weight:600;
	text-decoration:none;
	color:#ffffff;
}

a.bottom {
	font-weight:600;
	color:#282833;
	text-decoration:none;
	margin-left:8px;
}

a.bottom:visited {
	font-weight:600;
	color:#282833;
	text-decoration:none;
	margin-left:8px;
}

.dunkel {
	color:#282833;
}

.bold {
	font-weight:600;
}

.space {
	height:30px;
}

.cta-button {
  display:block;
  width:122px;
  height:42px;
  background:url(images/kontakt_sprite.png) no-repeat 0 -42px;
  margin:0;
}
.cta-button a {
  display:block;
  width:100%;
  height:100%;
  background:url(images/kontakt_sprite.png) no-repeat 0 0;
  text-indent:-9999px;
}
.cta-button a:hover {
  background-position:0 42px;
}

#co2 {
	position:absolute;
	margin:0;
	text-align:right;
	top:0px;
	right:0px;
}

#social {
	position:absolute;
	left:0px;
	top: 165px;
}

#logo {
	position:absolute;
	top:140px;
	left:340px;
	width:460px;
	z-index:6;
}

#maincontent-top {
	position:absolute;
	top:206px;
	left:350px;
	width:450px;
	z-index:7;
}

#links {
	position:absolute;
	top:175px;
	left:115px;
	width:150px;
}

#baum {
	position:absolute;
	top:402px;
	right:50px;
	z-index:10;
}

#maincontent-bottom {
	position:absolute;
	top:495px;
	left:350px;
	width:450px;
	z-index:8;
}

#qr {
	position:absolute;
	top:500px;
	left:110px;
	z-index:9;
}

#footer {
	position:absolute;
	top:456px;
	left:0px;
	width:100%;
	height:244px;
	z-index:2;

	background-image:url(images/bg_footer.png);
}
