* {
	padding: 0;
	margin: 0;
}

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

h1 {
	margin-bottom: 1%;
	color: #00adb5;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 7%;
}

p {
	margin-bottom: 1%;
}

p.links {
	text-align: left;
	margin-left: 10%;
	margin-bottom: -15px;
}

a {
//	color: #37C0AA;
	color: #006D6D;
}

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

#FrageStellen input[type=text] {
	font-size: 1.5em;
	width: 84%;
	background-color: #ECE3CE;
//	background-color: #98D3DB;
	margin-bottom: 2%;
	padding: 8px 20px;
}

.nameinformular {
	width: 70% !important;
	margin: 10px 15px 20px 30px;
}

#FrageStellen input[type=submit] {
	font-size: 1.5em;
	background-color: #37C0AA;
	border-radius: 300px;
	padding: 1%;
//	background-color: #393e46;
	margin-bottom: 100px;
}

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

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

#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: #37C0AA;
	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: #37C0AA;
	border-radius: 300px;
}

fieldset {
	border: 0px;
	position: relative;
	left: 10%;
	text-align: left;
//	border: 1px solid blue;
	width: 80%;
}

fieldset input[type=radio] {
	border: 0px;
	width: 3%;
	height: 1.7em;
	margin: 15px 15px 20px 30px;
}

fieldset input[type=checkbox] {
	border: 0px;
	width: 3%;
	height: 1.7em;
	margin: 15px 15px 20px 30px;
}

table {
	position: relative;
	width: 98%;
	left: 1%;
	border-spacing: 10px;
}

th {
	width: 1%;
//	background-color: #393e46;
	background-color: #333333;
	color: white;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 1.4em;
}

td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 1.2em;
}

th.geht {
	background-color: #00ff00;
	color: black;
}

td.geht {
	background-color: #00ff00;
	color: black;
	font-weight: bold;
}

td.gehtnicht {
	background-color: #ff0000;
	color: #990000;
	font-size: 1em;
	padding-top: 15px;
}

td.rechtsbuendig {
	text-align: right;
}

tr.small td {
	height: 5px;
	padding: 0;
}

.nichtbold {
	font-weight: normal;
}

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

#Freitextantwort {
	position: relative;
	width: 94%;
	left: 2%;
	background-color: #393e46;
	padding: 10px;
	margin-bottom: 15px;
}

#ddnstz {
	position: absolute;
	width: 80%;
	left: 10%;
	background-color: #393e46;
	padding: 10px;
	margin: 15px 15px 150px 0px;
}

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

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

#ObenRechts {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 0.5em;
	background-color: #37C0AA;
	padding: 5px;
}

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

.grueneKlasse {
	color: #00ff00 !important;
}

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