/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

img {
	border:0px solid #FFFFFF;
}

body {
	background: #E7E7E2 url('img/bg.jpg') repeat-x top;
	background-color:#FFFFFF;
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 15px;
}

code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Arial, Helvetica, sans-serif;}
h2 {font: bold 1.4em Arial, Helvetica, sans-serif;}
h3 {font: normal 1.1em Arial, Helvetica, sans-serif;}
h4 {font: bold 1.5em Arial, Helvetica, sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1 {padding-top: 6px; color: #553; margin-bottom: 4px;}
h2 {padding: 3px 0 5px 0; color:#646464;; margin-bottom: 4px;}
h3 {padding-top: 6px; 	color:#6B6B6B; margin-bottom: 4px;}
h4 {color: #4c7ea1;}
/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	position:relative;
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 5px 5px 0 5px;
	width:912px;
	border: 0px solid #CECECE;
}

.outer-container {

	background: #FFF;
	margin: 0 auto;
	padding:10px 0 10px 0;
	width: 930px;

}


.top {
	position:relative;
	float:left;
	width: 900px;
	height:130px;
	border:0px solid red;
}

	
	

/* headere & title */

.header {
	position:relative;
	float:left;
	height: 310px;
	width: 900px;
	margin: 0;
	padding:0 0 0 0;
	text-align: center;
	border:0px solid red;
}

.header_low {
	position:relative;
	float:left;
	height: 200px;
	width: 900px;
	margin: 0;
	padding:0 0 0 0;
	text-align: center;
	border:0px solid red;
}

.images {
	background:#FFFFFF;
	}
	
/*.galleria-container	{
	background:#CCCCCC;
	border:2px solid red;
	width:450px;
}


.galleria-thumbnails	{
	background:#CCCCCC;
	border:2px solid red;
	height:0px;
}



.galleria-thumbnails-container img, .galleria-image active img{
	visibility:collapse;

	}
	
.galleria-thumbnails-container{
	visibility:collapse;

	}	*/
	

.Headertext {
	position:absolute;
	top:220px;
	left:-4px;
	width:910px;
	height:91px;
	}
	
	
.Sommartext {
	position:absolute;
	z-index:50;
	top:160px;
	left:680px;
	padding:15px 15px 0 15px;
	color:#FFF;
	width:220px;
	height:305px;
	border:0px dotted #CCC;
	background:url(img/jul_bkg.png) left top no-repeat;
	}
	
.Sommartext h2 {
		color:#FFF;
		padding-bottom:5px;
		line-height:15px;
}

.Sommartext p{
		padding-top:0px;
}
	
	
.Headertext_low {
	position:absolute;
	top:167px;
	left:-4px;
	width:900px;
	height:34px;
	}	
	
	
.overlay {
	height: 302px;
	width: 885px;
	background:url(img/Overlay.png);
	position:absolute;
	top:0
	left:0;
	}


.logo {
	position:absolute;
	background: url(img/logo.jpg) no-repeat;
	width: 280px;
	height: 115px;
	top:10px;
	left:0px;

}
/* path */
.path {
	float:right;
	background: #FFFFFF;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 0;
	height: 20px;
	width: 590px;
	margin: 0;
	padding: 110px 20px 0 0;
	border: 0px solid green;
	vertical-align:bottom;
	text-align:right;
	
	/*display:inline;*/
}
.path a{
	padding:2px 3px 2px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#330000;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;

	/*display:inline;*/
}

.path a:hover, .path .current{
	padding:2px 3px 2px 3px;
	font-weight:bold;
	text-decoration:none;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;

	/*display:inline;*/
}





#navbar {
	float:right;
	border: 0px solid red;
	width:auto;
	padding:0 15px  0 0;
	height:40px;
	vertical-align:bottom;
	}



#navbar li	{
	float:left;
	display:inline;
	vertical-align:baseline;
	padding:5px;
	}

#navbar li a {
	color:#EAEAEA;
	font-style:italic;
	font-weight:normal;
	background:url(img/bn_bkg.jpg) repeat-x;
	line-height:30px;
	display:block;
	padding:0 8px 0 8px;
	text-decoration: none;
}
#navbar li a:hover {
	background:url(img/bn_bkg_hover.jpg) repeat-x;


}
#navbar .current a {
	color:#000000;
	background:url(img/bn_bkg_current.jpg) repeat-x;
}


/* main */
.main {
	float:left;
	width:905px;

	background: #FFF;
	border:0px solid #E5E5E5;
	padding: 10px 0px 0 0px;
	margin:25px 0 0 0;
	overflow:hidden;
}

.content_undersida {
	float:left;
	width:905px;

	background: #FFF;
	border:0px solid #E5E5E5;
	padding: 10px 0px 0 0px;
	margin:25px 0 0 0;
	overflow:hidden;
}

.main_undersida {
	float:left;
	width:680px;

	background: #FFF;
	border:0px solid #E5E5E5;
	padding: 0px 0px 0 20px;
	margin:0 0 0 0;
	overflow:hidden;
}

/* content */


.content_startpage {
	float: left;
	width: 900px;
	height:323px;
	border:0px solid #CECECE;
	
	overflow:hidden;
	
}

.content {
	float: left;
	width: 758px;
	height:385px;
	border:0px dotted #CECECE;
	overflow:hidden;
	padding:0 0 0 5px;
	
}

.content_kat {
	float: left;
	width: 595px;
	height:385px;
	border:0px solid #CECECE;
	overflow:hidden;
	
}


.content_left {
	float: left;
	width: 120px;
	height:385px;
	border:0px solid #CECECE;
	padding:0px 10px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#6B6B6B;
	font-size:11px;
	
}

.content_left a{
	text-decoration:none;
	color:#6B6B6B;
}


.content_left a:hover{

	color:#333333;
}

.content_left h2 {font:  18px Arial, Helvetica, sans-serif;}

.content_right{
	float: left;
	width: 305px;
	height:370px;
	padding:0 0 0 8px;
	border:0px solid green;

	
}

.content img {
	float:left;
	width:234px;
	height:182px;
	padding:0;
	border:0px solid red;
	}

.content .kat_img {
	float:left;
	width:141px;
	height:182px;
	padding:0px 0px 10px 10px;
	overflow:hidden;
	}

.content_right img{
	position:absolute;
	bottom:5px;
	left:-142px;
	width:234px;
	height:182px;
	padding:0;
	border:0px solid red;

	}
	
.content_right .kat_img {
    position:relative;
	float:left;
	width:93px;
	height:118px;
	padding:0px 0px 5px 5px;
	overflow:hidden;
	vertical-align:bottom;
	border:0px solid red;
	}	

.showroom {	
	float: left;
	width: 455px;
	min-height:363px;
	padding:0 0 0 0px;
	border:0px dashed #8A9FD9;
	background:url(img/TestGalleri.jpg) no-repeat;
	
}
	

.prod {
	float:left;
	height:290px;
	width:560px;
	border:0px solid #CECECE;
	}
	
.prodlink {
	
	height:150px;
	width:150px;
	border:0px solid #CECECE;
	padding:0px 5px 0 0;
	}
	
.prodlink img {
	height:130px;
	width:130px;
	border:0px solid #CECECE;
	padding:0px;
	}	




/* navigation */
.nav_wrap {
	float:left;
	width: 200px;
	
}

.navigation {
	float: left;
	background: #ffffff
	width: 200px;
	border: 0px solid #efefef;
	padding: 0px;
	
}
.navigation h1, .navigation h2, .navigation h3 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.navigation ul {
	padding: 0;
	margin:25px 0 15px 0;
}
.navigation li {border-bottom: 0px solid #EAEADA;}
.navigation li a {
	background: url('img/menu_bg.gif') repeat-x;	
	border: 1px solid #eef0ef;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	display: block;
	padding: 6px 0 0px 5%;
	height: 23px;
	text-decoration: none;
	width: 95%;
	margin: 0 0 5px 0;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.news {
	float: left;
	background: #f4f9fd;
	border: 1px solid #efefef;	
	width: 180px;
	padding: 10px;
	margin: 10px 0 0 0;
}
.nyhetslista_rubrik {
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#1f6cb0;
}
.nyhetslista_datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.nyhetslista_ingress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.nyhetslista_link {
	margin:0 0 10px 0;
	padding:0;

}
.nyhetslista_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #d24500;
	text-decoration: none;
}
.nyhetslista_link a:hover {
	text-decoration: underline;
}
.newsletter {
	float:left;
	background: url('img/nl_bg.jpg') no-repeat;
	width: 185px;
	height: 100px;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
}
.nl_header {
	float:left;
	margin: 15px 0 3px 0;
}

/* footer */
.footer {
	background: #FFF;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 0px;
	padding: 10px 12px 5px 5px;
	border:0px dotted red;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

.bottom {
	background:url(img/footer_bkg.jpg) repeat-x;
	width:900px;
	height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:5px 0 0 0;
	padding:3px 0 0 15px;
	border:0px dotted #CCCCCC;
}
