
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link,
a:visited,
a:hover,
a:active
{
	color: #00f;
}
a:focus {
	outline: 1px dotted #999;
}
a:visited { color: #800080; }
a:active { color :#e00; } 

body {
	line-height: 1.5;
	font-size: 11px;
	color: black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#wrapper {
	width: 1080px;
	width: 990px;
	margin: 45px auto 45px auto;
	padding: 45px 45px 45px 45px;
	background: white;
}

#head {
	margin-bottom: 25px;
	height: 66px;
	position: relative;
	line-height: 1.2;
}
#head .first {
	position: absolute;
	left: 0;
	top: -13px;
}

#head .second {
	position: absolute;
	top: -15px;
	left: 840px;
	color: #9c9e9f;
	line-height: 1.5;
}

#head .middle {
	position: absolute;
	left: 490px;
	top: -15px;
	width: 310px;
	color: #222;
}
#head .middle h2 {
	color: #93117E;
}
#head .middle ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#head .middle li {
	margin: 0 0 3px 0;
}
#head h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	margin: 0;
	color: #222;
}
#head .middle span.date {
	color: #aaa;
}
#head .middle a.link {
	display: block;
	margin-left: 6em;
	margin-top: -1.2em;
}

#nav-global ul {
	height: 32px;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
	background: transparent url(/pix/menu-bg.png) no-repeat top right;
}
#nav-global li {
	float: left;
	height: 32px;
	padding-right: 1px;
	background-color: white;
}
#nav-global li span {
	background: transparent url(/pix/knapp-svart-left.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 32px;
}
#nav-global a {
	display: block;
	background: #1a171b url(/pix/knapp-svart-right.png) no-repeat top right;
	position:relative;
	padding: 10px 10px 11px 10px;
	letter-spacing: 1px;
	display: block;
	display: inline-block;
}

#nav-global a:link,
#nav-global a:visited,
#nav-global a:hover,
#nav-global a:active
{
	color: #6cbde2;
	text-decoration: none;
}

#nav-global a:hover span {
	background-image: url(/pix/knapp-aktiv-left.png);
}
#nav-global a:hover {
	background-image: url(/pix/knapp-aktiv-right.png);
	color: white;
}

#nav-global a.active:link,
#nav-global a.active:visited,
#nav-global a.active:hover,
#nav-global a.active:active
{
	background-image: url(/pix/knapp-aktiv-right.png);
	color: white;

}
#nav-global a.active span {
	background-image: url(/pix/knapp-aktiv-left.png);
}



#nav-global ul {
margin-bottom: 0;
}

#nav-local {
margin-bottom: 20px;
}
#nav-local ul {
list-style-type: none;
margin: 0;
padding: 0;
line-height: 1;
xheight: 3em;
/*border-bottom: 1px solid black;*/
}
#nav-local li {
float: left;
}
#nav-local a {
color: #622181;
text-decoration: none;
padding: 1em .5em 1em .5em;
display: block;
text-transform: uppercase;
letter-spacing: 1px;
}
#nav-local a:link,
#nav-local a:visited,
#nav-local a:hover,
#nav-local a:active
{
}
#nav-local a.active:link,
#nav-local a.active:visited,
#nav-local a.active:hover,
#nav-local a.active:active
{
color: #999;
}

#nav-local ul a {
letter-spacing: 0px;
}

.col-first {
	float: left;
	width: 445px;
	margin-right: 45px;
}

.col-third {
	float: left;
	width: 150px;
}

.col-third .module {
	width: 150px;
	height: 150px;
	background-color: #1A171C;
	margin-bottom: 20px;
	position: relative;
	color: #999999;
}
.col-third .module-text {
	width: 130px;
	padding: 10px;
	height: auto;
}
.col-third input.text {
	width: 124px;
	margin: 0;
	padding: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1;
}
.col-third input.submit {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1;
	margin-top: 4px;
	line-height: 1;
}

.col-third h3 {
	margin-top: 0;
	color: white;
}


#footer {
	clear: both;
}

h1 {
	color: #622181;
	color: #6CBDE2;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.1;
	letter-spacing: -1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	margin-top: -6px;
}

p {
	margin-bottom: 1em;
}
p.teaser {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 1em;
}


.col-second {
	float: left;
	width: 330px;
	margin-right: 20px;
	background-color: #1a171c;
	color: #999;
}

.col-second h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1em;
	padding: 10px 10px 0px 10px;
	color:#999;
	margin-top: 0;
}

.col-second h3 {
	margin-bottom: 0;
	margin-top: 2px;
}

.col-second .module {
	height: 110px;
	padding: 0px 10px 0px 10px;
}
.col-second a:link,
.col-second a:visited,
.col-second a:hover,
.col-second a:active
{
	color: white;
	text-decoration: none;
}

.col-second a:hover {
	text-decoration: underline;
}

.col-second .module .image {
	width: 100px;
	height: 100px;
}
.col-second .module .text {
	margin-left: 110px;
	margin-top: -110px;
}

.module-more {
	width: 330px;
	height: 64px;
	position: relative;
}
.module-more a {
	background: transparent url(/pix/fler-erbjudanden.png) no-repeat top left;
	width: 330px;
	height: 64px;
	display: block;
	text-indent: -10000px;
	position: absolute;
	top: 0;
	left: 0;
}

.module-more a:hover {
	background: transparent url(/pix/fler-erbjudanden-hover.png) no-repeat top left;
}

/*
specific styles for ie6
*/
#nav-global li span {
	_top: 2px;
	_left: -10px;
}


.module-newsletter input.inputEmail {
	color: #999;
}
.module-newsletter {
background: black url(/pix/svart_bakgrund.jpg) no-repeat top left;
}



.infomsg {
font-weight: bold;
border: 1px solid #666;
background-color: #C5B8FF;
padding: .5em;
color: black;
}

ol {
margin-left: 20px;
margin-bottom: 1em;
}


h2 {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 16px;
font-weight: normal;
margin-top: 1em;
margin-bottom: .5em;
}
h3 {
font-weight: bold;
margin-bottom: .5em;
margin-top:1em;
}

.frmFragan label {
float: left;
width: 130px;
text-align: right;
margin-right: 1em;
margin-top: 2px;
}

.frmFragan h3 label {
	float: none;
	width: auto;
	text-align: left;
	margin: 0;
}

.frmFragan p {
clear: both;
}
.frmFragan input.text {
width: 250px;
}
.frmFragan textarea {
width: 90%;
height: 8em;
}

.frmFragan table th {
text-align: left;
font-weight: normal;
}
.frmFragan table input.text {
width: 122px;
margin-right: 1em;
}

.frmFragan h3, .frmFragan .submit {
border-top: 1px solid #ccc;
padding-top: 1em;
margin-top: 3em;
}


form.comments div {
margin-bottom: 1em;
line-height: 1;
}
form.comments label {
font-weight: bold;
display: block;
margin-bottom: .5em;
}
form.comments textarea,
form.comments input.text {
width: 90%;
}

div.comments-one {
border-top: 1px solid #ccc;
margin-top: 2em;
padding-top: 1em;
}

form.comments div {
margin-bottom: 1em;
line-height: 1;
}
form.comments label {
font-weight: bold;
display: block;
margin-bottom: .5em;
}
form.comments textarea,
form.comments input.text {
width: 90%;
}

div.comments-one h3 {
margin-bottom: 0;
}
div.comments-one p.meta {
color: #666;
margin-bottom: .5em;
}


ul.comments, div.ulComments {
border-top: 1px solid #ccc;
padding-top: 1.5em;
list-style-type: none;
height: 2em;
}
ul.comments li {
float: left;
}
ul.comments li a, ul.comments li span {
display: block;
padding: .5em;
}

.comments-deleted {
background-color: #FFBFBF;
}

.clear {
	clear: both;
}


#nav-local ul {
xheight: 40px;
margin-top: 4px;
padding-bottom: 7px;
xborder-bottom: 1px solid black;
}
#nav-local ul a {
padding: 3px 5px 3px 5px;
}
#nav-local ul a:hover {
background: #A7CEDF;
color: white;
}
#nav-local ul a.active:link,
#nav-local ul a.active:visited,
#nav-local ul a.active:hover,
#nav-local ul a.active:active
 {
background: #6CBDE2;
color: white;
font-weight: bold;
}


#nav-local ul li {
xborder: 1px solid red;
xdisplay: inline;
xfloat: none;
white-space:nowrap;
}
#nav-local ul li a {
xfloat: none;
xdisplay: inline;
}


.nav-local-line {
clear: both;
padding-top: 5px;
border-bottom: 1px solid black;
}



#nav-local ul.erbjudanden-meny-2 {
margin: -7px 0 0 8px;
padding: 0;
float: left;
}
#nav-local ul.erbjudanden-meny-2 li {
	border-left: 1px solid #999;
}

.nav-local-line-2 {
clear: both;
padding-top: 5px;
border-bottom: 1px solid #ccc;
}

.erbjudanden {
background-color: white;
position: relative;
font-family: arial, sans-serif;
font-size: 11px;
height: 17px;
font-weight: normal;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
text-transform: uppercase;
color: #222;
}

.vara-erbjudanden {
	font-weight: bold;
}

.erbjudanden p {
margin: 0;
line-height: 1;
}
.erbjudanden ul {
line-height: 1;
list-style-type: none;
margin: 0; padding: 0;
position: absolute;
top: 0;
right: 0;
}
.erbjudanden li,
#nav-local .erbjudanden-meny li a
{
float: left;
margin: 0 0 0 3px;
background-color: black;
}
.erbjudanden li a,
#nav-local .erbjudanden-meny li a
{
display: block;
padding: 3px 4px 3px 4px;
position: relative;
background: url(/pix/knapp-svart-right.png) no-repeat top right;
display: inline-block;
}
.erbjudanden li a:link,
.erbjudanden li a:visited,
.erbjudanden li a:hover,
.erbjudanden li a:active
{
text-decoration: none;
}
.erbjudanden li span,
#nav-local .erbjudanden-meny li span
{
background: url(/pix/knapp-svart-left.png) no-repeat top left;
width: 4px;
height: 10px;
position: absolute;
top: 0;
left: 0;
}
.erbjudanden li a:hover,
#nav-local .erbjudanden-meny li a:hover
{
background-image: url(/pix/knapp-aktiv-right.png);
}
.erbjudanden li a:hover span,
#nav-local .erbjudanden-meny li a:hover span
{
background-image: url(/pix/knapp-aktiv-left.png);
}
.erbjudanden li.selected a,
#nav-local .erbjudanden-meny li.selected a
{
background-image: url(/pix/knapp-aktiv-right.png);
}

.erbjudanden li.selected a span,
#nav-local .erbjudanden-meny li.selected a span
{
background-image: url(/pix/knapp-aktiv-left.png);
}

#nav-local .erbjudanden-meny li a:link,
#nav-local .erbjudanden-meny li a:visited,
#nav-local .erbjudanden-meny li a:hover,
#nav-local .erbjudanden-meny li a:active
{
	color: #6CBDE2;
}

#nav-local .erbjudanden-meny li.selected a:link,
#nav-local .erbjudanden-meny li.selected a:visited,
#nav-local .erbjudanden-meny li.selected a:hover,
#nav-local .erbjudanden-meny li.selected a:active
{
	color: white;
}