body {
	background-color: #121315;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.logo {
	position: absolute;
	left: 20%;
	top: 50px;
}
#logotext {
	font-family: "MS Serif", "New York", serif;
	font-size: 86px;
	color: #FF6700;
	font-style: italic;
	position: absolute;
	left: 50%;
	top: 50px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
#bodytext {
	font-family: "MS Serif", "New York", serif;
	font-size: 40px;
	color: #FF6700;
	position: relative;
	top: 180px;
}
.linie {
	top: 150px;
	position: absolute;
	width: 60%;
	display: inherit;
	left: 20%;
	right: 20%;
	color: #FF6700;
}
.linie_bottom {
	position: relative;
	width: 60%;
	display: inherit;
	color: #FF6700;
	bottom: -300px;
}
.footer {
	position: relative;
	bottom: -310px;
	color: #FF6700;
	padding-right: 20%;
	padding-left: 20%;
	float: right;
	height: 2em;
	right: 2em;
}
.pic {
	position: relative;
	top: 200px;
}
