* {
	font-family: Arial, Helvetica,sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #646464;
}

h1 {
	font-size: 130%;
	color: #222268;
}
h2, h3 { font-size: 110%; }
h2 { color: #6f98d0; }
h3 { color: #222268; margin-top: 2em; }

td, th {
	text-align: left;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

label.mandatory {
	font-weight: bold;
}



#Kalkulationsergebnis {
	float: right;
	clear: right;
	/* background: #ff4a00; */
	margin-bottom: 1em;
	margin-left: 2em;
	width: 217px;
	height: 250px;
	background: url(gfx/Border.png);
}
#Kalkulationsergebnis div.content {
	padding-left: 20px;
	padding-right: 10px;
}

#Kalkulationsergebnis * {
	font-size: 12px;
	color: #fb6100;
}
#Kalkulationsergebnis h3 {
	margin-top: 20px;
	font-size: 16px;
}
#Kalkulationsergebnis table {
	margin: 0px;
	padding: 0px;
}
#Kalkulationsergebnis table td {
	padding: 0px;
	padding-bottom: 3px;
}


#Kalkulationsergebnis2 {
	margin-bottom: 4em;
	width: 450px;
}
#Kalkulationsergebnis2 td {
	padding: 3px;
}


#Preiskalkulation {
	border: 0px;
	padding: 0px;
	
	margin: 0px;
	margin-top: 2em;
	margin-bottom: 2em;
}
#Preiskalkulation legend {
	position: relative;
	color: #5480bd;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 1em;
}
#Preiskalkulation legend span {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#Preiskalkulation label {
	float: left;
	clear: left;
	width: 150px;
	padding-top: 2px;
}
#Preiskalkulation select {
	float: left;
	clear: right;
	width: 150px;
	margin-bottom: 3px;
}



#CenterTabelle {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
#CenterTabelle th {
	vertical-align: bottom;
	text-align: center;
	color: #5480bd;
	margin: 0px;
	padding: 8px;
}
#CenterTabelle th.subheader {
	color: white;
	background: #5486c4;
	border-right: 1px solid #5a94cb;
}

#CenterTabelle tbody tr td {
	background: #FFF;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: none;
	border-bottom: 1px solid #DDD;
	padding: 3px 8px 3px 5px;
	vertical-align: top;
}
#CenterTabelle tbody tr.alternateRow td {
	background: #f0f0f0;
}



#CenterSummary {
	width: 450px;
	margin-top: 2em;
	margin-bottom: 2em;	
}

#CenterSummary tr th {
	color: #6b84b9;
	padding: 5px;
	border-bottom: 1px solid #777;
}
#CenterSummary tr td {
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#Kontaktdaten {
	margin-top: 1em;
	margin-bottom: 2em;
	width: 650px;
}
#Kontaktdaten td {
	padding-right: 1em;
}
#Kontaktdaten label {
	float: left;
	clear: left;
	width: 100px;
	padding-top: 2px;
}
#Kontaktdaten input {
	float: left;
	clear: right;
	width: 200px;
	margin-bottom: 3px;
}

