* {
	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;
}

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

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

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

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

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

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

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

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

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

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

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

#AntwortenAngeben h1 {
	margin-bottom: 5%;
}

#Spalten {
	position: relative;
	top: 80px;
//	border: 1px solid yellow;
}

#LinkeSpalte {
	position: absolute;
	left: 5%;
	right: 53%;
	background-color: #393e46;
	padding: 2%;
	text-align: center;
	font-size: 1.4em;
}

#RechteSpalte {
	position: absolute;
	left: 53%;
	right: 5%;
	background-color: #393e46;
	padding: 2%;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 100px;
}

#LinkeSpalte input {
	font-size: 1em;
	padding: 2%;
	background-color: #00adb5;
	color: #222831;
	border-radius: 300px;
}

#RechteSpalte select {
	width: 90%;
	font-size: 1em;
}

#RechteSpalte input[type=text] {
	font-size: 1em;
	width: 90%;
}

#RechteSpalte input[type=submit] {
	font-size: 1em;
	padding: 2%;
	background-color: #00adb5;
	color: #222831;
	border-radius: 300px;
}

#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;
}

#Fliesstext {
	position: relative;
	width: 70%;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 50px 40px 35px 40px;
	margin: 55px auto;
	text-align: left;
//	white-space: pre-wrap;
}

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

.datum a {
	color: #fff;
	text-decoration: none;
}

.datum a:hover {
	text-decoration: underline;
	color: #00adb5;
}

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

.prefix {
	color: #999;
}

.suffix {
	color: #999;
}

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

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

fieldset {
	border: 0px;
	position: relative;
	left: -10px;
	text-align: center;
}

fieldset input[type=radio] {
	border: 0px;
	width: 2%;
	height: 2em;
}

fieldset input[type=checkbox] {
	border: 0px;
	width: 2%;
	height: 2em;
}

table {
	position: relative;
	width: 90%;
	left: 5%;
	border-spacing: 10px;
}

th {
	background-color: #393e46;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 1.4em;
}

td {
	background-color: #191e26;
	padding: 10px;
	text-align: center;
	font-size: 1.4em;
}

#Hinweise {
	position: relative;
	width: 80%;
	left: 2%;
	font-size: 0.5em;
	text-align: left;
	margin: 50px 0px 100px 0px;
}

#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;
}

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

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

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

#InhaltMeldenDetails a {
	color: red;
}

.grueneKlasse {
	color: greenyellow !important;
}

.kleinerText {
	font-size: 0.5em !important;
}
