/* CSS Document */
.wrapperC {
	width: 100%;
	background-color: rgb(218,228,233);
}
.content, wrapperC {
	height: 480px;
}
.processStep {
	padding-bottom: 10px;
	padding-right: 20px;
	width:575px;
}
#calcTool{
	margin-top:20px;
	background-image: url(../images/ablAngebotKomplett.png);
	width:313px;
	height:37px;
}
.btn{
	float:left;
}
.btn a{
	text-decoration: none;
	padding-left:50px;
	padding-top:5px;
	color: rgb(4,28,92);
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 26px;
	display:block;
}

a.button {
	background: transparent url('../images/buttonPreisA.png') no-repeat scroll top right;
	color: rgb(4,28,92);
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: block;
	float: left;
	height: 37px;
	margin-right: 6px;
	padding-right: 11px;
/* sliding doors padding */
	text-decoration: none;
}
a.button span {
	width: 245px;
	background: transparent url('../images/buttonPreisS.png') no-repeat;
	display: block;
	line-height: 26px;
	padding: 6px 0 6px 57px;
}
a.button:hover {
	background-position: bottom right;
	color: rgb(4,33,107);
	outline: none;
/* hide dotted outline in Firefox */
}
a.button:hover span {
	background-position: bottom left;
	padding: 6px 0 5px 57px;
/* push text down 1px */
}

