@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #253536;
	background-repeat: repeat-x;
}

#menu {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 0.8em;
	word-spacing: 3em;
	letter-spacing: 0.1em;
	color: #fff;
	height: 20px;
	width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-top: 26px;
	z-index: 20;
}

#menu a  {	
	color: #aabdbf;	
	text-decoration: none;
}
#menu a:hover  {
	color: #fff;
	text-decoration: none;
}
#menu a:active  {
	color: #fff;
	text-decoration: none;
}
#menu li {
	display: inline;
	list-style-tipe: none;
}


#logo {
	width: 216px;
	height: 71px;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 10;
}


#headline {
	width: 321px;
	height: 55px;
	top: 100px;
	z-index: 30;
	left: 60%;
	position: absolute;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 2.3em;
	color: #142021;
	letter-spacing: 0.1em;
}

#produkt {
	width: 1105px;
	height: 294px;
	top: 140px;
	z-index: 60;
	position: relative;
	margin: 0 auto;
}

p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	color: #5d6d6f;
	top: 80px;
	position: relative;
	text-align: center;
}
a, a:active {
	color: #809597;
	text-decoration: none;
	}
a:hover {
	color: #809597;
	text-decoration: none;
	}

li {color: #fff}

#copy {

	text-align: center;
	position: relative;
	margin: 0 auto;
	z-index: 24;
}