﻿
 

 
 
/* Reset Headlines */ 
h1, h2, h3, h4
{
    margin: 0;
    padding: 0;
    font-weight: normal;
} 


h1
{
    background: #fff url(../../images/logo.gif) no-repeat 0 0;
    color: #0e1f40;
    font-size: 3em;
    text-transform: uppercase;
    position: absolute;
    top: 43px;
    left: 0;
    text-indent: -9999px;
    width: 522px;
    height: 92px;
    z-index: 11;
}

/* Reset Paragraph */ 
p
{
    margin: 0;
    padding: 0;
}

/* Reset Table */ 
table
{
    border-collapse: separate;
    border-spacing: 0;
}

/* Removes border around images */
a img, :link img, :visited img
{
	border: 0;
}


/* Reset */ 
ul, ol, blockquote, form, input, th, td
{
    margin: 0; 
    padding: 0;
}

li
{
    list-style: none;
}
 

/* Reset Link */ 
a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    outline: none;
}

a:hover, a:active
{
   
}

.clear
{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

.whitebox
{
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 50px;
    right: 440px;
    z-index: 10;
}

.facebook
{
    position: absolute;
    right: 220px;
    top: 55px;
    overflow: hidden;
    z-index: 9;
}

/* Main layout */ 


#layoutHolder
{  
    width: 960px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}


/* Body */

body
{
    background: #fff;
    text-align: left;
	color: #212121;
	font-family:  Lucida Sans Unicode, verdana, arial, helvetica;
	font-size: 62.5%; /* Reset Ems */
	padding: 0;
	margin: 0;
}

#header
{
    height: 138px;
    position: relative;
}
#header p
{
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 1.2em;
}


#header a#laga
{
    background: #fff url(../../images/lagabasen.jpg) no-repeat 0 0;
    width: 141px;
    height: 51px;
    position: absolute;
    right: 5px;
    top: 72px;
    text-indent: -9999px;
}


#navigation
{
    border-top: 5px solid #818b8c;
}

#navigation ul 
{
    float: left;
}

#navigation ul li a
{
    background: #f2efe9;
    width: 225px;
    height: 28px;
    display: block;
    border-bottom: 1px solid #d5d5d1;
    color: #0e1f40;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 10px 0 0 20px;
}

#navigation ul li a:hover
{
    background: #f2da91;
}

#navigation ul li#firstNav a
{
    padding: 12px 0 0 20px;
}


#navigation ul li#last a
{
    border: none;
}

#navigation img
{
    float: left;
    display: inline;
}


#footer
{
    clear: both;
}


/*Typo */

#mainTextContent
{
    width: 475px;
    float: left;
    display: inline;
    margin: 45px 52px 10px 0;
    padding: 0 0 0 20px;
}

#mainTextContent h2
{
    font-size: 2em;
    text-transform: uppercase;
    color: #818b8c;
    margin: 0 0 12px 0;
}

#mainTextContent h3
{
    font-size: 1.6em;
    color: #818b8c;
    margin: 0 0 12px 0;
}

#mainTextContent ul li
{
    list-style-position: outside;
    list-style-type: disc;
    font-size: 1.3em;
    margin: 0 0 4px 20px;
    line-height: 155%;

}

#mainTextContent table
{
    font-size: 1.1em;  
    line-height: 155%;
    margin: 0 0 19px 0;
}


#mainTextContent th
{
    font-weight: bold;
    width: 230px;
    text-align: left;
}

#mainTextContent p
{
    font-size: 1.3em;
    margin: 20px 0 19px 0;
    line-height: 155%;
}

#mainTextContent ul
{
    margin: 0 0 19px 0;
}

#mainTextContent p.ingress
{
    font-size: 1.6em;
    font-style: italic;
}


/* Default Buttons */

#buttons
{
    margin: 45px 0 55px 0;
    width: 401px;
    float: left;
    display: inline;
}

#buttons ul li
{
    background: #fff url(../../images/storKnappBg.gif) no-repeat 0 0;
    width: 401px;
    height: 87px;
    margin: 0 0 11px 0;
    padding: 12px 0 0 0;
    text-align: center;
}

#buttons a
{
    display: block;
    color: #212121;
}

#buttons span.title
{
    font-size: 3em;
    display: block;
}

#buttons span.description
{
    font-size: 1.8em;
    font-style: italic;
    color: #818b8c;
}



/*Footer*/

#footerTopLine
{
    overflow: hidden;
    clear: both;
    margin: 0 0 1px 0;
    width: 960px;
    height: 5px;
    background: #f2efe9;
}

#footer
{
    padding: 25px 0 0 0;
    background: #818b8c;
    height: 200px;
}

#footer a
{
    color: #fff;
    border-bottom: 1px dotted #fff;
}


#footer a:hover
{
    background: #A8B2B3;
    border-bottom: 1px solid #f2da91;
}


#footer h4
{
    font-size: 1.6em;
    color: #f2da91;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

#footer p
{
    font-size: 1.2em;
    line-height: 153%;
    color: #fff;
}

#footer #first
{
    width: 155px; 
    margin: 0 64px 0 20px;
    float: left;
    display: inline;  
}

#footer #second
{
    width: 220px;
    margin: 0 35px 0 0;
    float: left;
    display: inline;
}

#footer #third
{
    width: 443px;
    float: left;
    display: inline;
    margin: 0 0 55px 0;
}


#footer #third ul
{
    padding: 13px 0 0 0;
    height: 98px;
    background: #a8b2b3;
}

#footer #third ul li
{
    background: transparent url(../../images/listItemFooter.gif) no-repeat 14px 7px;
    font-size: 1.2em;
    color: #fff;
    margin: 0 0 9px 0;
    padding: 0 0 0 29px;
}

#footer #bestallningFooter
{
    background: #f2da91;
    clear: both;   
    overflow: hidden;
}

#bestallningFooter
{
    background: #f2da91;
}

#bestallningFooter a
{
    color: #212121;
    border-bottom: 1px solid #fff;
}

#bestallningFooter a:hover
{
    background: #faeaba;
    border-bottom: 1px solid #fff;
}

#bestallningFooter p
{
    font-size: 1.3em;
    padding: 10px 0 10px 20px;
    color: #212121;
}


/* Miljö */ 

ul#miljopolicy
{
    
}

ul#miljopolicy li
{
    list-style: none;
    font-size: 1.3em;
    line-height: 156%;
    padding: 0 0 0 20px;
    margin: 0 0 19px 0;
    background: transparent url(../../images/brownLi.gif) no-repeat 0 5px;
}

img.rightImage
{
    float: right;
    margin: 70px 0 20px 0;
}

#rightContentContacts
{
    width: 410px;
    float: right;
    display: inline;
    padding: 100px 0 0 0;
}


#subPage
{
    margin: 15px 0 60px 0;
}


/*certifikat*/

ul#certifikat
{
    margin: 60px 0 0 0;
}

ul#certifikat li
{
    font-size: 1.8em;
    font-style: italic;
    color: #03253e;
    margin: 0;
    padding: 15px 0 0 115px;
    list-style: none;

}

ul#certifikat li#firstCert
{
    background: transparent url(../../images/sbr.gif) no-repeat 0 0;
    height: 90px;
    }


ul#certifikat li#secondCert
{
    background: transparent url(../../images/bvqi.gif) no-repeat 0 0;
   height: 70px;
}

ul#certifikat li#thirdCert
{
    background: transparent url(../../images/bvqi2.gif) no-repeat 0 0;
    height: 70px;
}

ul#certifikat li#fourthCert
{
    padding: 10px 0 0 115px;
    height: 70px;
    background: transparent url(../../images/aaa.gif) no-repeat 0 0;
}


ol#mainContacts
{

}

ol#mainContacts li span.org
{
    position: absolute;
    top: 0;
    left: -9999px;
}


ol#mainContacts li
{
    width: 245px;
    height: 135px;
    margin: 0 0 17px 0;
    padding: 15px 0 0 165px;
}

ol#mainContacts li#pelleSvensson
{
    background: #0e1f40 url(../../images/pelle-svensson.jpg) no-repeat 0 0;
}

ol#mainContacts li#totteSvensson
{
    background: #0e1f40 url(../../images/totte-svensson.jpg) no-repeat 0 0;
}

ol#mainContacts li#peterSvensson
{
    background: #0e1f40 url(../../images/peter-svensson.jpg) no-repeat 0 0;
}

ol#mainContacts li span.fn
{
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
}

ol#mainContacts li span.title
{
    font-size: 1.3em;
    font-style: italic;
    color: #fff;
    padding: 4px 0 6px 0;
    display: block;
}

ol#mainContacts li span.tel
{
    font-size: 1.3em;
    color: #fff;
    display: inline-block; 
    padding: 0 0 4px 0;
}

ol#mainContacts li span.email
{
    font-size: 1.3em;
    color: #fff;
    display: inline-block; 
}

ol#mainContacts li a.vcard
{
    font-size: 1.3em;
    color: #fff;
    margin: 8px 0 0 0;
    padding: 1px 0 2px 26px;
    background: transparent url(../../images/vcard.gif) no-repeat 0 3px;
    display: inline-block; 
}

ol#mainContacts li a.vcard:hover
{
    background: #1A3873 url(../../images/vcard.gif) no-repeat 0 3px;
}

ol#mainContacts li a
{
    color: #fff;
}

ol#mainContacts li a:hover
{
    background: #1A3873;
}

ul#otherContacts
{

    margin: 0;
}

ul#otherContacts li
{
    font-size: 1.3em;
    line-height: 150%;
    background: #1a3873;
    color: #fff;
    width: 401px;
    padding: 4px 0 6px 9px;
    margin: 0 0 1px 0;
}

#mapHolder
{
    width: 410px;
    float: right;
    display: inline;
    margin: 70px 0 70px 0;
}

#hurViJobbar
{
    clear: both;
    padding: 50px 0 50px 0;
}

#hurViJobbar ol li
{
    width: 900px;
    height: 155px;
    padding: 50px 0 0 60px;
    margin: 0 0 30px 0;
    position: relative;
}

#hurViJobbar ol li span.number
{
    position: absolute;
    top: -18px;
    left: -15px;
    display: block;
    width: 67px;
    height: 57px;
    color: #fff;
    padding: 8px 0 0 1px;
    font-size: 3.6em;
    text-align: center;
    background: #faf2d9 url(../../images/hur-vi-jobbar-cirkel.jpg) no-repeat 0 0;
}


#hurViJobbar ol li#part1
{
    background: #faf2d9 url(../../images/hur-vi-jobbar01.jpg) no-repeat top right;
}

#hurViJobbar ol li#part2
{
    background: #faf2d9 url(../../images/hur-vi-jobbar02.jpg) no-repeat top right;
}

#hurViJobbar ol li#part3
{
    background: #faf2d9 url(../../images/hur-vi-jobbar03.jpg) no-repeat top right;
}

#hurViJobbar ol li span.desc
{
    font-size: 1.6em;
    line-height: 150%;
    width: 466px;
    display: block;
}


