body{
	text-align:center;
	color:black;
	font-family:Tahoma,Arial,Verdana,sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}
h1{
	font-size:12px;
}
#content{
	border-top:5px black solid;
	width:100%;
	padding-top:50px;
}
a, a:visited{
	text-decoration:none;
	color:black;
}
a:hover{
	text-decoration:underline;
	}
.ergebnis{
	margin:20px 0px 20px 0px;
}
.text{
	width:299px;
	height:15px;
	padding:5px 0px 0px 0px;
	color:black;
	border:1px solid black;
	font-weight:bold;
	
}
.thanks{
	background-image:url(../images/thanks.png);
	background-repeat:no-repeat;
	background-position:center;
	width:388px;
	height:32px;
}
.back{
	background-image:url(../images/back.png);
	background-repeat:no-repeat;
	background-position:center;
	height:25px;
	width:87px;
}
.back:hover{
	background-image:url(../images/back_over.png);
}
img{
	margin:7px 0px 2px 0px;
	border:none;
}
.button{
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	margin:15px 0px 20px 0px;
	width:113px;
	height:25px;
}
.button:hover{
	background-image:url(../images/button_over.png);
	background-repeat:no-repeat;
	margin:15px 0px 20px 0px;
	width:113px;
	height:25px;
}
input{
	border:0px;	
}
.info{
	background-image:url(../images/info.png);
	background-repeat:no-repeat;	
	background-position:center;
	width:250px;
	height:25px;
}
.info:hover{
	background-image:url(../images/info_over.png);
}
.partner{
	background-image:url(../images/partner.png);
	background-repeat:no-repeat;	
	background-position:center;
	width:250px;
	height:25px;
}
.partner:hover{
	background-image:url(../images/partner_over.png);
}
.preise{
	background-image:url(../images/preise.png);
	background-repeat:no-repeat;
	background-position:center;	
	width:250px;
	height:25px;
}
.preise:hover{
	background-image:url(../images/preise_over.png);
}
.formbutton{
	background-image:url(../images/formbutton.png);
	background-position:center;
	background-repeat:no-repeat;	
	width:250px;
	height:25px;
}
.formbutton:hover{
	background-image:url(../images/formbutton_over.png);
}
.impressum{
	position:absolute;
	top:10px;
	right:10px;
	font-size:11px;
	font-family:Tahoma,Arial,Verdana,sans-serif;
}
.impressum:hover{
	text-decoration: underline
	}
.impressum a, .impressum a:visited{
	color:black;
}
