﻿/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
table {
        border-collapse:collapse;
}
body {
	background-color:#000000;
	background-position:center top;
}
ul {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}
li {
	list-style-type:square;
	list-style-position:outside;	
}
.Footer {
	color:#808080;
        font-size:10px;
}
.Footer a:link {
	color:#808080;
        font-size:10px;
	text-decoration:none;
}
.Footer a:active {
	color:#808080;
        font-size:10px;
	text-decoration:none;
}
.Footer a:hover {
	color:#808080;
        font-size:10px;
	text-decoration:none;
}
.Footer a:visited {
	color:#808080;
        font-size:10px;
	text-decoration:none;
}
#Container {
	position:relative;
	text-align:left;
	margin:0px auto;
	width:980px;
}
#LogoHolder {
	position:absolute;
	left:97px;
	top:15px;
}
#ContentContainer {
	position:absolute;
	top:70px;
	left:97px;
	width:475px;
	height:425px;
	border-right:solid 4ox #000000;
	
}
#ContentHolder {
	width:445px;
	height:390px;
	overflow:hidden;
        margin-top:30px;
}

#RightContainer {
	position:absolute;
	left:572px;
	top:70px;
	width:306px;
	height:425px;
	background-color:#FFFFFF;
}
#RightTopHolder {
	width:292px;
	height:186px;
	margin-left:14px;
	background-image:url(/Files/System/BARhandel/stregkode/bgstreg01.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#RightCenterHolder {
	width:292px;
	height:123px;
	margin-left:14px;
	background-image:url(/Files/System/BARhandel/stregkode/bgstreg02.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
        overflow:hidden;
}
#RightBottomHolder {
	width:292px;
	height:116px;
	margin-left:14px;
}
#FooterHolder {
	position:absolute;
	left:0px;
	top:547px;
	width:980px;
	height:20px;
}

