/* BODY */

body{
	background-color:#cecece;
	text-align: center; /*centers layout in IE*/
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #cecece;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


/* CONTAINER */
#container{
	width: 800px;
	background-color:#ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


/* HUVUD */
#banner{
	width: 800px;
	height: 312px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

/* MAIN */

#main{
	width:740px;
	float:left;
	background-color:#ffffff;
	padding-top: 5px;
	padding-bottom: 0px;
	padding: 30px;
	}	

/* INDEX */



#main_bild_box{
	width:347px;
	height: 481px;
	float: left;
	border:1px solid #cecece;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
.main_right_stor{
	width:340px;
	heigh:483px;
	float:right;
	padding-left: 10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:-5px;
	clear: right;
	}	
.main_right_box2{
	width:300px;
	height: 136px;
	float: right;
	overflow:auto;
	border:1px solid #cecece;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;	
	}	
#bottom_text{
	width: 100%;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.main_bottom{
	width: 100%;
	float: left;
	clear: both;
	}

#kontakt_bild_box{
	width:347px;
	height: 481px;
	float: left;
	border:1px solid #cecece;
	margin-right: 10px;
	margin-bottom: 100px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}

.kontakt_right_stor{
	width:340px;
	heigh:500px;
	float:right;
	padding-left: 10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:-5px;
	clear: right;
	}

.other_mid_box{
	width:550px;
	float: left;
	border:1px solid #cecece;
	margin-left:70px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;	
	}	


/*TEXT*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#df8e23;
	}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e4e4e;
	line-height: 1.6em;
	}
hr {
	color:#cecece;
	text-align:center;
	height: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	color: #636363;
	text-align: center;
}

/* LÄNKAR */

a:link {
	color: #edb234;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #edb234;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #d78521
	text-decoration: none;
	font-weight:bold;
	}
a:active {
	color: #d78521;
	text-decoration: none;
	font-weight:bold;
}
