
body {

}

#standort {
	width: 41%;
	height: 0%;
	margin: -9px -8px;
}
#logo {
	width: 28%;
	height: 10%;
	margin: -14% 72%;
}
#titel {
	width: 57%;
	height: 10%;
	margin: 14.5% 40%;
	color: rgb(140,20,21);
	font-family: 'Arial Sans', sans-serif;
}
#subtitel {
	width: 57%;
	height: 10%;
	margin: -13% 40%;
	color: rgb(140,20,21);
	font-family: 'Arial Sans', sans-serif;
}
#trennlinie {
	width: 98%;
	height: 0px;
	margin: 16.7% -8px;
}
#textkoerper {
	Background-color: rgb(229,229,229);
	width: 101%;
	height: 2000px;
	margin: -15.9% -8px;

}
#menu {
	width: 0%;
	height: 0px;
	margin: -5px -70px;
	font-family: 'Arial Sans', sans-serif;
	background: #fff;
	box-shadow: 0 0 10px #aaa;
}

#menu a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
}

#menu .inhalt {
	width: 1000px;
	margin: 0 auto;
}

#menu .inhalt ul {
	position: absolute;
	margin: 0 auto;
	list-style: none;
}

#menu .inhalt ul li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
}

#menu .inhalt>ul>li:hover {
	height: 50px;
	margin-top: -5px;
	background: #eee;
	border-top: 5px solid #333;
	box-shadow: 0 0 5px #aaa;
}

#menu .inhalt ul li img {
	float: left;
	width: 30px;
	height: 30px;
	margin: 11px 5px ;
	padding: 10px;
	background: #000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu .inhalt ul li ul {
	top: -9999px;
	min-width: 370px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	padding: 0;
	margin: 0 0 0 -10px;
	box-shadow: 0 1px 5px #aaa;
}

#menu .inhalt ul li:hover ul {
	top: 50px;
}

#menu .inhalt ul ul li {
	float: none;
	font-size: 20px;
	padding: 10px 20px;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#menu .inhalt ul ul li:hover {
	background: #333;
	color: #88a;
}

#menu .inhalt ul ul li a {
	display: block;
}

#menu .inhalt ul ul li a:hover {
	color: #fff;
}

#menu li ul li ul {
	position: absolute;
	left: -9999px;
}

#menu .inhalt ul ul li:hover ul {
	left: 60%;
	top: auto;
	margin-top: -20px;
}

h1 { font-size: 2.8em; 
	 text-align: right;}

h2 { font-size: 1.3em;
	 text-align: right;}

P { font-size: 1.2em; 
	padding: 15px;
	font-family: 'Arial', sans-serif;
	text-align: justify; 
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	}

textarea {
	color: darkred;
	background-color:aliceblue;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	resize: none;
	}
