/* CSS Document */

.fehlermeldung{
	color: red;
	font-size: 1.1em;
	font-weight: bold;

}

.kats{
	width: 120px;
	margin-bottom: 20px;
	padding-top: 10px;
	float: left;
	height: 170px;
}

.kats-sipkat{
	width: 120px;
	margin-bottom: 20px;
	padding-top: 10px;
	float: left;
	height: 170px;

}
.kats-sipkat p{
	color: #0082c8;
	font-weight: bold;
}


#info-material{
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 220px;
}
 /*  Autor, Entwickler 2002-2003 Kristof Lipfert Duesseldorf  */

*:not(hr) #info-material{
   clear: both;
         
}
.check{margin-top: -5px;}

.richtig{
	height: 18px;
	float: right;
	color: black;
	border: 1px solid black;
}

.falsch{
	color: red;
	height: 18px;
	float: right;
	border: 1px solid red;
	background-color: #FFEBEB;
}

#form li strong {
	float: right; 
	margin-right: 10px;
	margin-bottom: 15px;
}

#form li {
	width: 350px;
	margin-left: 6px;
	list-style-type: none;
}

.clear{
	clear:both;
}

.senden{
	position: relative;
	top: 20px;
	left: 152px;
	margin-bottom: 100px;
}

#form {
margin-top: 20px;
height: 250px;
}



