/* CSS for beregningsmodul @ autonet.dk */
p, form, fieldset, body, div {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
}


body {
	font: normal 12px/1.3 Arial;
}

fieldset, img {
	border: 0;
}

th {
	text-align: left;
	font-weight: normal;
	color: #65809a;
}


thead th {
	font-weight: bold;
	height: 55px;
	vertical-align: bottom;
}

select {
	width: 293px;
	border: 1px solid #a5acb2;
	padding: 1px 0 1px 2px;
}

#questions, #calculation {
	width: 433px;
	float: left;
	margin-left: 15px;
}

#questions th {
	padding-right: 15px;
}

#questions thead th {
	padding-bottom: 8px;
}

#questions td {
	height: 34px;
}

#calculation,
#calculation table {
	width: 280px;
}
	
#calculation td {
	text-align: left;
	/*border-top: 1px dotted #a6a6a6;*/
}

.normal td, .normal th {
	font-weight: bold;
	line-height: 1.3;
}

#calculation th,
#calculation td {
	vertical-align: top;
	padding: 4px 0;
}

#calculation th {
	padding: 12px 0;
}

#calculation tbody th {
	border-top: 1px dotted #a6a6a6;
}
#calculation thead th {
	height: 61px;
}

.halfsize {
	width: 140px;
}

.left {
	margin-right: 13px;
}

.right {
	text-align: right;
}
.clr {
	float: none;
	clear: both;
}

.hilite td {
	color: #f98b15;
	font-weight: bold;
	font-size: 280%;
}
.normal td {
	color: #274669;
	border-top: 1px dotted #a6a6a6;
}
td h2 {
	color: #274669;
	font-size: 12px;
	margin: 0 0 10px 0;
}