body {
	margin: 0px;
	padding: 0px 0px 100px 0px;
	background: #D4E7F4;
}
div.clear {
	clear: both;
}
div.wrapper {
	width: 100%;
	background: #FFFFFF;
}
div.container {
	width: 800px;
	margin: 0px auto;
}
div.container div.header {
	position: relative;
	width: 800px;
	height: 130px;
	background: #004076 url(/Files/System/header.gif) no-repeat;
}
div.container div.header div.logo {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 175px;
	height: 120px;
	background: url(/Files/System/logo.gif) no-repeat;
}
div.container div.header div.logo a {
	width: 100%;
	height: 100%;
	display: block;
}
div.container div.header div.topmenu {
	position: absolute;
	top: 90px;
	left: 175px;
	width: 555px; /* 185px */
	height: 22px; /* 40px */
	padding: 18px 0px 0px 30px;
	background: url(/Files/System/topmenu.gif) no-repeat;
}
div.container div.main {
	margin-top: 20px;
}
div.container div.main div.leftmenu {
	width: 185px;
	text-align: right;
	background: #70AEDB;
	float: left;
}
div.container div.main div.leftmenu td * {
	text-align: right;
}
div.container div.main div.leftmenu div.uppercorners {
	width: 185px;
	height: 15px;
	background: url(/Files/System/leftmenu_corners.gif) no-repeat top left;
}
div.container div.main div.leftmenu div.lowercorners {
	width: 185px;
	height: 15px;
	background: url(/Files/System/leftmenu_corners.gif) no-repeat bottom left;
}
div.container div.main div.content {
	width: 615px;
	float: left;
}
div.container div.footer {
	width: 766px; /* 800px */
	height: 52px; /* 90px */
	position: relative;
	bottom: -45px;
	padding: 38px 0px 0px 34px;
	font: 11px/11px verdana,helvetica,arial,sans-serif;
	color: #FFFFFF;
	background: url(/Files/System/footer.gif) no-repeat;
	clear: both;
}
div.container div.footer a {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
div.container div.footer a:hover {
	text-decoration: none;
	color: #E72B20;
}

/* Produktvisning */

div.products div.product {
	position: relative;
	width: 295px;
	height: 64px;
	margin-bottom: 8px;
	float: left;
}
div.products div.product img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 64px;
}
div.products div.product a {
	position: absolute;
	top: 25px;
	left: 70px;
}

div.dangerno {
	width: 110px;
	margin: 0px auto 0px auto;
}
div.dangerno div.description {
	padding: 2px;
	font: bold 9px verdana,helvetica,arial,sans-serif;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
}
div.dangerno div.number {
	padding: 3px;
	font: bold 14px verdana,helvetica,arial,sans-serif;
	text-align: center;
	color: #000000;
	background: #A0CAE8;
}
div.dangerno div.number span {
	font: normal 9px verdana,helvetica,arial,sans-serif;	
}
