/* FLYTTEHYTTA CSS
utviklet av Akerbæk Webdesign
for Flyttehytta.no (Dag Aspli, ReDesign) */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(img/trans.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: "Lucida Sans Unicode", Verdana, tahoma, sans-serif;
	text-align: center;
}

body, html {
	height: 101%;
}

/* Setting default text size */
p, ul, li, a, div, table, td {
	font-size: 13px;
}

/* STRUKTUR  */
div#all {
	background: url(img/52original.jpg);
}

div#header_absolute {
	width: 100%;
	height: 69px;
	background: url(img/header_absolute_bg.jpg);
	display: block;
	/* Posisjon fikset i index via sjekk */
}

div#header_background {
	width: 100%;
	height: 241px;
	background: url(img/headerbg.jpg);
}

div#subheader {
	width: 1000px;
	height: 241px;
	margin: 0 auto;
	background: url(img/header.jpg);
}
	#header_absolute_img {
		background: url(http://www.flyttehytta.no/dev2/img/header_absolute.jpg);
		margin: 0 auto;
		height: 69px;
		width: 1000px;
	}

div#border {
	width: 900px;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	margin: 0 auto;
}

div#wrap {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	padding-top: 10px;
}
	div#content {
		float: left;
		width: 640px;
		overflow: hidden;
	}
	div#menu {
		float: right;
		width: 220px;
	}
	
div#border-bottom {
	width: 900px;
	margin: 10px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
	text-align: center;
}

table#foot {
	width: 880px;
	margin: 10px auto;

}

table#foot td {
	text-align: center;
}

table#foot td a {
	color: #000;
}

table#foot td.white {
	background: #D2B76A;
	padding: 5px;
	width: 20%;
}
table#foot td.light {
	background: #AF9354;
	padding: 5px;
}
table#foot td.dark {
	background: #A2884D;
	padding: 5px;
	width: 20%;
}/* VAREKATALOGVISNING */div.medium-border {	width: 900px;	margin: 10px auto;	padding-top: 5px;	padding-bottom: 5px;	background: #fff;}#outsale { width: 880px;	 height: 258px; margin: 2px auto; }#outsale td { vertical-align: top; padding: 0 5px; }#outsale td.image_dg, #outsale td.image_sv { width: 160px;	 text-align: center; }#outsale td.text_dg, #outsale td.text_sv { height: 129px; padding: 10px 5px; }#outsale td.image_dg, #outsale td.text_dg { background: #D2B76A; }#outsale td.image_sv, #outsale td.text_sv { background: #A2884D; }#outsale td.image_dg img, #outsale td.image_sv img { border: 1px solid #000; margin: 5px auto; }#outsale td.text_sv { text-align: right; }#outsale h3 { color: #f3f3f3; margin-bottom: 10px; font-size: 24px; }#outsale a { color: #202020; padding: 2px; } #outsale a:hover { background: #af9354; }
/* FRONTLINKER */
a#main {
	float: left;
	display: block;
	width: 640px;
	height: 480px;
	background: url(img/front_main_def.jpg);
}

a#main:hover {
	float: left;
}

a#ext {
	float: right;
	display: block;
	width: 230px;
	height: 153px;
	background: url(img/front_ext_def.jpg);
	margin-bottom: 10px;
}

a#ext:hover {
	float: right;
}

a#int {
	float: right;
	display: block;
	width: 230px;
	height: 153px;
	background: url(img/front_int_def.jpg);
	margin-bottom: 11px;
}

a#int:hover {
	float: right;
}

a#pris {
	float: right;
	display: block;
	width: 230px;
	height: 153px;
	background: url(img/front_pris_def.jpg);
	margin-bottom: 11px;
}

a#pris:hover {
	float: right;
}

/* MENYGRUPPERING 
Lagt i egne CSS for å optimalisere padding og size
*/

/* LINKER */

div#content a {
	color: #3C472A;
	text-decoration: underline;
}

div#content a:hover {
	color: #8f7636;
}

p#infobox a {
	color: #333;
}
/* TEKSTELEMENTER */
div#content h2 {
	color: #8f7636;
	font-variant: small-caps;
	font-size: 25px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.green {
	color: green;
}
.red {
	color: red;
}
.orange {
	color: #DA8619;
}

p {
	font-size: 13px;
	color: #12130F;
	margin-bottom: 10px;
	line-height: 17px;
}



/* PSOISJONERINGS- og STYLINGELEMENTER */
.bigimage {
	display: block;
	margin: 10px auto;
	border: 1px solid #12130f;
}

.pfr {
	float: right;
	margin: 0 5px 0 5px;
	border: 1px solid #12130f;
}
.pfl {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #12130f;
}

hr {
	border-bottom: 10px solid #12130f;
	display: block;
	width: 100%;
	color: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 10px 0;
}

table.contact {
	width: 600px;
}
table.contact td {
	border-bottom: 1px solid #13140E;
	vertical-align: top;
	padding: 2px 5px 2px 5px;
}
table.contact input, textarea {
	width: 200px;
	border: 1px solid #000;
	font-family: "Lucida Sans Unicode", Verdana, tahoma, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 2px;
}
