body {
	background: #001a25;
	background-image: url("images/stars.png");	
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: 'Arial', serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Noto Serif;
	font-weight: 700;
	font-style: italic;
	color: #e0ff01;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.5em;
} 

h2 {
	font-family: Noto Serif;
	font-weight: 400;
	font-style: italic;
	color: #e0ff01;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
} 

p {
	line-height: 1.5em;
	padding-bottom: 10px;
}

p span {
	background: #e0ff01;
	color: #001a25;
	padding: 0 2px 0 2px;
	font-style: italic;
	font-weight: bold;
}

p a {
	border-bottom: 1px solid #e0ff01;
	
}

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

hr {
	border-top: none;
	border-bottom: 1px solid #e0ff01;
	margin: 35px 0px 35px 0px;
}

strong {
	color: #e0ff01;
}

#lights {
	width: 100%;
	height: 150px;
	background-image: url("images/kugeln.png");	
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 150px;
}

#logo {
	width: 20%;
	float: left;
}

nav {
	width: 80%;
	margin-top: 15px;
	float: left;
	text-align: right;
}

nav a {
	margin-left: 50px;
}

nav a.aktiv {
	margin-left: 50px;
	border-bottom: 2px solid #e0ff01;
}

#content {
	width: 100%;
	clear: both;
	padding-top: 100px;
}

#abbinder {
	width: 100%;
	padding-top: 100px;
	text-align: center;
	color: #e0ff01;
}

.pikto {
	float: left;
	margin-right: 20px;
	fill: #001a25;
}

@media only screen and (max-width: 1000px) {
	
body {
	background-size: 50%;
}

#lights {
	background-size: 75%;
}
	
#wrapper {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
}

#content {
	padding-top: 50px;
}

#logo {
	width: 100%;
	text-align: center;
}

#logo img {
	width: 40%;
}

nav {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

nav a {
	margin: 0 5px 0 5px;
	background: #e0ff01;
	color: #001a25;
	padding: 0 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}

nav a.aktiv {
	margin: 0 5px 0 5px;
	border-bottom: 2px solid #e0ff01;
}

}
