/* CSS Document för www.matshalling.se, Author Fredo Production*/
/*BODY*/
*{
  padding: 0; 
  margin:0;
}
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666; background: #dee5d6;
}
.wrapper {
	width: 1024px; 
	margin:auto;
	} 
/*SITE CONTAINERS--------------------------------------------------------*/
div.top_bg {
	width: 100%;
	height: 185px;
	margin: 0;
	background: url(../layout/site_bg_img/top_bg.png) repeat;
	}
div.content {
	/*background: #f5f8f1;*/
	background: #fff;
	}
div.bottom_bg {
	width: 100%;
	margin: 0;
	background: url(../layout/site_bg_img/bottom_bg.png); 
	height: 125px;
	}
div.header {
	width: 1024px;
	float: left;
	height: 185px;
	margin: 0;
	background: url(../layout/site_bg_img/header.png) no-repeat;
	}
div.footer {
	margin: 0;
	width: 1024px; 
	height: 110px; 
	float: left; 
	background: url(../layout/site_bg_img/footer.png) no-repeat;
	overflow: hidden;
	}
div.footer div.footercontent{
	margin-top: 32px;
	width: 1024px; 
	height: 66px;
	}
div.copyright{
	width: 910px; 
	height: 20px;
	float: right; 
	color: #a2b094; 
	font: 9px Verdana, "Lucida Grande", Lucida, sans-serif; 
	text-align: right; 
	padding-right: 90px;
	}
	
/*Nav*/	
div.main_nav {
	margin: 130px 0;
	height: 53px;
	width: 900px;
	background: url(../layout/menu_img/main_nav_bg.png) no-repeat;
	}
div.main_nav div.container{
	margin: 0;
	height: 40px;
	width: 900px;
	}
div.sub_nav {
	margin: 0;
	height: 20px;
	width: 820px;
	border-bottom: 1px solid #c2cab6;
	/*background: url(../layout/menu_img/sub_menu_bg.png) no-repeat 0 bottom;*/
	}
div.sub_nav div.sub_nav_container{
	width: 900px;
	}
div.nav div.login_container{
	color: #693; 
	font: bold 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0; 
	padding: 8px 0; 
	height: 20px; 
	text-align: left; 
	width: 200px;
	float: right;
	}
	
/*Main Content*/
div.main_bg {
	/*min-height: 500px;
	overflow: auto;*/
	height: 450px;
	width: 1024px;
	margin-bottom: 0px;
	background: url(../layout/site_bg_img/main_bg_bottom.png) no-repeat 0 bottom;
	}
div.main_bg div.bottom_bg{
	width: 1024px;
	height: 240px;
	background: url(../layout/site_bg_img/main_bg_top.png) no-repeat 0 top;
	}
div.main_content{
	width: 1007px;
	height: 450px;
	overflow: auto;
	}
div.main_content div.view{ 
	width: 820px;
	padding: 0 0 0 100px;
	}
div.rightcolumn { 
	width: 565px;
	float: right;
	
	}
div.leftcolumn {
	width: 255px;
	float: left;
	}	
#main_banner {
	width: 785px; 
	padding: 0; 
	float: left;
	}
div.newsdate{ 
	color: #a2a2a2; 
	font: 9px Verdana, "Lucida Grande", Lucida, sans-serif; 
	width: 100%; 
	padding: 3px;
	}
