/* copyright 2003 by Cartoon41 Heiner Fierz www.41-41.com  */
/* body { background: #ffeecc url(../img/global/41_bground.gif);  color: #000000;  }   */

/* Netscape 4 won't display style sheets if JavaScript is turned off. */

/* Reihenfolge ist :link - :visited - (:focus) - :hover - :active */
.reihe {
   clear: left;
}
p {
	color: #a30;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}
input { 
	padding: 0px;
	margin: 0px;
	width: 200px; 
	height: 14px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	background-color: #fc6;
	border: 0px; 
	border-top: 4px solid #999; 
}
input:focus { 
	background-color: #fc9;
}
input:hover {
	background-color: #ffc;
}
input:active {
	background-color: #f66;
}
.kurz {
	width: 98px; /*31px;   */
	margin-bottom: 4px;
}
textarea { 
	font-weight: bold; 
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif; 
	width: 370px; 
	height: 70px; 
	background-color: #fc6; 
	overflow: visible; 
	border: 0px; 
	border-top: 4px solid #999; 
	margin-bottom: 4px;
}
textarea:focus {
	background-color: #fc9;
}
textarea:hover {
	background-color: #ffc;
}
.Check { 
	width: auto; 
	background-color: #fc3; 
	border: 0px; 
	border-top: 0px solid #999; 
	border-bottom: 2px solid #999; 
}
.Check:focus {
	background-color: #fc9;
}
.Check:hover {
	background-color: #ffc;
}
.Button { 
	width: 98px; 
	height: 18px; 
	background-color: #fc6; 
	font-weight: bold; 
	border: 0px; 
	border-top: 4px solid #999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #900; 
	text-decoration: none; 
	vertical-align: middle;/*  */
}
.Radio { 
	width: auto; 
	background-color: #f90; 
	border: 0px; 
	border-top: 2px solid #999; 
	border-bottom: 2px solid #999; 
} 
