/* Layout stylesheet */

html{
	height:100%;
}
body {
  font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
  line-height:1.5;
  margin:0;
  padding:0;
  width:100%;
  color:#222;
}
#wrap{
	width:100%;
	margin:0 auto;
	position:relative;
}
#header{
	width:100%;
}
#headerwrap {
	width:780px;
	margin:0 auto;
	height:130px;
	min-height:130px;
}
#headerleft, #headerright{
	margin-top:15px;
	width:375px;
	margin-left:10px;
	float:left;
}
 #headerright{float:right;}
h1 {
	margin:0;
	padding:0;
	float:left;
	
}
	
#lang{
	float:left;
}
#wrapper {
	position: relative;
	margin:0 auto;
	width:780px;
	padding-bottom:50px;
}
#mainnav {
	margin:0 auto;
	width:780px;
}
#content {
	float:left;
	width:490px;
	margin-left:90px;
	margin-right:20px;
}
#rightcol {
	float:left;
	width:180px;
	margin-right:-180px;
}

#leftcol {
	float:left;
	width:160px;
	margin-left: -580px;
	margin-top:5em;
	position: relative; 
}
#footer {
	width:100%;
	min-width:800px;
	position:absolute;
	top:0;
	left:0;
}

* html #content {display: inline;}




/* 	clearfix
===================*/
	
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	.clearfix {
		display: inline-table;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {
		height: 1%;
	}
	.clearfix {
		display: block;
	}
	/* End hide from IE-mac */
	
	
