.background {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

.content {
	position: absolute;
	z-index: 2;
	height: 300px;
	width: 450px;
	left: 140;
	top: 43px;
}

.orange {color: #FF6600;}

.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
}

a{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}