body, html { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	SCROLLBAR-FACE-COLOR: #E0E1E9;
	SCROLLBAR-HIGHLIGHT-COLOR: #CF216E;
	SCROLLBAR-SHADOW-COLOR: #CF216E;
	SCROLLBAR-3DLIGHT-COLOR: #E0E1E9;
	SCROLLBAR-ARROW-COLOR: #1A614A;
	SCROLLBAR-TRACK-COLOR: #E0E1E9;
	scrollbar-noShadow-Color:  ; 	
}
p, td, li, ul, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CF216E;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CF216E;
	text-decoration: underline;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #545454;
	text-decoration: underline;
	letter-spacing: 0.01em;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #545454;
	letter-spacing: 0.01em;
}
.formbut	{
	background-color: #FD812A;
	border: #FD812A 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
	width: 112px;
	cursor: pointer;
	}
.input {
    background-color: #ffffff;
	border: #545454 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #545454;
	font-weight: normal;
	width: 110px;
}
.textfield {
    background-color: #ffffff;
	border: #545454 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #545454;
	font-weight: normal;
	width: 240px;
}