@charset "UTF-8";
/* CSS Document */
html { font-size: 100.01%; height:100%;}
body { margin: 0; padding: 0 0 0px; background: #fff; color: #fff; font: 62.5%/1.25 Arial,Helvetica,sans-serif; height:100%;}
textarea, input, select, option, optgroup, button { color: #000; font: 1em "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif; }
li, dt, dd, p, th, td, caption { font-size: 1.2em; }

/* RE-SETS
------------------------------------------- */
* { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

/* HEADINGS
------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 0 0 10px; color: #999999; font: Helvetica, sans-serif; font-weight: normal; } 
h1 { font-size: 3.2em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; font-weight: lighter; padding: 25px 10px;}
h6 { font-size: 1.3em; }


/* MENU HUVUD
------------------------------------------- */

#menu {
	background: url(../images/menubar.gif) repeat-x;
	float:right;
	position: absolute; 
	right: 0px; 
	top: 62px; 
	width: 475px;
}
#menu UL {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#menu LI {
	border-right: 1px solid #fff;
	float: left;
	height: 36px;
	margin: 0;
	padding: 11px 15px 0 15px;
	font-weight: bold;
	display: inline;
	overflow: hidden;
}
#menu A {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
/* MENY UNDERSIDOR
------------------------------------------- */
#vert_menu {
	color: grey;
}
#vert_menu UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#vert_menu LI {
	margin: 0;
	padding: 5px 1px 0 20px;
	display:block;
}
#vert_menu A {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

/* LAYOUT
------------------------------------------- */

#main { 
	background: #f4f4f4 url(../images/top_bkg_sub.gif) repeat-x; 
	min-height:100%; 
	position:relative;
	}
#outer { 
	background: 50% 100px url(../images/welcome.jpg) no-repeat; 
	height: 100%; }
#inner { 
	position: relative; 
	width: 940px; margin: 0 auto; 
	padding: 0px 0px 0px; 
	padding-bottom:60px; }
.logo {
	position: absolute; left: 0px; top: 24px;
	width: 146px;
	height: 61px;
	float: left;
	background: url(../images/logo.png) no-repeat;
}
.navigation {
	position: absolute; left: 0px; top: 24px;
	width: 146px;
	height: 61px;
	background: url(../images/logo.png) no-repeat;
}
.welcome
{
	overflow: hidden;
	
	text-align: left;
	border-bottom: solid 1px #d3d3d3;
	color: #000000;
	float:left
}
.contact
{
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #000000;
	float:left
}
.text
{
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #000000;
	float:right
}
.text2
{
	overflow: hidden;
	padding: 20px 30px 20px 30px; 
	text-align: left;
	color: #666666;
	margin: 0 0 10px;
	font-size:12px;
	line-height: 20px;
}
.text3
{
	color: #000;
	overflow: hidden;
	padding: 0px 0px 0px;
	text-align: left;
}
.text4
{
	overflow: hidden;
	padding: 20px 0px 20px 30px; 
	text-align: left;
	color: #666666;
	margin: 0 0 10px;
	font-size:12px;
	line-height: 20px;
}
.clean {
	background: #c41;
	border: 0px solid;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	visibility: visible;
	width: 100%;
	height: 0;
}
.headers {
	padding: 15px 10px 20px 10px;
	font-size: 16px;
	font-style: normal;
	color: black;
}
.headers_main {
	padding: 20px 30px 20px 30px;
	font-size: 16px;
	font-style: normal;
	color: black;
}

#content { 
	overflow: hidden; 
	width: 100%; 
	padding: 140px 0px 30px; 
	background-image: url(../images/column_bkg_sub.gif);
}
	#content div.main_column { 
		float: left; 
		width: 700px;
		padding: 0px 0px 0px;
		margin:  0 0 20px 20px;
		
	}
	 #content div.menu_column { 
		float: left; 
		width: 220px;
		padding: 0px;
		margin: 0 0 0px 0px;
		
	}
	
.project {
	width: 100%;
	margin: 2px 0;
}
.project p {
	color: black;
}
.project_image {
	float: left;	
}

/* Projekt detalj ----------------------------------------------------------------------------------- */

.project_detail_main {
	width: 450px;
	float: left;
}
.project_detail_fact {
	width: 200px;
	float: right;
	background: #ccc;
	margin: 20px 30px  0px 0px;
}
.project_thumbs {
	width: 200px;
	float: right;
	background: #fff;
	margin: 30px 30px  0px 0px;
}
/* Projekt listan ----------------------------------------------------------------------------------- */

.object_list {
	width: 310px;
}
.object{
	width: 310px;
}
.object last{
	width: 310px;
}
/* Projekt listan SLUT ------------------------------------------------------------------------------ */

.news {
	width: 100%;
	margin: 2px 0;
}
.news p {
	padding: 0px 10px 20px 10px;
	color:black;
}
#footer { 
	position: absolute;
	bottom:0;
	width:100%;
	height:30px;   /* Height of the footer */
	background:#ff8300;
}
   	#footer div.inner {  
		position: relative; 
		overflow: hidden; 
		width: 940px; 
		margin: 0 auto; 
		padding: 0px 0; 
	}
	#footer div.primary { float: left; padding: 10px 0px 0px; }
	#footer div.secondary { postition: 50%; float: right; width: 45px; padding: 0px 50px 0 0; text-align: right; vertical-align: middle;}
	
#nyheter {
	margin: 20px 20px 20px 20px;
	background-color: #fff;
	height: 300px;
	}
/* page specific */
BODY.home LI#home{
	background: url(../images/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}
BODY.news2 LI#news{
	background: url(../images/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}
BODY.projects LI#projects{
	background: url(../images/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}
BODY.about LI#about{
	background: url(../images/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}
BODY.contact2 LI#contact{
	background: url(../images/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}
BODY.jobs LI#jobs{
	background: url(../images/menubarSelected.gif) no-repeat bottom center;
	color: #fff;
}

.text_bild {
	float: right;
	margin-left: 25px; 	
}
.map {
	padding: 30px 30px 0 30px;
}

/* ---------------------------- [ ARTICLE INDEX ] --------------------------------*/

#index .heading { margin: 16px 0 }
#index .article  { margin-bottom: 28px }

.article { 
	width: 305px;
	float: left;
	margin-right: 0px;
	margin-left: 30px
	
}

.article img { width: 305px; height: 206px; border: 0px; } 

.article .title, .article p, .article .links { 
	float: left;
	clear: left;
}

.article p { 
	color: #252525;
	margin-bottom: 5px;
	
}

#index .article .title { 
	font-size: 14px;
	
}

.links { color: #00ADEF;}

/* this also applies to the popular articles below */
#index .last, #popular .last { margin-right: 0 }


/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:50px;
		height:50px;
		line-height:50px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-40px;
		left:-100px;	
	}

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin-right:20px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		margin: 10px;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */

/* ---------------------------- [ PAGING ] ---------------------------------------*/

#paging { clear: left }
#paging a, #paging div { /*float: left */}
#paging .next, #paging .page { margin-left: 30px }
#paging .page { 
	font-size: 18px;
	color: #000;
	padding-top: 2px;
}


