@import url("reset.css");
@import url("jquery.jcarousel.css");

/* 

	author: jonas@artopod.se

	colors

	link			#0792c5
	visited link	#0d99cc
	hover 			#24a1cf
	
	brun			#594833

*/

/* !Layout			------------------------------------------------ */

body {
	background: #fff url(../img/bg_head.gif) repeat-x 0 -8px;
	color: #000;
}

html, body {
	height: 100%;
}

#head {
	position: relative;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
}

#logo {
	position: absolute;
	bottom: 14px;
	right: 0;
	margin-bottom: 0;
}

#introtxt {
	position: absolute;
	top: 20px;
	left: 370px;
	width: 420px;
	color: #666;
	text-align: right;
}

#introtxt h3 {
	font-size: 1em;
	color: #aaa;
	margin-bottom: 0px;
}

#introtxt a {
	color: #666;
	text-decoration: none;
}

#introtxt a:hover {
	color: #000;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#scene {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/load.gif) no-repeat 50% 300px;
	width: 100%;
	height: 100%;
}

#theboxes {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	opacity: 0.66;
}

#theboxes:hover {
	opacity: 1;
}

#theboxhead {
	position: relative;
	width: 290px;
	height: 20px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/startbox.png) no-repeat 50% 0%;
}

#theboxwrap {
	position: relative;
	width: 290px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/startbox.png) no-repeat 50% 100%;
}

.refbox {
	float: left;
	width: 340px;
	margin: 6px 30px 15px;
}

.nyheter, .kontakt {
	float: left;
	width: 260px;
	margin: 6px 30px 15px;
}

#house {
	position: absolute;
	left: 250px;
	bottom: 8px;
	line-height: 0;
}

/* !Layout			------------------------------------------------ */

#menu { 
	position: absolute;
	bottom: 25px;
	margin: 0;
	left: -10px;
	list-style: none;
	font-size: 1.1em;
	line-height: 1em;
	text-transform: uppercase;
}

#menu li {
	float: left;
}

#menu li a { 
	display: block;
	text-decoration: none;
	color: #666;
	padding: 4px 10px;
}

#menu li.current a {
	color: #fff;
	background: #0d99cc;
}

#menu li a:hover { 
	color: #333;
}

#menu li.current a:hover { 
	color: #fff;
}


/* !Typography		------------------------------------------------ */

body {
	font: 70%/1.5em 'helvetica neue', helvetica, arial, sans-serif;
}

input, select, textarea {
	font: 100% 'helvetica neue', helvetica, arial, sans-serif;
}

/* links */

a { 
	background: transparent;
}

a:link { 
	color: #0792c5;
}

a:visited { 
	color: #0d99cc;
}

a:hover, a:visited:hover, a:active { 
	color: #24a1cf;
}

/* headers */

h1 {
	margin: 0 0 1em;
	font-size: 2em;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0 0 1em;
	font-size: 1.6em;
}

h3 {
	margin: 0 0 1em;
	font-size: 1.4em;
}

h4 {
	margin: 0 0 1em;
	font-size: 1.2em;
}

h5 {
	margin: 0 0 1em;
	font-size: 1em;
}

/* !type */

p { 
	margin: 0 0 1em;
}

ul, ol {
	margin: 0 0 1em 16px;
	list-style: circle;
}

blockquote {
	margin: 2em 1em 2em 0;
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
	color: #333;
}

.quote {
	margin: -1em 1em 1em;
	color: #666;
	text-align: right;
}

.pdf { 
	background: url(../img/pdf.gif) no-repeat left 50%; 
	padding: 0 0 0 20px;
	display: block;
}

.kval a { 
	background: url(../img/bfq_small.gif) no-repeat left 50%; 
	padding: 5px 0 5px 50px;
	display: block;
}


/* !Referenser		------------------------------------------------ */

#refscene {
	position: relative;
	width: 960px;
	margin: 120px auto 0;
	text-align: left;
}

#refscene h2.head {
	position: absolute;
	left: 0;
	top: -50px;
}

#refscene h3.subhead  {
	position: absolute;
	left: 480px;
	top: -50px;
}

.refmenu {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
}

.refmenu li.current a {
	font-weight: bold;
	color: #594833;
}

.refmenu h3 {
	margin-bottom: 10px;
	cursor: pointer;
}

.refmenu h3:hover {
	color: #24a1cf;
}

.field {
	width: 220px;
	margin: 0 0 10px;
	padding: 10px 10px 2px;
	background: #ddd;
	text-decoration: none;
}

.kval {
	padding: 4px 4px 4px 10px;
}


.refresults {
	position: absolute;
	left: 255px;
	top: 0;
	width: 250px;
}

.refresults ul {
	list-style: none;
	margin: 0;
}

.refresults li {
	float: left;
	width: 110px;
	height: 83px;
	margin: 0 3px 9px 5px;
	line-height: 0;
}

.refresults a {
	display: block;
	width: 110px;
	height: 83px;
	border: 1px solid #bbb;
	padding: 1px;
}

.refresults li.current a {
	border: 2px solid #594833;
	margin: -1px;
}

.refresults a:hover {
	border: 1px solid #0792c5;
}

.showcase {
	position: absolute;
	left: 520px;
	top: 0;
	width: 440px;
	overflow: hidden;
}

.showcase h2 {
	border-top: 10px solid #594833;
	margin: 5px 0;
	padding: 10px 0 0;
}

.showcase td {
	padding: 2px 20px 2px 0;
	color: #666;
}

.ldrlay {
	position: relative;
	width: 440px;
	height: 330px;
	background: #fff;
}

.ldrgif {
	position: absolute;
	left: 200px;
	top: 160px;
}

.svw ul {
	position: relative;
	left: -999em;
} 
 
/* bildvisning för referenser (showcase) */ 

.stripViewer { 
	position: relative; 
	overflow: hidden;
}

.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
}

.stripViewer ul li {  
	float:left; 
}

.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
}

.stripTransmitter ul { 
	margin: 2px 0 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
}

.stripTransmitter ul li { 
	width: 40px; 
	float: left; 
	margin: 0 1px 1px 0; 
}

.stripTransmitter a { 
	text-align: center; 
	line-height: 22px;  
	text-decoration: none; 
	display: block; 
}

.stripTransmitter a:hover, a.current { 
	background: #eee; 
	color: #594833 !important; 
	font-weight: bold;
} 

/* !Om Lööve		------------------------------------------------ */

#left {
	float: left;
	width: 440px;
	margin-right: 40px;
}

#right {
	float: left;
	width: 480px;
}

table.cont td {
	width: 160px;
	padding: 0 0 10px;
}


.newsitem {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 20px;
	clear: both;
}

.newsitem img {
	float: right;
	margin: 0 0 4px 20px;
}

.newsnav {
	padding: 10px 0;
}
