* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #222831;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: big;
	color: #dddddd;
}

h1 {
	margin-bottom: 80px;
	color: #00adb5;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 40px;
}

p {
	margin-bottom: 20px;
}

a {
	color: #00adb5;
}

#Standardtextfeld {
	font-size: 2em;
	position: relative;
	top: 13%;
	text-align: center;
}

#Standardtextfeld input[type=text] {
	font-size: 1.5em;
	width: 85%;
	background-color: #dddddd;
	color: #222831;
	margin-bottom: 2%;
	padding: 8px 20px;
}

#Standardtextfeld input[type=submit] {
	font-size: 1.5em;
	background-color: #00adb5;
	color: #222831;
	border-radius: 300px;
	padding: 1%;
	margin-bottom: 100px;
}

#Hauptseiteninhalt {
	font-size: 2em;
	position: relative;
	top: 30px;
	text-align: center;
}

#Hauptseiteninhalt p {
//	color: red;
	font-size: 0.7em;
}

#Hauptseiteninhalt h2 {
	font-size: 0.8em;
}

#Hauptseiteninhalt textarea {
	font-size: 1.5em;
	width: 85%;
	background-color: #dddddd;
	color: #222831;
	margin-bottom: 2%;
	padding: 8px 20px;
}

#Hauptseiteninhalt input[type=text] {
	font-size: 1.5em;
	width: 85%;
	background-color: #dddddd;
	color: #222831;
	margin-bottom: 2%;
	padding: 8px 20px;
}

#Hauptseiteninhalt input[type=number].vierstellig {
	font-size: 1.5em;
	width: 2.7em;
	background-color: #dddddd;
	color: #222831;
//	margin-bottom: 2%;
//	padding: 8px 20px;
	margin-right: 30px;
}

#Hauptseiteninhalt input[type=number].zweistellig {
	font-size: 1.5em;
	width: 1.6em;
	background-color: #dddddd;
	color: #222831;
//	margin-bottom: 2%;
//	padding: 8px 20px;
}

#Hauptseiteninhalt input[type=submit] {
	font-size: 1.5em;
	background-color: #00adb5;
	color: #222831;
	border-radius: 300px;
	padding: 1%;
	margin-bottom: 50px;
}

#zurueckflaeche {
	position: fixed;
	z-index: 5000;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 15px;
}

#zurueckflaeche a {
	color: #222831;
	text-decoration: none;
	background-color: #00adb5;
	font-size: 3em;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#vorflaeche {
	position: fixed;
	z-index: 5000;
	top: 0px;
	right: 0px;
	text-align: center;
	padding: 15px;
}

#vorflaeche a {
	color: #222831;
	text-decoration: none;
	background-color: #00adb5;
	font-size: 3em;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#EinzelEintrag {
	position: relative;
	width: 70%;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 50px 40px 35px 40px;
	margin: 55px auto;
}

.datum {
	font-style: italic;
	font-size: 0.5em !important;
	margin-bottom: 40px;
}

.hauptfeld {
	font-size: 1.4em !important;
	font-weight: bold;
	white-space: pre-wrap;
	margin: 35px 0px 15px 0px;
}

.graufeld {
	color: #555;
}

.weissfeld {
	font-size: 0.5em !important;
	margin: 35px 0px 15px 0px;
}

.ueberschrift {
	font-size: 0.7em !important;
	font-weight: normal;
	text-decoration: underline;
	color: #999;
}

.feldueberschrift {
	font-weight: normal;
	text-decoration: underline;
	color: #bbb;
}

#ddnstz {
	position: absolute;
	width: 94%;
	left: 2%;
	background-color: #222831;
	padding: 10px;
	margin: 15px 15px 15px 0px;
}

#ddnstz h2 {
	margin-bottom: 1%;
	margin-top: 2%;
}

#ddnstz li {
	margin-left: 20px;
}

#kontakt {
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-align: right;
	background-color: #222831;
	padding: 10px;
}

#kontaktdetails {
	position: absolute;
	bottom: 0px; 	
	right: 0px;
	width: 700px;
	background-color: #222831;
	padding: 3000px 10px 10px 3000px;
}

#InhaltLoeschen {
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: left;
	background-color: #222831;
	padding: 10px;
}

#InhaltLoeschenDetails {
	position: absolute;
	bottom: 0px; 	
	left: 0px;
	background-color: black;
	border: 15px solid red;
	color: red;
	padding: 50px;
	white-space: nowrap;
}

#InhaltLoeschenDetails p {
	margin-top: 20px;
	font-size: 2em;
}

#InhaltLoeschenDetails a {
	color: red;
}

.grueneKlasse {
	color: greenyellow !important;
}

.nichtunterstrichen {
	text-decoration: none;
}

