/* --- FORM --- */

body {
	background-color: #242C28;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	color:#666666;
	background-color:#FFFFFF;
	height: 20px;
	width: 220px;
	margin-top: 8px;
	border: 1px solid #666666;
}
h2 {
	text-transform: uppercase;
	font-size: 11px;
	margin: 8px 0px 0px;
	padding: 0px;
}
#Submit {
	width: 90px;
	height: 25px;
	cursor: pointer;
	font-weight: bold;
	background-color: #99CC00;
	color: #242C28;
		cursor: hand;

}

.zusatz {
font-size:9px;
}



input {
	border: 1px solid #666666;
	width: 250px;
}
input.chkrad {
	border: none;
	height: 15px;
	width: 15px;
}

p {
	font-size: 12px;
}
textarea {
	width: 250px;
	color:#666666;
	background-color:#FFFFFF;
	margin-top: 8px;
	border: 1px solid #666666;
}
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #99CC00;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #666;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	background: transparent;  
	}