<style>
body {
	font-family: 'Helvetica', Verdana, sans-serif;s
	font-size: 12px;
	background-color: #fff;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
	border: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}
a:active {
	text-decoration: none;
	border: none;
}

.footer {
	position:absolute;
	clear:both;
	bottom: 0px;
	left: 1em;
	z-index: 0;
}

.bg_aboutme {
	background-image: url("img/bg_aboutme.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}
.bg_services {
	background-image: url("img/bg_services.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}
.bg_contact {
	background-image: url("img/bg_contact.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}
.bg_imprint {
	background-image: url("img/bg_imprint.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}



.menue_area {
	width: 1000px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bold;
}

.menue_point {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	height: 30px;
	width: 120px;
	background-color: #FFFFFF;
	border-radius: 7px 7px 0px 0px;
}
.menue_point_activ {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	height: 30px;
	width: 120px;
	background-color: #38a4ed;
	border-radius: 7px 7px 0px 0px;
}
.menue_point:hover {
	margin-top: 5px;
	margin-left: 5px;
	height: 30px;
	width: 120px;
	margin-left: 5px;
	background-color: #38a4ed;
	border-radius: 7px 7px 0px 0px;
}


.menue_point_aboutme {
	float: right;
	margin-top: 5px;
	height: 30px;
	width: 108px;
	background-color: #FFFFFF;
	border-radius: 7px 7px 0px 0px;
}
.menue_point_aboutme:hover {
	margin-top: 5px;
	height: 30px;
	width: 108px;
	margin-left: 5px;
	background-color: #38a4ed;
	border-radius: 7px 7px 0px 0px;
}
.menue_point_services {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	height: 30px;
	width: 116px;
	background-color: #FFFFFF;
	border-radius: 7px 7px 0px 0px;
}
.menue_point_services:hover {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	height: 30px;
	width: 116px;
	margin-left: 5px;
	background-color: #38a4ed;
	border-radius: 7px 7px 0px 0px;
}
.menue_point_contact {
	float: right;
	margin-top: 5px;
	height: 30px;
	width: 87px;
	background-color: #FFFFFF;
	border-radius: 7px 7px 0px 0px;
}
.menue_point_contact:hover {
	float: right;
	margin-top: 5px;
	height: 30px;
	width: 87px;
	background-color: #38a4ed;
	border-radius: 7px 7px 0px 0px;
}

.header_area{
	width:1000px;
	height:225px;
	position: relative;
}
.header_titel {
	position: absolute;
	bottom: 16px;
	left: 16px;
}
.header_titel:Hover {
	position: absolute;
	bottom: 16px;
	left: 16px;
	opacity: 0.9;
}

.content_area {
	width: 1000px;
	min-height: 350px;
	background: rgba(255,255,255,0.75);
}
.content_headline {
	font-size: 22px;
	font-family: Helvetica;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 15px;
	line-height: 55px;
}
.content_content {
	width: 900px;
	min-height: 247px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
}

.footer_area {
	background: rgba(255,255,255,0.75);
	width: 1000px;
	height: 30px;
	margin-top: 5px;	
	margin-bottom: 5px;
}
.footer_area_copyright {
	float: left;
	text-align: center;
	line-height: 30px;
	width: 900px;
	height: 30px;
}
.footer_area_imprint {
	float: left;
	text-align: center;
	line-height: 30px;
	width: 100px;
	height: 30px;
}	


.mobile_header_area_aboutme{
	width:300px;
	height:206px;
	position: relative;
	background-image: url("img/header_aboutme.jpg");
}
.mobile_header_area_services{
	width:300px;
	height:206px;
	position: relative;
	background-image: url("img/header_services.jpg");
}
.mobile_header_area_contact{
	width:300px;
	height:206px;
	position: relative;
	background-image: url("img/header_contact.jpg");
}
.mobile_header_area_imprint{
	width:300px;
	height:206px;
	position: relative;
	background-image: url("img/header_imprint.jpg");
}

.mobile_menue_area {
	width: 300px;
	height: 135px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-family: Helvetica;
	font-weight: bold;
}
.mobile_menue_point {
	margin-top: 5px;
	height: 40px;
	width: 300px;
	background: rgba(255,255,255,0.75);
}
.mobile_menue_point_activ {
	margin-top: 5px;
	height: 40px;
	width: 300px;
	background-color: #38a4ed;
}
.mobile_menue_point:hover {
	margin-top: 5px;
	height: 40px;
	width: 300px;
	background-color: #38a4ed;
}

.mobile_content_area {
	width: 300px;
	min-height: 350px;
	background: rgba(255,255,255,0.75);
}
.mobile_content_content {
	width: 270px;
	min-height: 247px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
}

.mobile_footer_area {
	background: rgba(255,255,255,0.75);
	width: 300px;
	height: 45px;
	text-align: center;
	margin-top: 5px;	
	margin-bottom: 5px;
}
</style>