
body {
	/*background-color: #FFF;*/
	font-size: 120%;
	background-color: #D4E6F4;
	margin: 0px;
	padding: 0px;
}

.content {
	margin-left:auto;
	margin-right:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
}

a:link {
	color:#D4E6F4;
	text-decoration: none;
}

a:visited {
	color: #D4E6F4;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FFF;
}

.header {
	font-size: 180%;
	text-align: center;
	color: #D4E6F4;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F89728;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F89728;
	background-color: #1A446C;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.footer {
	position:absolute;
    bottom: 0px;
   	font-size: 90%;
	text-align: center;
	background: #1A446C;
	color: #D4E6F4;
	/*margin-top:50px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F89728;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F89728;
	background-color: #1A446C;
	/* [disabled]line-height: 14px; */
	/* [disabled]height: 28px; */
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	float: left;
	text-align: left;
	margin-left: 20px;
	padding-top: 5px;
	line-height: 12px;
}

.Aufgabe_xsm {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	text-align: center;
	font-size: 60%;
	line-height: 16px;
	/*height: 60px;*/
	padding-top: 7px;
}

.aufgabe {
	background-color: #1A446C;
	border: 1px ridge #999;
	color: #FFF;
	margin-bottom: 10px;
}
.antwort {
	background-color: transparent;
	color: #090;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	margin-top: 5px;
}

.input {
	background-color: #FFF;
	border: 1px solid #F89728;
	}

.input_green {
	background-color: #99FF99;
	border: 1px solid #0F0;
	}
.input_red {
	background-color: #FCC;
	border: 1px solid #F00;
}
.aufgabe, .antwort, .input , .input_green, .input_red{
	width: 60%;
	text-align: center;
	font-size: 100%;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.smText {
	font-size: 500%;
	background-color: #D4E6F4;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 47px;
	color: #F00;
	padding-bottom: 10px;
}

.umlautButtons {
	font-size: 90%; 
	margin: 5px;
	text-align: center;
}

.formButtons {
	width: 90%;
	padding-top: 20px;
	padding-bottom: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:100px;
}

.neueFrageButton {
	float: left;
	background-color: #FFFFD5;
	margin-left: 15px;
}
.nextlessonButton {
	float: left;
	background-color: #FFDFDF;
}
.checkButton {
	float: right;
	background-color:#AFA;
}
.neueFrageButton, .nextlessonButton, .checkButton {
	width: 30%;
	font-size: 120%;
	-webkit-appearance: none;
	-webkit-text-fill-color: #000;
	border-radius: 3px;
	border: 1px solid #999;
}

.textFeld {
	font-size:150%;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}

.smiley {
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1A446C;
	line-height: 18px;
	text-align: center;
	width: 300px;
	margin-top: 15px;
	margin-left: auto;
}

.smiley_img {
	height: 40px;
	width: 40px;
	margin-bottom: 8px;
}
.smiley_img_green {
	height: 50px;
	width: 50px;
}

.errormsg {
	font-size: 12px;
	color: #F00;
	float: left;
	margin-left: 50px;
}

#modalTable {
	font-size:150%;
	border: 2px ridge #CCC;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;	
}

.inner_modalTable {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#fehlermeldungen {
	font-size: 0.8em;
	color: #F00;
	margin-left: -20px;
}

.statement {
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	color: #006;
	font-family: Verdana, Geneva, sans-serif;
}
	
	
@media only screen and (min-width: 120px) {
	.content {
		font-size: 30%;
	}
}

@media only screen and (min-width: 320px) {
	.content {
		font-size: 50%;
	}
}

@media only screen and (min-width: 480px) {
	.content {
		font-size: 75%;
	}
}
@media only screen and (min-width: 720px) {
	.content {
		font-size: 100%;
	}
}