/* Generella element */
*,* {
margin: 0;
padding:0;
}


body {
background: #fff;
font: 11px Verdana, sans-serif;
}

h1 {
height: 87px;
text-indent: -99999px;
overflow: hidden;
background: transparent url(img/lawnit_stripes.gif) no-repeat;
margin: 0 0 25px 0;
}

h1#en {
background: transparent url(img/lawnit_stripes_en.gif) no-repeat;
}

h1 a {
display: block;
width: 240px;
height: 87px;
text-decoration:none;
}

h2 {
font: bold 20px Arial, sans-serif;
margin: 0 0 5px 0;
}

h3 {
nyhefont: bold 13px Arial, sans-serif;
margin: 0 0 2px 0;
}

ul {
margin: 0 0 10px 0;
list-style-type: circle;
}

p {
margin: 3px 0 16px 0;
}

a {
color: #E5722A;
}

a:hover {
color: #973B23;
}
/* Layout */

#main {
width: 820px;
background: transparent url(img/gubbe.gif) bottom left no-repeat;
}

#nav {
float: left;
width: 220px;
}

#semi {
float: left;
width: 600px;
margin: 0 0 15px 0;
}

#content {
float: left;
width: 345px;
}

#content.arc {
width: 500px;
}

#sidebar {
float: right;
width: 225px;
}

#footer {
clear: both;
margin: 0 0 0 40px;
border-bottom: 3px solid #222;
background: transparent url(img/quality_team.gif) no-repeat bottom left;
height: 70px;
}

/* Speciella element */

#banner {
float: left;
width: 350px;
height: 80px;
background: transparent url(img/banner.gif) no-repeat;
position: relative;
}

#blankare {
float: right;
height: 80px;
width: 225px;
background: transparent url(img/banner.gif) no-repeat top right;
position: relative;
}

#banner h2, #blankare h2 {
position: absolute;
color: #fff;
right: 15px;
top: 7px;
}

#banner p, #blankare p {
color: #fff;
text-align: right;
position: absolute;
right: 15px;
top: 30px;
}

#nav ul {
margin: 0 0 0 40px;
}

#nav ul li ul {
margin: 0 0 0 7px;
}

#nav li {
list-style: none;
font: bold 13px Arial, sans-serif;
color: #666;
margin: 2px 0 3px 0;
}

#nav li a {
font: bold 13px Arial, sans-serif;
text-decoration: none;
color: #222;
}

#nav li ul li a {
background: transparent url(img/bullet.gif) no-repeat left 5px;
padding: 0 0 0 10px;
}

#nav li a:hover, #nav li a.act {
color: #E5722A;
}

h2#nyheter {
font: bold 13px Arial, sans-serif;
background: transparent url(img/nyheterbg.gif) no-repeat;
padding: 7px 0 7px 6px;
color: #fff;
}

#partners {
border-top: 1px solid #888;
padding: 10px 0 0 0;
background: transparent url(img/partners.gif) no-repeat;
position: relative;
width: 235px;
height: 158px;
margin: 20px 0 0 0;
}

#partners a {
position: absolute;
display: block;
text-indent: -99999px;
overflow: hidden;
}

#partners #bastadgruset {
top: 20px;
left: 105px;
width: 125px;
height: 35px;
}

#partners #casali {
top: 30px;
left: 10px;
width: 105px;
height: 55px;
}

#partners #toro {
top: 70px;
left: 120px;
width: 90px;
height: 75px;
}

#partners #arc {
bottom: 10px;
left: 7px;
width: 119px;
height: 70px;
}

#tillbehor {
background: transparent;
width: 221px;
height: 300px;
border: 2px solid #EAEAEB;
}

#content ul {
margin-left: 15px;
}

#galleryimg {
margin: 0 0 5px 0;
position: fixed;
}

#caption {
display: block;
margin: 0 0 10px 0;
text-align: center;
font-size: 10px;
}

.galleryimg {
cursor: pointer;
width: 60px;
height: 60px;
}

/*
	DOM Enhancement
*/

#content ul.tillbehor {
	padding: 0;
	margin: 0;
}

.tillbehor li {
	font-weight: bold;
	list-style: none;
	margin: 0 0 5px 0;
	background: #EAEAEB;
	padding: 5px;
}

.tillbehor li div {
	font-weight: normal;
	display: none;
}

.tillbehor li.expanded div {
	display: block;
}

.left {float: left; margin: 0 20px 20px 0;}

.right {float: right; margin: 0 0 10px 10px;}

#nav ul li.separate {
	margin-bottom: 16px;
}

