html, body {
	background-color: #FFFFFF;
	background-image:  url(images/bg1.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	min-height: 100%;
	height: auto;
}

div#contain {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	background-image:  url(images/bgmain.jpg);
	background-repeat: repeat-y;
	min-height: 850px;
	padding: 0;
}

div#head {
	background-image:  url(images/head.jpg);
	background-repeat: no-repeat;
	height: 326px;
}

div#content {
	margin-left: 317px;
	margin-right: 50px;
	border: 1px;
	padding-left: 5px;
	margin-bottom: 0;
}

div#footer {
	bottom: 0;
	border: 1px;
	border-top-style: solid;
	border-color: #2f638b;
	background-color: #2d6188;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	font-family: sans-serif;
	font-size: 80%;
	text-align: center;
	color: #ffffff;
	clear: both;
}
div#footcontent {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px;
	padding-left: 5px;
	padding-top: 10px;
	margin-bottom: 0;
	text-align: left;
}

div#meny {
	padding: 0;
	float: left;
	width: 267px;
	margin-left: 50px;
}

ul#menylist {
	font-family: sans-serif;
	margin-left: 0px;
	padding: 0;
	width: 100%;
	line-height: 200%;
	list-style-type: none;
}

ul#menylist a {
	
	margin-left: 0px;
	display: block;
	width: auto;
}

p {
	line-height: 150%;
	font-family: sans-serif;
	color: #676767;
}

div#footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover {
	color: #134166;
	background-color: #f4f4f4;
}

a:link {
	color: #2f648e; 
	text-decoration: none;
}

a:visited {
	color: #2f648e; 
	text-decoration: none;
}

a:hover {
	color: #134166;
	background-color: #f4f4f4;
}

img {
	border: 4px;
	border-color: #134166;
	float: left;
}

h1 {
	font-family: sans-serif;
	font-size: 200%;
	color: #2f648e;
}

.center {
	margin-left: 150px;
}

.produkter { 
	background-color: #efefef;
	padding: 15px;
}

.button{
	color: #ffffff;
	background-image: url('images/button.jpg');
	border: 0px;
	padding: 3 5 3 5;
}

table {
	line-height: 150%;
	font-family: sans-serif;
	color: #676767;
}





