﻿@charset "utf-8";
/* CSS Document */


/*Text styles*/

.kontakt {
	color: #c2c2c2;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-left:3px;
	float: left;
	height:32px;
}

.noMarginPadding {
	margin:0px;
	padding:0px;
}

/*Base struktur*/

#centerlayout {
	width: 840px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.header_wrapper {
	background-image:url('/images/base_top.png');
	background-repeat:no-repeat;
	width:786px;
	height:120px;
	max-height:210px;
	
	margin:0px;
	padding-left:27px;
	padding-right:27px;
	padding-top:20px;
}

#header_container01 {
	width:auto;
	height: 115px;
}

#header_container02 {
	width:auto;
	height:32px;
	clear: both;
}

.left_content {
	float: left;
	width: 840px;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}

.base_bottom {
	background-image:url('/images/base_bottom.png');
	background-repeat:repeat-x;
	width:840px;
	height:20px;
	margin:auto;
}

.base_content {
	background-image: url('/images/base_bg.png');
	background-repeat: repeat-y;
	width: 800px;
	height:auto;
	margin: auto;
	padding-bottom:20px;
	padding-left: 20px;
	padding-right:20px;
	padding-top:20px;
}

#content_top {
	width:800px;
	height:290px;
	background-color:#C0C0C0;
	margin:0px;
}

#right_content {
	height:100%;
}

#background_layer2 {
	background-image:url('/images/bg_fade.png');
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:400px;
	position:absolute;
	z-index:-1;
}

/*Site content*/

#icalogo {
	background-image: url('/images/icalogo.png');
	width: 202px;
	height: 110px;
	background-repeat: no-repeat;
	float: left;
}

#logotext {
	color: #ffffff;
	text-align: right;
	font-family: "Arial Black";
	letter-spacing: 1px;
	display: block;
	float:right;
	margin-top:92px;
	padding-right:10px;
}

#garanti {
	background-image: url('/images/200garanti.png');
	float: left;
	background-repeat: no-repeat;
	display: block;
	position:relative;
	top:20px;
	left:40px;
}

#oppettider {
	background-image: url('/images/top_oppettider.png');
	float:right;
	background-repeat: no-repeat;
	display: block;
	position:relative;
	top:15px;
}

#tjanster_container {
	display: block;
	height:32px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	margin-top: auto;
}

#tjanster_container img {
	max-height:32px;
	max-width:32px;
}

#divider {
	display:block;
	position:relative;
	width:840px;
	height:33px;
	margin:0px;
	background-image:url('/images/divider.png');
}



/*RANDOM*****************************/
.clear_both {
	clear:both;
}

#float_left {
	float:left;
	height:500px;
	width:34%;
}

#footer {
	display:block;
	width:100%;
	text-align:center;
	
	margin-top:5px;
	margin-bottom:10px;
	color:#c2c2c2
}

#footer p, #footer a {
	font-size:9px;
	color:maroon;
}

#footer a:hover {
	color:black;
}


/*Listan*****************************/

#kommande {
	display:block;
	margin-top:20px;
}

#kommande b {
	color:black;
}

#kommande ul {
	list-style:none;
	list-style-position:outside;
	padding:0px;
}

#kommande li {
	margin:5px;	
	color:#666666
}


#float_right {
	float:right;
	width:528px;
}

#list_wrapper {
	width:auto;
	display:block;
	margin:0px;
	padding:0px;	
}

#list_wrapper p {
	margin-bottom:10px;
}

.list_container {
	display:block;
	float:left;
	width:260px;
	border-style:solid;
	border-color:#f2f2f2;
	border-width:1px;
	margin:1px;
}

.list_container h1 {
	font-size:10px;
	margin:0px;
	padding:0px;
}

.list_container:hover {
	border-color:black;
}

.list_link {
	display:block;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

.list_link a {
	display:block;
	background-image:url('/images/pil.gif');
	background-position:right -2px;
	background-repeat:no-repeat;
	width:98%;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
}

.list_link img {
	float:right;
}

