* {

	margin: 0;

	padding: 0;

}
body{
	overflow: hidden;
}

section {

	font-family: Helvetica, Arial, sans-serif;		

	font-size: 11px;

	color: #666666;

	height: 100vh;

	position: relative;

}

#sectioneins {

	background: url(visual1.jpg) no-repeat center;

	background-size: cover;

}

#sectioneins #menue {

	position: absolute;

	right: 5px;

	bottom: 5px;

	color: #ffffff;

}

#sectioneins p {

	display: inline-block;

	margin-bottom: 10px;

}

#sectioneins a {

	color: #ffffff;

	text-decoration: none;	

}

#sectioneins a img {

	border: none;

	position: relative;

	top: 8px;

}

#sectioncontent {

	height: auto;

	position: relative;

	margin: 0 auto;

	padding: 3% 2%;

	width: 96%;

	max-width: 800px;

}

#sectioncontent a {

	display: inline;

	text-decoration: none;

	color: #666666;

}

#sectioncontent a:hover {

	text-decoration: underline;

}

#sectioncontent p {

	margin-bottom: 8px;

}

#sectioncontent h3 {

	margin-bottom: 8px;

}

#sectioncontent ul {

	margin: 0 0 15px 16px;

}

hr {

	border: none;

	border-top: 1px solid #666666;

	margin: 15px 0;

	width: 100%;

}