/*   
Theme Name: [Företag] Theme
Theme URI: http://www.[Företag].se
Description: The official [Företag] Wordpress Theme
Author: Ola Eborn
Author URI: http://eborninteractive.se
Version: 1.0
*/

/* CSS Document */

/* 

Färger:



*/

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body {
	background:#fff;
	color:#111;
	margin:50px;
	padding:0;
	font-family:Helvetica ,Arial,  sans-serif;
	line-height:1.5;
	font-size:16px;
}

#page-wrap {
	width:100%;
	position:relative;
}

.inner-content {
	margin:0 auto;
	overflow:hidden;
	max-width:1200px;
	width:90%;
	position:relative;
}

header {
	
}

#main-content {
	
}

#main-content .inner-content {
	
}

aside {
	
}

footer {
	
}