@charset "utf-8";
.menu {
	margin-left: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 220px;
	list-style-type: none;
	line-height: 25px;
	position: static;
	left: 5px;
	top: 120px;
	height: 1024px;
}
.submenu {
	margin-left: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 220px;
	list-style-type: none;
}
.price {
	float:right;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.box_left {
	float:left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.box_right {
	float:right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.top {
	left: 0px;
	top: 0px;
}
.main {
    padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	top: 140px;
	left: 240px;
	position: absolute;
	width: 590px;
	list-style-type: disc;
	list-style-image: url(img/bullet.png);
}
.main_full {
    padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	top: 140px;
	left: 240px;
	position: absolute;
	width: 771px;
	list-style-type: disc;
	list-style-image: url(img/bullet.png);
}
.mainright {
	margin-left: 0px;
	margin-top: 5px;
	text-indent: 5px;
	top: 140px;
	left: 865px;
	position: absolute;
	width: 166px;
	list-style-type: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.body { /*Samma som body-taggen nedan, används i tabeller m.m.*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: justify;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: justify;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}
li {
	font-weight: bold;
}

hr {
	color: #336699;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline blink;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: underline overline blink;
	font-weight: bold;
}
