#maincontent .cc .num {
	font-size: 35px;
	font-weight: bold;
	color: #ccc;
	float: left;
	width: 30px;
	display: block;
	text-align: right;
	padding: 17px 10px 0px;
	height: 50px;
}

.cc .step3,
.cc .step2,
.cc .step1 {
	float: left;
	width: 225px;
}

.cc .step4 {
	float: right;
	width: 100px;
}

.cc .field {
	width: 175px;
	float: left;
}

.cc .step4 .field {
	width: 100px;
	float: left;
	text-align: right;
}


.cc .field select,
.cc .field input{
	width: 160px;
}


.cc .legende {
	width: 150px;
	float: left;
	font-weight: bold;
	color: #000066;
	font-size: 13px;
	padding: 0px 0px 5px;
}

#butCalculate {
	width: 98px;
	display: block;
	height: 50px;
	color: #333;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.05em;
	line-height: 50px;
	text-align: center;
	border: 1px solid #ccc;
	background-image: url(/themes/default/media/content/bg-standard-button.png);
	background-repeat:repeat-x;
}

#butCalculate:hover {
	color: #000066;
	background-image: url(/themes/default/media/content/bg-standard-button-hover.png);
	background-repeat:repeat-x;
	border: 1px solid #9e9edc;
}

.cc #divErgebnis {
	border-top: 1px dotted #ccc;
	padding: 10px 0px;
	font-size: 13px;
	border-bottom: 1px dotted #aaa;
}

.cc #divErgebnis span {
	font-weight: bold;
	color: #009900;
}

.cc #divErgebnis i {
	color: #999;
}
