body {
	background-color: rgb(46,103,142); /* rgb(53,77,97) rgb(74,109,136); rgb(110,162,203) rgb(27,73,105) rgb(85,147,184); */ 
	background-image: url(../img/bg2.png);
	background-repeat: repeat-x;
	margin: 0px;
}

a {
	color: rgb(0,107,183);
	text-decoration:  none;
}

img {
	border:  0px solid white;;
}

div.container {
	position: absolute;
	width: 900px;
	margin-left: 50%;
	left: -450px;
	top: 50px;
	background-image: none;
	padding-bottom: 50px;
}

div.header {
	width: 900px;
	height: 123px;
	/*padding-top: 81px;*/
	background-color: black;
}

img.headerbg {
	width: 900px;
	height: 123px;
}

#menu {
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	font-family: Lucida Grande;
	font-weight: bold;
}

#menu a {
	color: white;
	padding-left: 30px; /* 36 */
}

#menu a:hover {
	color:  rgb(255,172,47);
}

#submenu {
	border-top: 1px solid white;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	font-family: Lucida Grande;
	font-weight: bold;
	background-color: rgb(28,65,92);
}

#submenu a {
	color: rgb(255,172,47);
	padding-left: 36px;
}

#submenu a:hover {
	color:  rgb(255,172,47);;
}

.blue {
	color:  rgb(0,107,183);;
}

div.content {
	padding: 10px;
	border-left: 2px solid rgb(28,65,92);
	border-right: 2px solid rgb(28,65,92);
	background-color: white;
	min-height: 381px;
}

p,td, div {
	font:11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color:#666;
	text-align: justify;
}

.header {
	font-weight: bold;
}

.lheader {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

h1 {
	font: 13px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #666;
	font-weight: bold;
}

h1.blue {
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: rgb(0,107,183);
}

h2,h3 {
	font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: inline;
}

h2.nyhet {
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #666;
	font-style: italic;
	font-weight: bold;
	color: rgb(0,107,183);
	padding-top: 0px;
	margin-top: 0px;
}

div.newsbox {
	background-color: rgb(240,240,240);
	padding: 10px;
	margin-bottom: 20px;
}

.name {
	font-weight: bold;
	color: black;
}

.title {
	font-style: italic;
}

img.left {
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.right {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

p.contact {
	float: left;
}

div.contact {
	clear: left;
}


.photo {
	float: left;
	clear: left;
	width: 80px;
	height: 109px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid gray;
}

.image {
	border: 1px solid black;
}

#lokation {
	width: 400px;
}

#lokation td {
	padding-top: 15px;
}

table.products {
	border-spacing: 15px;
}

td.products {
	vertical-align: top;
	width: 200px;
	padding: 0px;
	background-color: white;
	border: 6px solid rgb(236,236,236);
	border-collapse: collapse;
}

div.logo {
	background-color: rgb(236,236,236);
	width: 200px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	border-spacing: 0px;
}

img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.products {
	background-image: url(../img/bg_produkter.jpg);
	width: 896px;
	height: 285px;
}

img.product {
	float: right;
	margin-top: 1px;
}

img.product_outlined {
	float: right;
	margin-top: 30px;
	margin-right: 60px;
}

div.models {
	padding: 20px;
}

div.modellist {
	padding: 10px;
	font-size: 13px;
}

.header_prod {
	font: 20px 'Lucida Grande';
	font-weight: bold;
	color: rgb(45,185,237);
	display: inline;
}

#newsletter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: lightgray;
	border: 20px solid lightgray;
}

.footer {
	background-color: rgb(28,65,92);
	width: 900px;
	height: 18px;
	color: white;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	/*display: table-cell;*/
	text-align: center;
	padding-top: 3px;
}

table.productimages {
	float: right;
	margin-left: 20px;
}

img.productimage {
	border: 1px solid black;
}