<style>

.bodydesign {
	font-family: "Segoe UI","PT Sans Narrow","Calibri","Garamond","Arial","sans-serif";
	background-color: #cecece;
	text-align: center;
	width: 100%;
	margin: 0px;
	border: none;
	font-size: 18px;
	font-size: 24px;
	padding: 20px;
}

body {
	background-size: 100%;
	width: 100%;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	font-size: 16px;
}

body h1{
	font-family: "Segoe UI","PT Sans Narrow","Calibri","Garamond","Arial","sans-serif";
	font-size: 24px;
	padding: 20px;
	color: #6684ff;
}

body h2{
	font-family: "Segoe UI","PT Sans Narrow","Calibri","Garamond","Arial","sans-serif";
	font-size: 20px;
	color: #6684ff;
}

body h3{
	font-family: "Segoe UI","PT Sans Narrow","Calibri","Garamond","Arial","sans-serif";
	font-size: 18px;
	color: #6684ff;
}

.wrapper {
	font-family: "Segoe UI","PT Sans Narrow","Calibri","Garamond","Arial","sans-serif";
	background-image: url(../grafik/background.gif);
	color: #6684ff;
	width: 100%;
	margin: 0px;
	font-weight: lighter;
	font-size: 24px;
}

.wrapper p{
	font-size: 20px;
	margin-left: 10px;
}
.wrapper h1{
	font-size: 40px;
	font-weight: lighter;
	margin-left: 10px;
}

.wrapper h2{
	font-size: 32px;
	font-weight: lighter;
	margin-left: 10px;
}

.wrapper h3{
	font-size: 24px;
	font-weight: lighter;
	margin-left: 10px;
}

.wrapper a {
	color: #6684ff;
	font-size: 22px;
	text-decoration: none;
	padding: 2px;
	transition: 500ms all;
}

.wrapper a:hover {
	color: #e6ffe4;
	background-color: #191970;
	padding: 2px;
	border-radius: 6px;
}

@media screen and (max-width: 600px) {
	.wrapper h1 {font-size: 30px;}
	.wrapper h2 {font-size: 26px;}
	.wrapper h3 {font-size: 22px;}
	.wrapper a {font-size: 20px;}
}

header{
	text-align: center;
}

header nav#normal {
	text-align: center;
}

header nav#normal a {
	color: #191970;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px;
	font-size: 22px;
	text-decoration: none;
	transition: 500ms all;
}

header nav#normal a:hover {
	color: #e6ffe4;
	/* margin: 10px; */
	background-color: #191970;
	border-radius: 10px;
}

header nav#normal ul{
	list-style: none;
}

header nav#normal li{
	display: inline;
	margin-right: 2px;
}


header nav#mobil {
	text-align: center;
	display: none;
}

@media screen and (max-width: 600px) {
	header nav#mobil {display: block;}
	header nav#normal {display: none;}
}

header nav#mobil a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #191970;
	font-size: 22px;
	text-decoration: none;
	transition: 500ms all;
}

header nav#mobil:hover > ul {
	max-height: 800px;
}

header nav#mobil a:hover {
	color: #e6ffe4;
	background-color: #191970;
	border-radius: 10px;
}

header nav#mobil ul{
	list-style: none;
	padding: 0px;
	max-height: 0;
	transition: all 500ms;
	overflow: hidden;
}

header nav#mobil li{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	transition: all 500ms;
}
header nav#mobil li:hover > a{
	
}

header nav #menu{
	width: 100%;
	color: #e6ffe4;
	background-color: #191970;
	padding: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 22px;
}

#image img{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.img1{
	opacity: 0.9;
}

.img1:hover{
	opacity: 1.0;
}

.footer {
	text-align: center;
	min-height: 40px;
	clear: both;
	background-color: #191970;
}

.fnav {
	text-align: center;
}

.fnav a {
	color: #e6ffe4;
	padding: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 5px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
}

.fnav a:hover {
	background-color: #F2F2F2;
	color: #000000;
}

.fnav ul{
	list-style: none;
}

.fnav li{
	display: inline;
	margin-right: 20px;
}

@media screen and (max-width: 600px) {
	.fnav a {font-size: 16px;}
}

.inhalt1{
	color: #404040;
	text-align:	left;
	min-width:260px;
	max-width:70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #F2F2F2;
	border-radius: 20px;
}

.inhalt1 h1 {
	color: #404040;
	text-align: left;
}

.inhalt1 h2 {
	color: #404040;
	text-align: left;
}

.inhalt1 p {
	font-size: 22px;
	color: #404040;
}
.inhalt1 a {
	font-size: 22px;
	color: #6684ff;
	text-decoration: none;
}

.inhalt1 a:hover {
	background-color: #F2F2F2;
}

.inhalt1 img {
	width:100%;
}

.inhalt1 table { 
	text-align: center;
	height: "155"; 
	max-width:90%;
	margin: auto;
	background-color: #F2F2F2; 
	border-color: "0"; 
	border-style: ;
	border-width: ;
	border-spacing: 0px; 
	border-radius: 20px;
} 

@media screen and (max-width: 600px) {
	.inhalt1 {max-width:95%;}
	.inhalt1 p {font-size: 20px;}
	.inhalt1 a {font-size: 20px;}
}

.inhalt2{
	color: #404040;
	text-align:	left;
	min-width:260px;
	max-width:70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #ffff66;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
	.inhalt2 {max-width:95%;}
}

.inhalt3{
	color: #404040;
	font-size: 22px;
	text-align:	left;
	min-width:260px;
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #F2F2F2;
	border-radius: 20px;
}

.inhalt3 h1 {
	color: #191970;
	text-align: center;
}

.inhalt3 h2 {
	color: #191970;
	text-align: left;
}

.inhalt3 h3 {
	font-family: "Segoe UI","PT Sans Narrow","Calibri","Garamond","Arial","sans-serif";
	font-size: 22px;
	font-weight: lighter;
	color: #191970;
	text-align: left;
}

.inhalt3 p {
	font-size: 22px;
	color: #404040;
}

@media screen and (max-width: 600px) {
	.inhalt3 {max-width:95%;}
}

.img01 img{
	max-width: 20%;
	min-width: 180px;
	margin: 20px;
	padding: 0px;
	box-shadow: 5px 8px 8px grey;
	float: left;
}

.liste{
	font-family: "Segoe UI","PT Sans Narrow","Calibri","Garamond","Arial","sans-serif";
	text-align: left;
	font-size: 22px;	/* Größe des Punktes */
	font-weight: lighter;
	color: #191970;
}

.liste p{
	font-size: 22px; 
}

a.liste:link {
	text-decoration: none; 
	font-size: 22px; 
	color: #191970;
	padding: 2px;
	transition: 500ms all;
	}
	
a.liste:visited { 
	text-decoration: none; 
	color: #6684ff;
	}
	
a.liste:hover { 
	text-decoration: none; 
	color: white; 
	padding: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	background: #191970; 
	border-radius: 6px;
	}

@media screen and (max-width: 600px) {
	.liste p{font-size: 20px;}
	a.liste:link {font-size: 20px;}
}

</style>
