/* Spesifikasjoner som gjelder for hele nettstedet. Definerer f.eks font og fontstørrelse. */ 
body {
	background: #000000 url('http://hangface.custompublish.com/getfile.php/410732.531.vcfprwpeux/bg_site.gif') repeat center top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
	text-align: center; /*IE: Sentrering av div frame */
}

#frame {
	width: 990px;
	height: 696px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#topp {
	width: 990px;
	height: 254px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#venstre {
	width: 311px;
	height: 401px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #000000 url('http://hangface.custompublish.com/getfile.php/410730.531.sbcvtcpuwc/venstre.jpg');
	float:left;
}

form.newsletter {
	margin-top: 81px;
}

form.search {
	margin-top: 30px; /* IE-spesifikk deklarasjon */
}

html>body form.search {
	margin-top: 33px; /* Alle andre nettlesere forstår denne */
}

input.textfield {
	border: 1px solid #5b544b;
	background: #5b544b;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 128px;
	height: 22px;
	font-size: 16px;
	float: left;
}

input.formbutton {
	margin-left: 8px; /* IE-spesifikk deklarasjon */
}

html>body input.formbutton {
	margin-left: 11px; /* Alle andre nettlesere forstår denne */
}

/* IE-spesifikk deklarasjon */
#innhold {
	width: 633px;
	height: 401px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #000000 url('http://hangface.custompublish.com/getfile.php/410731.531.tbtdqysutb/bg_innhold.jpg') fixed;
	float:left;
	overflow: auto;
}

/* Alle andre nettlesere forstår denne */
html>body #innhold {
	width: 633px;
	height: 401px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #000000 url('http://hangface.custompublish.com/getfile.php/410731.531.tbtdqysutb/bg_innhold.jpg');
	float:left;
	overflow: auto;
}

#hoyre {
	width: 46px;
	height: 401px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #000000 url('http://hangface.custompublish.com/getfile.php/410735.531.ywbqdacwvt/hoyre.jpg');
	float:left;
}

#bunn {
	width: 990px;
	height: 41px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.utlistingsmal-venstre-kolonne {
	float: left;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 290px;
	clear: left;
	border-top: 4px solid #ffffff;
}

div.utlistingsmal-hoyre-kolonne {
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	width: 290px;
	clear: right;
	border-top: 4px solid #ffffff;
}

/* ------------ START TEKST OG LINKDEFINISJONER ------------ */

h1 { text-align: left; font-size: 170%; font-weight: bold; color: #6c1c07; }
h2 { text-align: left; margin: 0; padding: 1px 0 0 0; font-size: 140%; font-weight: bold; color: #9f2a0b; }
h3 { text-align: left; font-size: 110%; font-weight: bold; color: #9f2a0b; }
.litentekst { font-size: 80%; font-weight: normal; color: #000000; }

a:link { color: #6c1c07; text-decoration: none; /* mørk rød */ }
a:hover { color: #6c1c07; text-decoration: underline overline; /* mørk rød understrek+overstrek */ }
a:active { color: #f63b09; text-decoration: none; /* rød */ }
a:visited { color: #6c1c07; text-decoration: none; /* mørk rød */ }

/* ------------ SLUTT TEKST OG LINKDEFINISJONER ------------ */