@charset "utf-8";
/* Generelt */

body{
	background-color: #fff2d4;
	margin: 1px;
	padding: 0px;
	font-family: georgia, times, arial, verdana, sans-serif;
	font-size: 12px;
}

#container {
	height: 503px;
	width: 788px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
}
img {
	border: 0;
	alignment-adjust: middle;
}
#logo {
	margin-left: 80px;
}

#back {margin: 10px;}

/* TEKST */

h1, h2, h3 {
	margin: 0px;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
		}

h1, h2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 6px;
}

h3{
	font-size: 12px;
	text-transform: none;
	padding-right: 20px;
}

a {
	color: #f18d46;
	text-decoration:none;
	outline: none;
	font-weight: bold;
}
a:visited {
	color: #f18d46;
	text-decoration:none;

}
a:hover {
	color: #95a66b;
	text-decoration:none;
	font-weight: bold;
}

a div {color: #000}

p {
	margin: 6px
}

.marg_over {margin-top: 10px}
.marg_under {margin-bottom: 5px}

.midtstill {text-align: center;}

.clear {clear: both;}

.caps {
	text-transform: uppercase;
	}
	
	.smallcaps {
	font-size: 12px;
	text-transform: uppercase;
	}

.mindre {font-size: 10px;}

/* GENERELLE SIDER */

#return {
	width: 193px;
	margin-right: auto;
	margin-left: auto;
}
#info {
	text-align: center;
}

/* PRODUKTSIDER */

#produkt_omtale {
	background-color: #FFF;
}

#topp {margin-top: 50px;
	   margin-bottom: 30px;}

#produkt_container {
	padding: 12px;
	margin-bottom: 0px;
	width: 600px;
	background-color: white;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	}

#produkt_return {
	width: 193px;
	margin-right: auto;
	margin-left: auto;
}

#produkt_info{
}

#produkt_bilder{
	margin-top: 20px;
	alignment-adjust: central;
}

.produktbilde {
	margin-bottom: 10px;
}

#butikk_bilder{margin-top: 20px;
}

.butikkbilde {margin-bottom: 10px;}

.hvitt{background-color: white;
}

.over{padding-top: 20px;
}

.forsidelinker{
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

