* {
	margin: 0; padding: 0;
}
img {
	border: none;
}
body {
	background-color: #000;
	height: 100%;
	width: 100%;
}

#background {
	min-width: 1024px;
	min-height: 768px;
	position: absolute;
	background-image: url(images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 100%;
	width: 100%;
}
/* IE workaround */
#background #min {
	width: 1024px;
	height: 768px;
}
#foreground {
	width: 1024px;
	height: 768px;
	position: absolute;
	margin-left: -512px;
	margin-top: -384px;
	left: 50%;
	top: 50%;
}

#oben {
	position: absolute;
	top: 0px;
	width: 100%;
}
#blog-oben {
	height: 189px;
	width: 100%;
	position: absolute;
	top: 0px;
	background-image: url(images/blog-oben.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mitte-oben {
	height: 120px;
	position: absolute;
	top: 285px;
	width: 100%;
}
#mitte-unten {
	height: 120px;
	position: absolute;
	top: 405px;
	width: 1024px;
}
#mitte-oben *, #mitte-unten * {
	display: block;
}
#blog-mitte {
	position: absolute;
	top: 189px;
	height: 569px;
	width: 1004px;
	background-color: #000;
}
#impressum-mitte {
	position: absolute;
	top: 189px;
	height: 569px;
	width: 1004px;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
}
#blog-unten {
	height: 10px;
	width: 1024px;
	position: absolute;
	top: 758px;
	background-image: url(images/blog-unten.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#unten {
	height: 263px;
	width: 1024px;
	position: absolute;
	top: 525px;
	background-image: url(images/bg-unten.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#text {
	height: 100px;
	width: 984px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 13px;
	padding-top: 140px;
	padding-right: 20px;
	padding-left: 20px;
}
.link-impressum {
	width: 127px;
	position: absolute;
	border: none;
	left: 30px;
	top: 50px;
	overflow: hidden;
}

	ul.link-impressum li a img {
	width: 254px;
	height: 13px;
	border: 0;
	}

	ul.link-impressum li a:hover {
		position: relative;
		left: -127px;
	}

.link-sprache {
	width: 50px;
	position: absolute;
	overflow: hidden;
	border: none;
	left: 30px;
	top: 80px;
}

	ul.link-sprache li a img {
	width: 100px;
	height: 14px;
	border: 0;
	}

	ul.link-sprache li a:hover {
		position: relative;
		left: -50px;
	}

.link-bruderwerk {
	width: 200px;
	position: absolute;
	overflow: hidden;
	border: none;
	right: 30px;
	top: 40px;
}

	ul.link-bruderwerk li a img {
	width: 400px;
	height: 70px;
	border: 0;
	}

	ul.link-bruderwerk li a:hover {
		position: relative;
		left: -200px;
	}


.enter {
	height: 120px;
	width: 200px;
	left: 315px;
	position: absolute;
}
.mission {
	height: 120px;
	width: 200px;
	left: 515px;
	position: absolute;
}
.solution {
	height: 120px;
	width: 200px;
	left: 315px;
	position: absolute;
}
.key {
	height: 120px;
	width: 200px;
	left: 515px;
	position: absolute;
}
	ul.link-button {
		margin: 0;
		padding: 0;
	}

	ul.link-button {
		position: relative;
		overflow: hidden;
		width: 200px;
	}

	ul.link-button li a:hover {
		position: relative;
		left: -200px;
	}
	ul.link-button li a.active {
		position: relative;
		left: -200px;
	}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #1EA02D;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
a:focus {
	color: #FFF;
	text-decoration: underline;
}
