﻿html {
	overflow-y: scroll;
	background-color: #79A888;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: gray;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	letter-spacing: 0.06em;
}
.topOuter {
	background-color: rgba(255, 255, 255,0.1);
	background-color: #79A888;
	padding: 1em 0.5em;
	color: white;
}
.Cont {
	background-color: white;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	position: relative;
	min-height: 50em;
}
.bottom {
	color: #9BBFA7;
	padding: 1em 0.5em;
	position: relative;
	background-color: #79A888;
}
.footer {
	color: #9BBFA7;
	text-decoration: none;
}
.menueMobi {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 0em 0em;
	box-sizing: border-box;
	#position: absolute;
	z-index: 3;
}
.menueMobiIn {
	text-align : left;
	background-color: #303030;
	color: white;
}
.menueMobiButt {
	border-bottom-left-radius: 0.5em;
	width: 9em;
	margin: 0 auto;
	display: block;
	border-bottom-right-radius: 0.5em;
	padding: 0.7em 0em;
	font-size: 1em;
	text-decoration: none;
	background-color: #79A888;
	color: white;
	font-weight: bold;
	border: 1px white solid;
	border-top: 0;
}
.links800 {
	padding: 1em 3em;
	display: block;
	text-decoration: none;
	text-align: left;
	border-bottom: 2px white solid;
	color: white;
}
.Bilder {
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	border: 1px #fdfdfd solid;
}
p {
	line-height: 1.4em;
}
ul {
	margin-left: 0px;
	padding-left: 1em;
}
li {
	margin-bottom: 1em;
	line-height: 1.4em;
}
h2 {
	margin-top: 1.7em;
	font-size: 1.3em;
}
a {
	outline: none;
	color: olivedrab;
}
h4 {
	font-size: 1em;
}
.bold {
	font-weight: bold;
	margin-top: 2em;
}
.portrait {
	border-radius: 600px;
	width: 10em;
	border: 10px #79A888 solid;
}
