body {
	background-color: #c0c0c0;
	margin: 0;
	padding: 0;
}
body, td, input {
	font-family: Tahoma;
	font-size: 11px;
}
a:active, a {
	color: #000000;
}

.input_text {
	width: 40px;
}

.hovedtable, .table_footer {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffffff;
}

.table_prisberegner {
	background-color: #f3f3f3;
	background-image: url('../grafik/bg_right.gif');
	background-repeat: no-repeat;
}
.table_footer {
	background-color: dfdfdf;
	height: 65px;
	border-bottom: 1px solid #000000;
}

.content_produkt_titel {
	font-size: 11px;
	background-color: #efefef;
	font-weight: bold;
	padding-left: 5px;
}

.content_prisskilt {
	width: 60px;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	background-image: url('../grafik/content_prisskilt.gif');
}

.prisberegner_iframe {
	width: 260px;
	height: 100px;
	border: none;
}

.bestilling_input {
	width: 220px;
}

.bestilling_input_postnr {
	width: 35px;
}