body {
	background: white;
	margin: 0 0 20px 0;
	font-family: "Arial";
	font-size: 20px;
	line-height: 22px;
	color: #5e5f58;
}

p, div {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #c0c3d0;
	text-decoration: none;
}

a:hover {
	color: white;
}

h1 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px 0 7px 0;
	background: linear-gradient(to bottom,#343B41,#5c646a,#343B41);
	color: #c0c3d0;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 5px 22px #000;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
}

table {
	width: 95%;
	max-width: 250px;
	margin: 20px auto 0px auto; 
}

td {
	font-size: 80%;
}

.verbergen {
	display: none;
}

.feld {
	width: 98.5%;
	background-color: #fffdd1;
	height: 30px;
	margin-bottom: 10px;
}

.schalter {
	width: 100%;
	height: 40px;
	margin: 10px 0 12px 0;
}

.checkbox {
	width: 25px;
	height: 30px;
	border-radius: 20px;
}

#logo_m {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
}

#logo_k {
	position: absolute;
	top: 25px;
	left: 48px;
	width: 14px;
}

.header_bild_rahmen{
	background-color: #383e44;
	margin: 0;
	padding: 20px 0;
}

.header_bild {
	display: block;
	margin: 0 auto;
	width: 95%;
	max-width: 500px;
}

.logo_text {
	margin: 0 0 20px 0;
	padding: 10px;
	background: linear-gradient(to bottom right, #cfc5b9, #9c9084);
	color: white;
}

#zur_homepage_1 {
	position: absolute;
	top: 10px;
	right: 30px;
	margin: 0;
	padding: 0;
	color: #c0c3d0;
	text-align: right;
	font-size: 70%;
	line-height: 100%;
}

#zur_homepage_2 {
	position: absolute;
	top: 0;
	right: 10px;
	color: #c0c3d0;
	font-size: 80%;
}

.fehler {
	color: red;
	font-size: 80%;
}

.hinweis {
	color: #b5b3b3;
	font-size: 70%;
	
}

.klein {
	font-size: 80%;
}