*{ background-color: white;

}

#bild1 {
	width: 200px;
	float: right;
	background-color: white;
	padding-bottom: 10px;
	
}

#bild2 {
	width: 37px;
	float: left;
	background-color: white;
	padding-bottom: 10px;
}

#zip {
	background-color: white;
	padding-bottom: 10px;
}

a{
	text-decoration: none;
}

#schraffur{
	width: 400px;
	height:10px;
}

#sternchen{
		font-size: 10px;
	
}

#eingabe{
	
	height: 90px;
	background-color: white;
	margin-left: 4px;
	z-index: 3;
	border: 0px;
	
}

#lernen{
	height: 90px;
	background-color: white;
	margin-left: 4px;
	z-index: 3;
	border: 0px;
}


#archiv{
	height: 90px;
	background-color: white;
	margin-left: 4px;
	z-index: 3;
	border: 0px;
}

#busala{
	height: 90px;
	background-color: white;
	margin-left: 4px;
	z-index: 3;
	border: 0px;
}

#busalatb{
	width: 100%;
	font-size: 50%;
	background-color: #bbbbbb;
	margin-left: 4px;
	z-index: 3;
	border: 2px;
}

#ueberschrift{
	color: #6B8E23;
}

td {
	background-color: white;
}

p{
	font-size:15px;
	font-weight: normal;
}

span{
	font-weight: bold;
}

#falsch{
	color: red;
}

#eingabetb{
	border: 1px;
}

#frage{
	font-family: arial;
	text-align: center;
	border: 2px solid #696969;
	color: #696969;
	font-size:15px;
	font-weight: normal;
	background-color: white;
	margin: 0px auto;
	width: 300px;
	height: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding-bottom: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 3;
}

#bewertung{
	font-family: arial;
	text-align: center;
	border: 2px solid #696969;
	color: #696969;
	font-size:15px;
	font-weight: normal;
	background-color: white;
	margin: 0px auto;
	width: 300px;
	height: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;
	z-index: 3;
}

#busala{
	font-weight: normal;
	border: 1px;
	font-size: 10px;
}


#bitteeintragen{
	font-weight: bold;
}

#bewertungubs{
	font-family: arial;
	text-align: center;
	color: #696969;
	font-size:15px;
	font-weight: bold;
	background-color: white;
	margin: 0px auto;
	width: 300px;
	height: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 3;
}

#rahmen {
	font-family: arial;
	color: #696969;
	font-size:20px;
	font-weight: bold;
	background-color: white;
	margin: 0px auto;
	width: 400px;
	height: 650px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 20px;
	box-shadow: 0 0 30px #000;
	margin-top: 150px;
	z-index: 1;
}

#footer {
	vertical-align: middle;
	line-height: 30px;
	color: black;
	background-color: #6B8E23;
	margin: 0px auto;
	width: 430px;
	height: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 2;
	margin-top: -30px;
	color: white;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	font-family: arial;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.column{
	cursor: move;
}

.column.over {
  border: 2px dashed #000;
}

#check {
	visibility: hidden;
}

#cross {
	visibility: hidden;
}

