/* GENERAL RULES */

html, body {
	margin: 0;
	padding: 0;
}
body, table, div {
	font-family: Arial, Helvetica, sans-serif;	/* Default Font */
	font-size: 12px;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
a {
	color: #1e2d6e;
}
h3 {
	padding:0px;
	margin:0px;
	border-bottom:1px solid #ccc;
	padding-bottom:6px;
	margin-bottom:6px;
	color:#1e2d6e;
	font-size:16px;
}
/* Website content classes */

div.fadu-tilbod {
	position: relative;
	background: transparent url(../img/Fadu-Tilbod_background.gif) no-repeat scroll top;
	height: 143px;
}
div.fadu-tilbod span.fadu-tilbod {
	display: block;
	padding-top: 21px;
}
div.fadu-tilbod a {
	position: absolute;
	z-index: 5;
	top:-2px;
	width: 196px;
	height: 125px;
	display: block;
	background: transparent url(../img/fake.gif) no-repeat scroll top;
}

table.homepage td.cell_left,
table.homepage td.cell_right {
	border: 1px solid #e3e4ed;
	padding-top: 10px;
	min-height: 95px;
	height: auto !important;
	height: 95px;
}
table.homepage td.cell_left {
	border-right: none;
	width: 92px;
	vertical-align: middle;
	text-align: center;
}
table.homepage td.cell_right {
	border-left: none;
}

form {
	padding: 0;
	margin: 0;
}

table.qform td.info {
	padding-top: 5px;
	padding-bottom: 2px;
}
table.qform td.input {
	padding-left: 10px;
}
table.qform td.input input.textfield {
	width: 420px;
}
table.qform td.input textarea {
	width: 420px;
}
table.qform select {
	width: 100%;
}