html {
	height: 100%;
}

body {
	font: normal 11px Tahoma;
	color: #274A71;
	height: 100%;
	background-image: url('images/bg_fade.png');
	background-repeat: repeat-x;
	background-color: #91b8e3;
	margin: 0px;
	line-height: 16px;
}

div.cross {
	position: fixed;
	top: 0px;
	left: 0px;
	behavior: url(ie-fixed.htc);
	width: 100%;
	height: 100%;
	filter: alpha(opacity=2);
}

div.centercont {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 782px;
	margin-left: -391px;
}

div.main {
	position: absolute;
	margin-top: 56px;
	height: 484px;
	width: 752px;
	padding-left: 15px;
}

div.leftmenu {
	width: 140px;
	height: 470px;
	background-image: url('images/brdr.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	float: left;
}

div.content {
	height: 470px;
	padding-left: 10px;
	width: 600px;
	float: left;
	overflow: auto;
}

div.fullcontent {
	height: 470px;
	padding-left: 10px;
	width: 740px;
	float: left;
	overflow: auto;
}

a.menu {
	font-size: 10px;
	font-weight: normal;
	width: 200px;
	display: block;
	color: #646363;
	text-decoration: none;
	margin: 5px;
	padding-left: 10px;
	background-image: url('images/prodline.gif');
	background-repeat: repeat-y;
	border: 0;
}

a.menu:hover {
	font-size: 10px;
	font-weight: normal;
	width: 200px;
	display: block;
	color: #646363;
	text-decoration: none;
	margin: 5px;
	padding-left: 10px;
	background-image: url('images/prodline.gif');
	background-repeat: repeat-y;
	background-color: #efefef;
	border: 0;
}

span.prodname {
	color: #870000;
	font-size: 13px;
	font-weight: bold;
}

#prodmenu {
	position: absolute;
	top: 166px;
	left: 213px;
	display: none;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	width: 215px;
	z-index: 100;
	padding: 2px;
	background-color: white;
	line-height: 11px;
}

a {
	color: #920000;
	border-bottom: 1px solid #91b8e3;
	text-decoration: none;
	font-weight: bold;
}

span.overskriftr {
	color: #760001;
	font: Bold 15px Tahoma;
	text-transform: uppercase;
}

span.overskriftb {
	color: #274a71;
	font: Bold 15px Tahoma;
	text-transform: uppercase;
}

img.header {
	margin-top: 10px;
	margin-bottom: 6px;
}