@font-face{
	font-family: schrift;
	src: url(schrift.ttf);
	}

h1{font-family: schrift, sans-serif; font-size:20px;}
h2{font-family: schrift, sans-serif; font-size:16px;}
h3{font-family: schrift, sans-serif; font-size:16px; padding: 2px 5px 2px 5px; background-color:#d1d1d1;}
a:link, a:visited {font-family: schrift, sans-serif; font-size:15px; color: #000000; text-decoration: none;}
a:active, a:focus {outline: none;}

html, div, li, ul{
	margin: 0;
	padding: 0;
	font-family: schrift, sans-serif;
	font-size: 15px;
	}

body{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	}

#rahmen{
	position: relative;
	margin: 0px auto 0px auto;
	width: 320px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 10px 2px #444;
	z-index: 2;
	}

#logo{
	position: relative;
	margin: 0px;
	width: 100%;
	z-index: 3;
	}
#titel{
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 300px;
	font-weight: bold;
	color: #ffffff;
	background: #A7131D;
	box-shadow: 0px 0px 10px 2px #444;
	z-index: 3;
	}
#sprache{
	position: relative;
	margin: 25px 0px 0px 0px;
	padding: 0;
	width: 320px;
	text-align: center;
	z-index: 3;
	clear: both;
	}
.langpic{
	position: relative;
	margin: 0 10px 0 1px;
	box-shadow: 0px 0px 5px 2px #444;
	z-index: 4;
	}
.pfeil{
	position: relative;
	margin: 0 10px 0 1px;
	z-index: 4;
	}
#auswertung{
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 300px;
	color: #000000;
	background: #ffffff;
	text-align: center;
	z-index: 3;
	}
.feld{
	width: 45px;
	z-index: 4;
	}
#schalter{
	position: relative;
	color: #fff;
	font-weight: bold;
	margin: 0px auto 0px auto;
	padding: 2%;
	width: 80%;
	background: #2865A8;
	box-shadow: 0px 0px 10px 2px #444;
	z-index: 3;
	}




