body{
	font-family: Arial;
	font-size: 12px;
	background-color: black;
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.normaltext{
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: normal;
}

.titel{
	font-family: Arial;
	font-size: 17px;
	letter-spacing: 0px;
	color: #E16C26;
	margin: 0px 0px 1px 0px;
	font-weight: bold;
}

a, a.link, a.active {
	text-decoration: none;
	color: white;
}

a:hover {
	color: white;
	text-decoration: underline;
}

input, textarea, select {
	font-family: Arial;
	font-size: 11px;
	color: black;
}
