/* CSS Document */
.services{
	float: left;
	margin-top:10px;
	}
.servicesLeft {
	width:315px;
	margin-right:30px;
	
}
.servicesRight{
	width: 250px;
	}

.services li {
	vertical-align: middle;
	border-bottom: solid rgb(180, 193, 203) 1px;
	background-image: url(../images/haken.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.wrapperC {
	width: 100%;
	background-color: rgb(218, 228, 233);
}

.content,wrapperC {
	height: 475px;
}

.centerLeftBottom {
	clear: left;
	float:left;
}

ul.addServices{
	margin-top:10px;
}

.examplesHeadline {
	margin-bottom:15px;
	width:630px;
}

#bspUmfrage {
	background-image: url(../images/lstBspUmfrageKomplett.png);
	width: 240px;
	height: 38px;
	margin-left: 10px;
}

#calcTool {
	background-image: url(../images/lstAngebotKomplett.png);
	width: 242px;
	height: 38px;
}

.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.buttonA,a.buttonB {
	color: rgb(4, 28, 92);
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	display: block;
	float: left;
	height: 37px;
	padding-right: 11px;
	/* sliding doors padding */
}

a.buttonA span,a.buttonB span {
	width: 185px;
	display: block;
	line-height: 26px;
	padding: 6px 0 6px 45px;
}

a.buttonA:hover,a.buttonB:hover {
	background-position: bottom right;
	color: rgb(4, 33, 107);
	outline: none;
	/* hide dotted outline in Firefox */
}

a.buttonA:hover span,a.buttonB:hover span {
	background-position: bottom left;
	padding: 6px 0 5px 45px;
	/* push text down 1px */
}

a.buttonA {
	background: transparent url('../images/buttonPreisA.png') no-repeat
		scroll top right;
	margin-right: 16px;
}

a.buttonA span {
	background: transparent url('../images/buttonPreisS.png') no-repeat;
}

a.buttonB {
	background: transparent url('../images/buttonBspA.png') no-repeat scroll
		top right;
	margin-right: 6px;
}

a.buttonB span {
	background: transparent url('../images/buttonBspS.png') no-repeat;
}