@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color:#d6d6d6;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	/* FÖR ATT SKAPA UTRYMME OVANFÖR OCH UNDER SIDAN*/
	padding-top:10px;
	padding-bottom:30px;
}
#main-wrapper{
	width: 900px;
	background: repeat-y url(../images/main_bg.jpg) #fff;
	padding:0;
	margin:0;
	}
#top-header{
	width:100%;
	height:30px;
	display: block;
	background: no-repeat top url(../images/top_bg.jpg) #fff;
}
#main-header{
	width:100%;
	height:120px;
	background: repeat-y url(../images/main_bg.jpg) #fff;
	display: block;
}

/* Menues -- START */

#meny-container {
	background: repeat-y url(../images/main_bg.jpg) #fff;
	width: 100%;
	height: 40px;
	clear: both;
	padding: 0;
	margin: 0;	
}
#main-meny {
	width: 620px;
	height: 22px;
	padding-left: 250px;
	margin: 0;
	background-color: #a61e29;
}
#main-meny ul {
	padding: 0;
	margin: 0;
	clear: both;
	text-align:center;
}
#main-meny li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#main-meny a {
	/*font-size: 12px;
	line-height: 21px;
	text-decoration:none;
	padding: 0 10px;
	color:#fff;
	font-weight:bold;*/
}

#main-meny a:hover{
	/*border-bottom: #fff solid 5px;*/
}

/* Menues -- END */
#main-body{
	background: repeat-y url(../images/main_bg.jpg) #fff;
	width: 100%;
	text-align: left;
	clear: both;

}
#body-left-container{
	display: block;
	float: left;
	width:230px;
	padding-left:10px;
	padding-right:10px;
}
#body-right-container{
	display: block;
	float: left;
	width: 646px;
	float: right;
	overflow: auto;
	border-left: 2px #ccc solid;
}
#main-footer
{
	width: 100%;
	height: 35px;
	background: no-repeat top url(../images/bottom_bg.jpg) #fff;
	clear: both;
	display: block;
}

.red_h1{
	font-size:16px;
	color: #a61e29;
}
.black_h2{
	font-size:14px;
	color: #000;
}
.black_h1{
	font-size:16px;
	color: #000;
}
.table_height{
	height:350px;}
.down_button{
	/*color:#000;
	background-color:#FFF;
	border-bottom:medium;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	border-bottom:#000 solid 5px;*/
}
.p{
	font-size:12px;}
a {
	text-decoration:none;
	color:#a61e29;}
a:hover {
	text-decoration:underline;
	color:#a61e29;}
.kontakt{
	color:#666;}
.readmore{
	color:#a61e29;}
.namn {
	font-size:14px;}