	/* css document */
	body, p, li {
		font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 12px;
		line-height: 1.3em;
	}
	.stil1 {
		font-size: 18px;
	}
h1 {
	font-size: 14px;
	font-weight:bold;
}
	h2, h3, h4, h5, h6 {
		font-size: 12px;
		font-weight: bold;
	}
form p, label{
	font-size:13px;
	padding-top: 5px;
	padding-bottom:5px;
}
	.formelement, .formelement1, .formelement2 {
		border-right: #17116b 2px solid;
		border-bottom: #17116b 2px solid;
		border-top: #ffffff 0px solid;
		border-left: #ffffff 0px solid;
		color: #000000;
		background-color: #ffffff;
	}	
	.formelement {
		font-size: 11px;
		margin: 1px;
	}
	.formelement2 {
		hight: 200px;
		font-size: 11px;
		margin: 1px;
	}
	.formbutton {
		border: #17116b 1px solid;
		font-weight: bold;
		font-size: 11px;
		width: 80px;
		color: #17116b;
		background-color: #ffffff;
	}
a {
	text-decoration: none;
	color: #17116b;
	
}
.footer a, .footer {
	font-size: 14px;
	text-decoration: none;
	color: #17116b;
	
}
a:hover {
	text-decoration: underline;
	color: #1000FF;
}
.warnung {
	color:#ff0000;
	font-weight: bold;
	}
div.alert{
	padding: 15px;
}