* {
  margin: 0px;
  padding: 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 101%;
	background-color: rgb(66,66,66);
	background-repeat: repeat-y;
	background-position: center top;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

#page {
	position: relative;
	margin: 0px auto;
	width: 960px;
	background-color: rgb(66,66,66);
}

a {
	color: #090;
	text-decoration: none;
}
a:hover {
	color: #090;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}

#header {
	position: relative;
	z-index: 1000;
}

#logo {
	position: absolute;
	right: 8px;
	top: 40px;
	width: 313px;
	height: 40px;
	text-indent: -6000px;
	background-image: url(../bilder/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#menu {
	position: absolute;
	top: 100px;
	right: 8px;
}
#menu li {
	float: left;
	list-style: none;
	margin-left: 16px;
	-webkit-user-select: none;
	-webkit-transition: all .5s;
}
#menu a {
	color: #000;
	display: block;
	text-transform: uppercase;
}
#menu a:hover {
	color: #090;
}
#menu a.active {
	color: #090;
}

#content {
	position: relative;
	padding-top: 170px;
	color: #FFF;
	overflow: hidden;
	overflow-x: hidden;
	width: 960px;
}

#home {
	position: relative;
	overflow: hidden;
	width: 944px;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 200px;
	margin-left: 8px;
}

.impressum {
	font-family: Verdana, Geneva, sans-serif;
	padding: 20px;
}
.home #content #home .impressum p a {
	color: #FFF;
	text-decoration: none;
}
.neu {
	height: 700px;
}
