
* {
	margin:0;
	padding:0;
}

html {
/*	overflow-y:hidden;*/
}

body {
	background:url(../bilder/header_bg.jpg) repeat-x;
	font-family:"Tahoma","Trebuchet MS",arial,verdana;
	font-size:12px;
	color:#2e2d2c;
}



.clearfloat {
	clear:both;
	line-height:0;
	font-size:1px;
	height:0;
}



h1 {
	color:#2e2d2c;
	font-size:20px;
	margin:0 0 10px 0;
}

h2 {
	color:#2e2d2c;
	font-size:16px;
	margin:5px 0 7px 0;
}

h1.tjansterubrik {
		height:41px;
		padding-top:18px;
		}

img {
	border:none;
}

p {
	padding:2px 0;
	line-height:18px;
}

ul {
	margin-left:25px;
}
li {
	list-style-image:url(../bilder/li_bock.jpg);
	padding-bottom:5px;
}

.ul_left {
	float:left;
	font-size:120%;
	font-weight:bold;
}

.ul_right {
	float:right;
	padding-right:100px;
	font-size:120%;
	font-weight:bold;
}

a {
	color:#0d74b7;
	text-decoration:none;
	outline:none;
}


div#header {
	background:url(../bilder/header_bg.jpg) repeat-x;
	width:979px;
	margin:0 auto;
}

div#header_left {
	float:left;
	width:302px;
}

div#header_right {
	background:url(../bilder/header_right_bg.jpg) no-repeat;
	float:right;
	width:677px;
}

div#header_ring {
}


/* meny */
div#meny_container {
}
ul#meny {
	width:677px;
	height:49px;
	margin-left:0;
}
ul#meny li {
	list-style:none;
	float:left;
}
ul#meny li a {
	background:url(../bilder/meny_sprite.jpg);
	display:block;
	height:49px;
	width:132px;
}
ul#meny li a span {
	display:none;
}

/* START */
ul#meny li a.start {
	background-position: 0px -49px;
}
	ul#meny li a:hover.start {
		background-position: 0px 0px;
	}
	ul#meny li a.start_aktiv {
		background-position: 0px 0px;
	}

/* OM OSS */
ul#meny li a.om {
	background-position: -132px -49px;
}
ul#meny li a:hover.om {
		background-position: -132px 0px;
	}
ul#meny li a.om_aktiv {
		background-position: -132px 0px;
	}

/* REFERNSER */
ul#meny li a.referenser {
	background-position: -264px -49px;
	width:149px;
}
	ul#meny li a:hover.referenser {
		background-position: -264px 0px;
		width:149px;
	}
	ul#meny li a.referenser_aktiv {
		background-position: -264px 0px;
		width:149px;
	}

/* TJÄNSTER */
ul#meny li a.tjanster {
	background-position: -413px -49px;

}
	ul#meny li a:hover.tjanster {
		background-position: -413px 0px;
	}
	ul#meny li a.tjanster_aktiv {
		background-position: -413px 0px;
	}

/* KONTAKT */
ul#meny li a.kontakt {
	background-position: -545px -49px;
}
ul#meny li a:hover.kontakt {
		background-position: -545px 0px;
	}
ul#meny li a.kontakt_aktiv {
		background-position: -545px 0px;
	}




/* INNEHÅLL */


/* CODA DEFINERS */
div#slidesContainer {
	width:912px;
	margin:0 auto;
}
div#om_contentwrapper {
	width:912px;
	margin:0 auto;
}
div#referenser_contentwrapper {
	width:912px;
	margin:0 auto;
}
div#tjanster_contentwrapper {
	width:912px;
	margin:0 auto;
}
div#kontakt_contentwrapper {
	width:912px;
	margin:0 auto;
}


div.content_left {
	float:left;
	width:611px;
	padding-top:23px;
}

div#startflash {
}

div#tjanster {
}



div.content_right {
	float:right;
	width:276px;
	padding-top:23px;
}

div.undermeny {
	width:100%;
	border-bottom:#999 1px solid;
}
div.undermeny a {
	font-weight:bold;
	font-size:14px;
	padding:0 5px;
}





div#footer {
	width:932px;
	background:url(../bilder/footer_bg.jpg) no-repeat;
	margin:0 auto;
	height:48px;
	padding-top:20px;
}
div#footer p {
		text-align:center;
}



div.jimmy_container {
	width:99%;
/*	position:relative;*/
}
div.jimmysays {
	width:201px;
	padding-left:65px;
/*	position:absolute;
	right:0;*/
}
div.j_topp {
}
div.j_content {
	background:url(../bilder/j_content_bg.jpg) repeat-y;
	padding:2px 10px;
}
div.j_content p {
		font-size:14px;
		line-height:20px;
}
div.j_bott {
}




div.slidepanel {
	display:none;
}