html *, body.img {
	margin:0;
	padding:0;
}
head+body #expander, head+body #indhold {
	height:auto;
}
body {
	padding:0 360px;
	margin:0 auto;
	background:#a8d4ff;
	font-family:'Times New Roman', serif;
	color:#666;
}

/***** Gele-layout-bokse *****/
#sizer {
	margin:0 auto;
	width:50%;
	max-width:290px;
}
#expander {
	margin:20px -360px;
	min-width:660px; 
	position:relative;
}
* html #expander {height:0;}

/***** #top *****/
#top {
	position:absolute;
	top:0;
	left:0;
	height:93px;
	width:100%;
}

/***** #menu *****/
#navbar {
	position:absolute;
	top:70px;
	left:0;
	width:100%;
	height:23px;
	background-image:url('/img/Layout/menubg.gif');
	background-repeat:repeat-x;
}
ul#nav {
	position:relative;
	width:680px;
	margin:0 auto;
	list-style-type:none;
	text-align:center;
}
ul#nav li {
	float:left;
	margin-left:15px;
	height:23px;
}
ul#nav li a {
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	color:#666;
}
ul#nav li a:hover {color:#707000;}

/***** Indholds-bokse *****/
#indhold {
	height:280px;
	min-height:280px;
	padding-top:108px;
}
#wrap {
	width:720px;
	margin:0 auto;
}

/***** #footer *****/
#footer {clear:both;}
.adr {
	border-width:1px 0;
	border-style:solid;
	border-color:#000;
	text-align:center;
	font-size:0.8em;
	padding:0.2em 0;
}
.adr a:link, .adr a:visited, .adr a:active {
	color:#000;
}
.adr a:hover {color:#f6f6f6;}

/***** Grafik og billeder *****/
img {border:none;}
img.foto {
	width:100px;
	height:100px;
}

/***** Skrift *****/
h1, h2, h4 {
	text-align:center;
}
h1 {
	font-size:350%;
	font-weight:normal;
}
h2 {
	font-size:250%;
	color:#666;
	margin:0 0 30px 0;
}
h3 {font-size:0.9em;}
h4 {font-size:100%;}

sup {text-decoration:underline;}
sup.a {text-decoration:none;}

.fed {font-weight:bold;}

/***** Forsiden *****/
#foto {
	float:left;
	width:50%;
	text-align:right;
}
img.forside {
	width:360px;
	height:270px;
}
.velkommen {
	margin:0;
	padding-bottom:5%;
}
#front {
	float:left;
	padding:5% 0 0 3%;
}
.front {
	font-weight:bold;
	font-size:110%;
}

/***** Kontakt-siden *****/
#kontakt {text-align:left;}
#form {
	float:right;
	width:50%;
	text-align:left;
	margin-left:3em;
}
p.info {
	font-size:0.8em;
	font-style:italic;
	margin:0 0 2em 0;
}
fieldset {
	width:300px;
	border:1px solid #ccc;
	padding:10px;
	margin:0 auto;
}
legend {
	color:#666;
	font-weight:bold;
	padding:6px;
	font-size:90%;
}
label {
	font-size:70%;
	font-weight:bold;
	width:130px;
	color:#666;
	float:left;
	text-align:left;
	margin:5px 0 0 0;
}
#t1, #t2, #t3, #t4 {
	border:1px solid #ccc;
	width:165px;
	margin:3px 0;
}
#t4 {
	height:80px;
	overflow:auto;
}
.t5 {
	border:1px solid #666;
	width:50px;
	background:#fff;
	color:#666;
	margin:3px 0;
}
.t5:hover {
	background:#707000;
	color:#000;
}
input, textarea, select {
	font-size:0.7em;
	font-weight:400;
}
.hidden { /* fælde for spam-robotter */
	display:none;
}
div#melding {
	color:#000080;
	background:#f3f3f3;
	border:1px solid #009A67;
	padding:0.5em;
	width:300px;
	margin:0 auto;
	text-align:left;
}
div#melding h3 {
	font-size:70%;
	margin:0;
	padding:0;
}
#kopi {
	width:200px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;	
}
.tak {
	color:#000;
	background:inherit;
}

/***** Produkt-siderne *****/
#billeder {
	float:left;
	width:570px;
	margin:0;
	padding-left:14px;
	border-left:1px solid #000;
}
.billede {
	float:left;
	width:110px;
	height:110px;
}
div#info {
	float:left;
	width:120px;
	margin:0;
	padding-right:15px;
}
.header {
	border-width:1px 1px 0 1px;
	border-color:#000;
	border-style:solid;
	background:url('/img/Layout/menubg.gif') repeat-x;
}
.beskriv {
	border:1px solid #000;
	padding:5px;
	margin:0 0 20px 0;
}
.billedinfo {
	font-size:80%;
	border:1px solid #000;
	padding:7px;
	margin:0 0 20px 0;
}
.navn {
	color:#262626;
	background-color:inherit;
}