@charset "utf-8";
/* CSS Document */

body {
	font-size:32px;
	color:#666;
	}

#eingabeaussen {
	margin:auto;
	width:420px;
	text-align:center;
	margin-top:3px;
	padding:20px;
	border:1px solid #999;
	background:#FFF;
	}

#eingabe {
	font-size:32px;
	color:#666;
	text-align:center;
	width:220px;
	line-height:20px;
	}

#eingabezwei{
	font-size:32px;
	color:#666;
	text-align:center;
	width:60px;
	}

#button {
	font-size:24px;
	color:#666;
	margin-top:20px;
	
	}
	
#texthinweis {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#666;
	margin-bottom:30px;
	}
	
#text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	line-height:40px;
	color:#666;
	margin:auto;
	width:460px;
	text-align:center;
	background:#FFF;
	margin-top:3px;
	border:1px solid #999;
	}
	
#textoben {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	line-height:40px;
	color:#666;
	margin:auto;
	width:460px;
	text-align:center;
	background:#FFF;
	margin-top:40px;
	border:1px solid #999;
	}

