/* copyright css Kenneth Pils */
/* http://pils.se/design */
/* screen */

  * { 
    margin: 0; 
    padding: 0;
  }
    img {
	border: none;
	margin: 0; 
    padding: 0;
}

/* typografi */
  body {
font-family: 'Lucida Grande',Arial,sans-serif;
/*	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; */
	font-size: 11px;
	line-height: 18px;
	background-color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #D7D7D7;
  }
  
ul {
    list-style-type: square;
    margin-left: 2em;
  }
  
p {
	margin-top: 18px;
	margin-right: 10px;
 }
p a:link {
	color: #D7D7D7;
  }
p a:hover {
	color: #FFFFFF;
 }
p a:visited {
	color: #D7D7D7;
 }

h1 { 
    color: #9ed652;
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
  }
h2 { 
    color: #a39c8d;
    font-size: 18px; 
    line-height: 18px; 
margin-bottom: 18px;
  }
h3 {
	line-height: 18px;
	font-size: 17px;
  }
.mindre {
	font-size: 16px;

  }
h3 a {
	color: #D7D7D7;
	text-decoration: none;
  }
h3 a:link {
	color: #D7D7D7;
	text-decoration: none;
  }
h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
 }
h3 a:visited {
	color: #D7D7D7;
	text-decoration: none;
 }
h4 {
  }
h5 {
	font-size: 14px;
	color: #CCCCCC;
  }
h6 {
	margin-top: 18px;
  }

strong {
	color: #E1E1E1;
}

.no_top_margin {
	margin: 0px;
	margin-right: 10px;
}
.margin_left {
	padding-left: 10px;
 }
.brun {
	color: #a39c8d;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-top: 18px;
  }
/*.brun :last-child {
	margin-bottom: 0px;
  }
.brun :first-child {
	margin-top: 0px;
  }*/
.brun_no_top_margin {
	color: #a39c8d;
	margin: 0px;
	margin-top: 0px;
	margin-right: 10px;
}


/* for frilaggning enligt lift */
div.spacer {
	height: 7px;
	background-color: transparent;
	width: 776px;
	margin-left: auto;
	margin-right: auto;
  	}

/* spans */
/*  .left { 
    float: left; 
    margin: 0 18px 18px 0; 
  }
  .right { 
    float: left; 
    margin: 0 0 18px 18px; 
  }*/


  /* div-spans */
.knappar
{
	float: left;
	background-color: transparent;
	width: 746px;
	height: 40px;
}

/* div-ids */
  /* wrapper omsluter allt*/
#wrapper
{
	margin-right: auto;
	margin-left: auto;
	width: 746px;
	/*width: 776px;*/
	margin-top: 56px;
	margin-bottom: 56px;
}

/* hack wrapper*/
html>#wrapper	{
	margin-right: auto;
	margin-left: auto;
	width: 776px;
	margin-top: 56px;
}
/* homsluter editable content*/
#full_width {
	float: left;
	width: 746px;
	padding-bottom: 40px;
	height: 700px;
  }
  
/*
#content {
    margin: 10px 36px 36px 72px;
    min-width: 40em;
    max-width: 60em;
    _width: 50em;
	margin-right: auto;
	margin-left: auto;
  }
*/

/* head meny*/

#logotype
{
margin: 0;
padding: 0;
border: none;
float: left;
background-color: transparent;
width: 274px;
/*width: 304px;*/
height: 40px;
}
 /*navigation med hovereffekt*/
#navigation
{
	height: 90px;
	background-color: transparent;
	color: #000000;
	float: left;
	width: 746px;
	/*width: 776px;*/
}
#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#navigation li
{ 
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#navigation li a
{
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	border: none;
	float: left;
	color: #000000;
}

/* buttons i navigationsmenyn*/
a.loga
{
width: 274px;
height: 40px;
background-image: url(pic_site/monica_melin.gif);
background-repeat: no-repeat;
background-position: 0 0;
}

a.arbeten
{
width: 76px;
height: 40px;
background-image: url(pic_site/arbeten.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.arbeten-on
{
width: 76px;
height: 40px;
background-image: url(pic_site/arbeten_on.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.arbeten:hover
{
background-position: -120px 0;
background-image: url(pic_site/arbeten.gif);
}

a.cv
{
width: 46px;
height: 40px;
background-image: url(pic_site/cv.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.cv-on
{
width: 46px;
height: 40px;
background-image: url(pic_site/cv-on.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.cv:hover
{
background-position: -120px 0;
background-image: url(pic_site/cv.gif);
}

a.samarbeten
{
width: 102px;
height: 40px;
background-image: url(pic_site/samarbeten.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.samarbeten-on
{
width: 102px;
height: 40px;
background-image: url(pic_site/samarbeten_on.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.samarbeten:hover
{
background-position: -120px 0;
background-image: url(pic_site/samarbeten.gif);
}

a.kontakt
{
width: 75px;
height: 40px;
background-image: url(pic_site/kontakt.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.kontakt-on
{
width: 75px;
height: 40px;
background-image: url(pic_site/kontakt_on.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.kontakt:hover
{
background-position: -120px 0;
background-image: url(pic_site/kontakt.gif);
}

a.arkiv
{
width: 58px;
height: 40px;
background-image: url(pic_site/arkiv.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.arkiv-on
{
width: 58px;
height: 40px;
background-image: url(pic_site/arkiv_on.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.arkiv:hover
{
background-position: -120px 0;
background-image: url(pic_site/arkiv.gif);
}

a.english
{
width: 47px;
height: 40px;
background-image: url(pic_site/english.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.english-on
{
width: 47px;
height: 40px;
background-image: url(pic_site/english_on.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.english:hover
{
background-position: -120px 0;
background-image: url(pic_site/english.gif);
}

a.lankar
{
width: 66px;
height: 40px;
background-image: url(pic_site/lankar.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.lankar-on
{
width: 66px;
height: 40px;
background-image: url(pic_site/lankar_on.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.lankar:hover
{
background-position: -120px 0;
background-image: url(pic_site/lankar.gif);
}

/* navigation pil  */
#pil
{
	height: 39px;
	background-color: transparent;
	color: #000000;
	float: left;
	width: 40px;
}
#pil ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#pil li
{ 
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#pil li a
{
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	border: none;
	float: left;
	color: #000000;
}
/*framatpil*/
a.pil
{
width: 40px;
height: 39px;
background-image: url(pic_site/pil.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.pil:hover
{
background-position: 0 0;
background-image: url(pic_site/pil-on.gif);
}
/*bakatpil*/
a.pil_back
{
width: 40px;
height: 39px;
background-image: url(pic_site/pil_back.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
a.pil_back:hover
{
background-position: 0 0;
background-image: url(pic_site/pil_back-on.gif);
}

/* formatering av tabeller  */
table {
	margin: 0px;
	width: 746px;
	/*width: 776px;*/
	padding: 0;
	margin-bottom: 35px;
	border: 0;
}
.td-spacer1 {
	vertical-align: bottom;
	width: 245px;
}
.td-spacer1-top {
	vertical-align: top;
	width: 245px;
}
.td-spacer1-middle {
	vertical-align: middle;
	width: 245px;
}
.td-spacer2 {
	vertical-align: bottom;
	width: 30px;
}
.td-spacer3 :last-child {
	margin-bottom: 0px;
}
.td-spacer3 {
	vertical-align: bottom;
	width: 430px;
}
.td-spacer4 {
	vertical-align: bottom;
	width: 40px;
}
.td-spacer5 {
	vertical-align: bottom;
	width: 470px;
}
.td_back_hight {
	height: 10px;
}
.margin_bottom_verksinfo {
	margin-bottom: 50px;
	color: #a39c8d;
}

