html, body {
	height: 100%;
	}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CACACA;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/bakgrund.jpg);
	height: 100%;
}


.container_bakgrund {
	width: 1020px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(img/containerbakgrund.png);
} 
#container {
	width: 1000px;
	min-height: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: left top;
} 

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	width: 980px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header_stretch {
	float: left;
	width: 100%;
	padding: 0px;
	height: 130px;
	position: absolute;
	background-image: url(img/header_stretch.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	z-index: -5;
}
#bakgrund {
	float: left;
	width: 100%;
	padding: 0px;
	height: 100%;
	position: absolute;
	background-image: url(img/bakgrund.jpg);
	z-index: -5;
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 100px;
}
.sidebar1_holder {
	float: left;
	width: 210px;
	padding: 0px;
	height: 1000px;
	margin-left: 10px;
	background-image: url(img/menybakgrund2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sidebar1 {
	float: left;
	width: 200px;
	min-height: 100%;
	padding: 0px;
	margin-left: 10px;
}




.meny_box {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 30px;
}

.meny_bild {
	height: 114px;
	width: 195px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 40px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
}





.menu {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center top;
	height: 34px;
	width: 182px;
	clear: both;
	float: left;
	
}
.menu a:link {
	text-decoration: none;
	background-image: url(img/button1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 182px;
	height: 34px;
	line-height:200%;
	color: #FFF;
}

.menu a:visited {
	text-decoration: none;
	background-image: url(img/button1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 182px;
	height: 34px;
	line-height:200%;
	color: #FFF;
}
.menu a:hover {
	background-image: url(img/button2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 34px;
	width: 182px;
	float: left;
	color: #FF0;
	
}

.menu a:active {
	background-image: url(img/button2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 34px;
	width: 182px;
	float: left;
	color: #FF0;
	
}

.text {
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	height: 20px;
	width: 182px;
	
}
.text2 {
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	height: 20px;
	width: 182px;
	margin-top: 6px;
}
.text_margin {
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 10px;
	height: 34px;
	width: 184px;
	float: left;
	padding: 0px;
}
.meny_ul {
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.meny_li {
	padding: 0px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alftaakan_li {
	padding: 0px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.alftaakan_ul {
	margin-left: 0px;
	padding-left: 20px;
}
.bla_lank {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}
.bla_lank a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}

.bla_lank a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}

.bla_lank a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}

.bla_lank a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
}

.undermeny {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#produktotjanst_box {
	height: 186px;
	width: 182px;
	margin-bottom: 0px;
	background-image: url(img/button_pot.png);
	margin-top: 0px;
	float: left;
	clear: both;
}



#produktotjanst_box a:link{
	color: #FFF;
	text-decoration: none;
}

#produktotjanst_box a:visited{
	color: #FFF;
	text-decoration: none;
}

#produktotjanst_box a:hover{
	color: #FF0;
}

#produktotjanst_box a:active{
	color: #FF0;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	width: 770px;
	float: left;
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	margin: 0px;
} 
#mainContent_bottom {
	width: 780px;
	float: right;
	padding: 0px;
	background-image: url(img/textbakgrund2.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 234px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.text_box {
	width: 460px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
} 
.text_box2 {
	width: 450px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
} 
.text_box3 {
	width: 660px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	text-align: center;
} 
.text_box4 {
	width: 660px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	text-align: left;
} 
.text_box5 {
	width: 450px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
}

.text_box6 {
	width: 660px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	text-align: left;
} 
.text_box6_center {
	width: 660px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	text-align: center;
} 

.stor_bild_box {
	width: 660px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	height: 250px;
} 
.stor_bild_box2 {
	width: 660px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	height: 300px;
} 
.stor_bild_box3 {
	width: 660px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	height: 300px;
} 
.stor_bild_box3_2 {
	width: 660px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	height: 230px;
} 
.produktertjanstermeny {
	width: 768px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	height: 92px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.bild_box {
	width: 200px;
	float: left;
	margin-top: 50px;
}
.bild_box2 {
	width: 200px;
	float: left;
	margin-top: 20px;
}
#footer {
	width: 980px;
	height: 40px;
	text-align: center;
	background-image: url(img/footer.jpg);
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: bottom;
	padding-top: 0px;
	margin-left: 20px;
	background-repeat: repeat-x;
	background-position: center top;
} 
#footer a:link {
	color: #FF0;
} 

#footer a:visited {
	color: #FF0;
} 

#footer a:hover {
	color: #FF0;
} 

#footer a:active {
	color: #FF0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

