﻿body, html {
	margin:0;
	font-size:small
}
body {
	background:white url('img/ljusblabakgrund.jpg') no-repeat fixed;
	font-family:Arial, Helvetica, sans-serif
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#9C8840
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
}
a {
    color:Green;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}

table {
    border-spacing: 5px;
}
th, td {
    text-align:left;
}

#wrapper {
	margin:auto;
	width:962px;
	background-color:white;
	height:1240px;
}
#menu {
	background:white url('img/gullist.jpg') no-repeat;
	height:63px;
	width:962px;
}
#menu ul {
	list-style-type:none;
	padding:0; 
	margin-left:280px;
	margin-top:0px;margin-bottom:0
	
}
#menu li {
	float:left;
	margin-right:15px;
	margin-top:6px
}

#menu a {
	font-size:14px;
	font-weight:bold;
	color:#2B2B2D;
	
}
#contentwrapper {
	position:relative;
}
#left {
	width:260px;
	float:left
}
#left-filter {
    margin:20px;
    margin-top: 10px;
	width:200px;
	padding-left: 10px;
	border: 1px solid #9C8840;
	float:left
}
#left img {
	margin:20px 0 10px 20px
}
#right {
	padding:10px;
	position:absolute;
	left:250px;
	top:0;
	width:auto;
	background:white
}
#right-filter {
	padding:10px;
	padding-top:10px;
	position:absolute;
	left:240px;
	top:0;
	background:white
}

div.left-menu{
	width: 215px;
	margin-top:32px;
	/* border: 1px solid black; */
	/* margin-left:20px; */
}
div.left-menu ul{
	list-style: none;
	text-indent: 10px;
}
div.left-menu li{
	margin-top: 4px;
}
div.left-menu a
{
    font-family : Arial;
	font-size:14px;
	font-weight: bold;
	padding: 4px;
	color: #323232;
	display:block;
	height: 20px;
	text-decoration: none;
	background: url('/Content/img/background.jpg');
}
div.left-menu a:hover{
	background: url('/Content/img/highlight.jpg') no-repeat right;
}

.clear {
	clear:both
}