* {
	padding: 0;
	margin: 0;
}

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

h1 {
	margin-bottom: 5%;
}

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

p {
	margin-bottom: 1%;
}

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

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

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

#FrageStellen input[type=submit] {
	font-size: 1.5em;
	background-color: #37C0AA;
	border-radius: 300px;
	padding: 1%;
//	background-color: #F7C8C6;
	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: #F7C8C6;
	padding: 2%;
	text-align: center;
	font-size: 1.4em;
}

#RechteSpalte {
	position: absolute;
	left: 53%;
	right: 5%;
	background-color: #F7C8C6;
	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: -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: 98%;
	left: 1%;
	border-spacing: 10px;
}

th {
	width: 30%;
	background-color: #F7C8C6;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 1.4em;
}

td {
	background-color: #F7C8C6;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
}

table td img {
	margin-bottom: 1%;
}

#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: #F7C8C6;
	padding: 10px;
	margin-bottom: 15px;
}

#ddnstz {
	position: absolute;
	width: 94%;
	left: 2%;
	background-color: #F7C8C6;
	padding: 10px;
	margin: 15px 15px 15px 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: #FCF751;
	padding: 10px;
}

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

#InhaltMelden {
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: left;
	background-color: #FCF751;
	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;
}