* {
	padding: 0;
	margin: 0;
}

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

h1 {
	margin-bottom: 80px;
}

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

p {
	margin-bottom: 20px;
}

a {
	color: #113f67;
}

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

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

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

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

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

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

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

#SpielSeite.eineZeile form {
	display: inline;
	margin: 35px 25px;
}

#FixedHeadline {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2.5em;
	padding: 10px 20px 10px 20px;
	/* background-color: #e7eaf6; */
	background-color: #a2a8d3;
	text-align: left;
}

#Linksbuendig {
	text-align: left;
	padding: 0px 50px;
	margin-left: 6%;
	width: 80%;
//	border: 1px solid green;
}

#Linksbuendig p {
	margin-bottom: 10px;
}

#Linksbuendig.grossLi {
	font-size: 2em;
}

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

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

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

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

#LinkeSpalte input {
	font-size: 1em;
	padding: 2%;
	background-color: #eee;
	color: #113f67;
	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: #eee;
	color: #113f67;
	border-radius: 300px;
}

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

#zurueckflaeche a {
	color: #e7eaf6;
	text-decoration: none;
	background-color: #113f67;
	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: #e7eaf6;
	text-decoration: none;
	background-color: #113f67;
	font-size: 3em;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#vorflaeche input[type=submit] {
	font-size: 1.5em;
	background-color: #113f67;
	color: #e7eaf6;
	border-radius: 300px;
	padding: 2%;
	margin: 10px;
}

#uhrflaeche {
	position: fixed;
	z-index: 5000;
	bottom: 40px;
	left: 10px;
	text-align: center;
	padding: 10px 20px;
	font-size: 5em;
	background-color: #113f67;
	color: white;
//	border: 1px solid pink;
}

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

table.schmal {
	width: 70%;
}

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

td {
	background-color: #ddf;
	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: #e7eaf6;
	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: #e7eaf6;
	padding: 10px;
	z-index: 6000;
}

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

#InhaltMelden {
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: left;
	background-color: #e7eaf6;
	padding: 10px;
	z-index: 5200;
}

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

ul {
	list-style-type: none;
	padding-left: 350px;
}

.vorne {
	width: 50px;
	display: inline-block;
}

.einruecken {
	padding-left: 350px;
}
