/* ----- CONTENTS ------------------------------------------------------------

1: BODY
2: TOP
3: MAIN	
---------------------------------------------------------------------------- */

/* 1: BODY 
============================================================================ */


* { padding: 0; margin: 0; }

html, body {
	height: 100%;
}


#wrapper { 
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 100%;
	background-color: #fff;
}


#bg1  { 

}

#language  {
width: 25px;
margin-left: 934px;
margin-top: 10px;
position:absolute; 

}

/*-------------------------------------------------------------------------- */

/* 1: TOP 
============================================================================ */

#header {
 color: #333;
 width: 920px;
 float: left;
 padding: 0px;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: #fff;
 text-align:left;
}

#topline {
    width: 100%;
	height: 1px;
	margin:0px;
	float:left;
	border-top: 2px solid #157445;
}

#top_start {
	width: 960px;
	height: 37px;
	padding: 0px;
	margin: 0;
	position:absolute;

}

.short_topline {

	background-image: url(img/lediga_topp.png);
	background-position:right;
	background-repeat: no-repeat;
	margin-left:15px;
	
}

#top_start2 {
	width: 960px;
	height: 37px;
	margin: 0px;
	padding: 0px;		
}
/*-------------------------------------------------------------------------- */

/* 2: MAIN 
============================================================================ */
#main_all {
	float: left;
	width: 960px;
	color: #222;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}

.miljo {
	float: right;
	width: 130px;
	height: 130px;
	display: block;
	position:absolute;
	margin-top: -60px;
	margin-right: 0px;
	margin-left: 810px;
	background-image: url(img/miljo.png);
	background-repeat: no-repeat;
	background-position:right;
	z-index: 99;
	cursor: pointer;
}
	


#main_left {
	float: left;
	text-align: right;
	width: 573px;
	height:248px;
	color: #222;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}

#main_right {
	float: right;
	width: 387px;
	height:auto;
	color: #222;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;

 
}



#leftcolumn { 
text-align: left;
 color: #222;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 573px;
 float: left;
}

#rightcolumn { 
text-align: left;
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 width: 275px;
 display: inline;
}

#projekt_puff {
	width: 574px;
	height: 172px;
	clear: both;
	margin: 5px 0 0 0;
	padding: 0;
    bottom:0;
	background-repeat: no-repeat;
	background-image: url(img/projekt_puff_bg.png);
	
}
#projekt_left {
	width: 235px;
	height: 126px;
	float: left;
	margin: 46px 0 0 25px;
	padding: 0;
    bottom:0;
	
}

#projekt_right {
	width: 294px;
	height: 126px;
	float: left;
	margin: 46px 0 0 0;
	padding: 0;
    bottom:0;
	
}

#footer {
	width: 960px;
	height: 120px;
	clear: both;
	margin: 0;
	padding: 0;
    bottom:0;
	background-image: url(img/footer.png);
	background-repeat: repeat-x;
	
}

/*-------------------------------------------------------------------------- */

/* 2: MENU 
============================================================================ */

#navigation {
	float: left;
	width: 960px;
	height:35px;
	color: #222;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-image: url(img/nav_fade.png);
	background-position:bottom;

 
}

.short_navigation{

	width: 573px;
}

.menu {
	  float: left;
      width: 100%;
      margin: 0px; 
	  padding-top: 2px;
	  padding-left: 0px;
	  padding-right: 0.2em;
	  padding-left: 0.1em;
	  height: 22px;
	  color: #727272;   
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 1.1em;
	  vertical-align: middle;
}
	
.menu ul {
	width:574px;
	  float: left;
      margin: 0;
      padding: 0;
      list-style-type: none;
}

.menu li {

      margin: 0;
      float: left;
	  width: auto;
      white-space: nowrap; /*  en rad i IE */
      padding-right: 0.11em;
	  padding-left: 0.11em;
      text-align: center;
	  position: relative;
    }

.menu a {

	padding: 8px 10px 5px 10px;
	color: #727272; 
 	height: 18px;
      display: block;
      width: auto;
	  text-align: center;
      text-decoration: none;
	    display: block;
	  background-image: url(img/lmenu_normal.png);
    }
	
.menu a:hover {
	padding: 8px 10px 5px 10px;
     display: block;
	 width: auto;
	  height: 18px;
	 text-align: center;
     text-decoration: none;
     color: #FFF;
	  display: block;
	 background-image: url(img/lmenu_active.png);
	 
    }
	
.menu a:active {
	padding: 8px 10px 5px 10px;
     display: block;
	 width: auto;
	  height: 18px;
	 text-align: center;
     text-decoration: none;
     color: #FFF;
	  display: block;
	 background-image: url(img/lmenu_active.png);
	 
    }
	
#navigation li.active {
	background: url(img/lmenu_active.png) repeat-x;
	}
#navigation ul li.active a {
	color:#fff;
	background: none;
	}
#navigation ul li.active ul li.active a {
	color:#fff;
	background: none;
}	
#navigation ul li.active ul li a {
  background-image: url(img/lmenu_normal.png);
  color: #727272;
}
#navigation ul li.active ul li a:hover {
	 background-image: url(img/lmenu_active.png);
	 color:#fff;
}

	
#navigation ul li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	float: left;
}
#navigation ul li ul li a {
	width: 120px;
	text-align: left;
	}

/*-------------------------------------------------------------------------- */

/* 2: MENY UNDERSIDA 
============================================================================ */

#navigation2 {

	float: left;
	width: 960px;
	height:35px;
	color: #222;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-image: url(img/nav_fade.png);
	background-position:bottom;

 
}

    .menu2 {
	 float: left;
      width: 100%;
      margin: 0px; 
	  padding-top: 2px;
	  padding-left: 0px;
	  padding-right: 0.2em;
	  padding-left: 0.1em;
	  height: 22px;
	  color: #727272;   
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 1.1em;
	  vertical-align: middle;
    }
    .menu2 ul {
	  float: left;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .menu2 li {
	
      margin: 0;
      float: left;
	  width: auto;
      padding-right: 0.11em;
	  padding-left: 0.11em;
      text-align: center;
    }

    .menu2 a {
	float: left;
	padding: 8px 14px 5px 14px;
	color: #727272; 
 	height: 18px;
      display: block;
      width: auto;
	  text-align: center;
      text-decoration: none;
	    display: block;
	  background-image: url(img/lmenu_normal.png);
    }
    .menu2 a:hover {
	padding: 8px 14px 5px 14px;
     display: block;
	 width: auto;
	  height: 18px;
	 text-align: center;
     text-decoration: none;
     color: #FFF;
	  display: block;
	 background-image: url(img/lmenu_active.png);
	 
    }
	
	 .menu2 a:active {
	padding: 8px 14px 5px 14px;
     display: block;
	 width: auto;
	  height: 18px;
	 text-align: center;
     text-decoration: none;
     color: #FFF;
	  display: block;
	 background-image: url(img/lmenu_active.png);
	 
    }
	
	#navigation2 li.active {
	background: url(img/lmenu_active.png) repeat-x;
	}
#navigation2 li.active a {
	color:#fff;
	background: none;
	}


	

/*-------------------------------------------------------------------------- */

/* : TEXT 
============================================================================ */
	.h1 {
	 font-family: Helvetica, Arial, sans-serif;
	 font-size: 22px;
	 color: #2F94A9;
	 line-height:1.5em;
	 font-weight:lighter;
	 }

	.welcome {
	 font-family: Garamond, Georgia, Helvetica, Arial, sans-serif;
	 font-size: 32px;
	 color: #006940;
	 line-height:1.5em;
	 font-weight: bold;
	 font-style: italic;
	 font-stretch: condensed;
	 }
	 
	 .elegant {
	 font-family:  Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 color: #444;
	 line-height:1.5em;
	 font-style: normal;
	 }
	 
	 .textfoot {
	 font-family:  Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 color: #7e7971;
	 line-height:1.5em;
	 }
	 
	 .textobjekt {
	 font-family:  Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #333;
	 line-height:1.5em;
	 font-style: normal;
	 }

	body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 line-height:1.5em;
	}

/*-------------------------------------------------------------------------- */

/* : LINKS 
============================================================================ */

	a img { border: none; }
	a {
	color: #157445;
	text-decoration:none;
	
		}
		
	.a2 {
	color: #7e7971;
	text-decoration:underline;
	font-weight: lighter;
		}
		
	a:link {
	font-weight: bold;
		
		}
	a:active, a:visited {
	font-weight: bold;
	}
	


/*-------------------------------------------------------------------------- */

/* OBJEKTET 
============================================================================ */


.objektet {
	padding: 0px;
     display: block;
	 width: auto;
	  height: auto;
	 text-align: center;
     text-decoration: none;
     color: #FFF;
	  display: block;
	 background-image: url(img/objekt_fade.png);
	 
	 }
	 
.fimg {
border:4px solid #FFFFFF;


	} 
	 
	 
/*-------------------------------------------------------------------------- */

/* ZE MENU 
============================================================================ */
#jsddm
{	margin: 0;
	padding: 0
}
	
#jsddm li
{	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}

#jsddm li a
{
	display: block;
		background: #20548E;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap
}

	#jsddm li a:hover
	{	background: #1A4473
}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}
		
		#jsddm li ul li a:hover
		{	background: #7F1616}
		
		
#undersida { margin-top: 22px;
z-index:1;
 }

#undersida .left { 
float:left; 
width:70%;
margin-right: 22px; }
#undersida .right { 
float: right; 
width: 28%;  
} 

#undersida .left .lokaler {
	width:580px;
}
#undersida .left p {
	padding: 10px 0;
}
#undersida .left .lokaler td, #undersida .left .lokaler tr {
	padding: 2px 6px 2px 6px;
}
#undersida .left .rubrik {
	font-weight: bold;
	color: #016543;
	background: #efefef url(/px/rad1.gif) repeat-x;
}
#undersida .left h2
{
	margin-top: 3px;
	margin-bottom: 7px;
	line-height: 1.2em;
}
#undersida .left .rad1 {
	background: #fff;
	font-weight: normal;
}
#undersida .left .rad2 {
	background: #efefef url(/px/rad1.gif) repeat-x;
	font-weight: normal;
}
#undersida .left .rad2 a, #undersida .left .rad1 a {
	font-weight: normal;
}
#undersida .textblock {
	background: #fff url(/px/textblock_bg.gif) repeat-x;
	padding: 15px 25px 15px 25px;
	width:530px;
	margin-top:25px;
}
#undersida .textblock p {
	padding: 0;
	margin: 0;
}
#undersida .right {
	float:left;
	width:262px;
	margin-left:3px;
}
#undersida .right h2, #undersida .right p {
	padding-left:24px;
	padding-right:24px;
}
#undersida .right h2 {
	padding-bottom: 20px;
}
#undersida .right img {
	float:left;
}
.editorContent {
width:100%;
}
.active_news {
	padding: 10px;
}
