/* WEB 2.0 Layout
.................................................................................................................*/
	
div.wrap
	{
		height: auto; 
		min-height: 100%;
	}
	
div.header-wrapper	
	{
		height: 132px;
		width: 100%;
		background: #fff;
		/*background: url(../images/header-background-top-new.jpg) repeat-x;*/
	}
	
div.header
	{
		height: 97px;
		width: 960px;
		position: relative;
		margin: 0 auto;
	}
	
div.content_wrapper		
	{
		background: url(../images/content-background-new.jpg) repeat-x top left;
		width: 960px;
		margin: 0 auto;
	}
	
div.content
	{
		width: 960px;
		padding-top: 0px;
		display: table;
		
		background: transparent;
		
	}

div.footer_wrapper
	{
		background: url(../images/footer-background.jpg) repeat-x top left;
		width: 930px;
		padding-left: 15px;
		padding-right: 15px;
		height: 60px;
		clear: both;
		margin: 0 auto;
		position: relative;
	}
	
div.footer
	{
		padding-top: 25px;
		
		width: 930px;
		position:relative;
		clear: both;
	}
	
/* CLEAR FIX ' IKKE BRUKT */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*    <*))))><    */