/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

body  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background: url(../bilder/bg.gif) repeat-x;
}

#wrapper {
	width: 846px;
	height: 600px;
	margin: 0px auto;
	background: url(../bilder/bg_main.gif) no-repeat;
	text-align: left;
	
}
#header { 
	position: relative;
	float: left;
	width: 844px;
	background-image: url(bilder/header.jpg);
	height: 87px;
	padding: 0px;
	margin: 0px 1px;
	

}

#header .bild { 
	position: absolute;
	top: 16px;
	left: 15px;
	width: 201px;
	height: 71px;

}
#header .logo {
	position: absolute;
	margin: 0px auto;
	top: 10px;
	left: 340px;
	width: 155px;
	height: 68px;
}


/* ---------------------------------------------------- */
/* MAIN
/* ---------------------------------------------------- */
#main {
	width: 844px;
	background-color: #fff;
	height: 385px;
	position: relative;
	float: left;
	margin-left: 1px;
	padding: 0px;
}

/* ---------------------------------------------------- */
/* BÅTFAKTA INTRO
/* ---------------------------------------------------- */

#main h1 {
	font-family: 'Trebuchet MS', Arial, Verdna;
	font-size: 24px;
	color: #000;
	position: relative;
	line-height: 45px;
	height: 45px;

	left: 23px;
}
#main .introtext {
	height: 250px;
	width: 310px;
	position: absolute;
	left: 23px;
}
#main .introbild {
	height: 274px;
	width: 474px;
	position: absolute;
	left: 240px;
}
#main .las-spec {
	height: 18px;
	width: 162px;
	position:absolute;
	left: 23px;
	top: 355px;
}


/* ---------------------------------------------------- */
/* BILDSPEL
/* ---------------------------------------------------- */

#bild {
	width: 474px;
	height: 312px;
	position: absolute;
	left: 347px;
}
#bild #mer-info {
	position: relative;
	float:left;
	font-size: 10px;
	line-height: 10px;
	width: 300px;
	bottom: 0px;
	z-index: 1000;
}
#photoShow {
	width: 474px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#photoShow div {
	position: absolute;
	z-index: 0;
	
}
#photoShow div.previous {
	z-index: 1;
}
#photoShow div.current {
	z-index: 2;
}

/* ---------------------------------------------------- */
/* SPECIFIKATION
/* ---------------------------------------------------- */
#spec {
	position: relative;
	float: left;
	left: 23px;
	background: #fff;
	padding-top: 0px;
	margin: 20px auto;
}

#spec .column {
	padding: 0;
}
#spec h2 {
	font-size: 18px;
	color: #555;
	line-height: 10px;
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	width: 798px;
	height: 15px;
	

}
#spec p {
	padding-right: 20px;
	line-height: 17px;
}
#spec .wide, .thin {
	clear:both;
	padding: 0;
	margin: 0;
}

