@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.loggaholder08 {
	width: 880px;
	left: 1px;
	padding: 0px;
	margin: 0px;
	background-image: url(bilder/loggainavbarBG.jpg);
	position: absolute;
	top: 0px;
}

.navbarholder08 {
	position: absolute;
	width: 880px;
	left: 1px;
	top: 94px;
	padding: 0px;
	margin: 0px;
}

.sidebar_left {
	position: absolute;
	height: 500px;
	width: 300px;
	left: 20px;
	top: 20px;
	padding: 0px;
	margin: 0px;
}

.main_content {
	position: absolute;
	width: 70px;
	left: 400px;
	top: 120px;
	padding: 0px;
	margin: 0px;
}

.sidebar_right {
	position: absolute;
	height: 500px;	
	width: 300px;
	left: 960px;
	top: 20px;
	padding: 0px;
	margin: 0px;
}

.scrolldiv {
	padding: 0px;
	margin: 0px;
	height: 100px;	
}



/* CSS Document */


