/*
	Project:		Gustaf af Klint
	Author:   		Xelera Communication AB
	Last edit:		2007-12-10
-------------------------------------------------*/
#skip,
#navbar,
#sidebar,
#didyouknow { display: none; }
	
body {
	font:normal 76%/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color:#000;
}
a {
	color:#c00;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font-family:"Hevetics Neue", Helvetica, Arial, Verdana sans-serif;
	color:#000;
	background-color:#fff;
}
h1 { font-size:2.2em; }
h2 { font-size:1.8em; }
h3 {
	font-weight:bold;
	font-size:1.5em;
}
h4 {
	margin:0;
	font-size:1.3em;
	font-weight:bold;
}
img { border:none; }

/* Data tables
-------------------------------------------------*/
table {
	margin:0.4em 0 1em;
	border-collapse:collapse;
}
caption {
	text-align:left;
	font:bold 1em/1.0 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	margin:0.5em 0 0;
	padding:0 0 0.2em;

}
th {
	text-align:left;
	padding:0.5em;
	vertical-align:top;
}
td {
	padding:0.25em 0.5em;
	vertical-align:top;
}

/* Other
-------------------------------------------------*/
.clearer {
	line-height:0;
	height:0;
	clear:both;
	}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content "."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {display:inline-block;}
.clearfix {display:block;}
#header { margin:0 0 1em; }
#main {
	float:left;
	width:100%;
}
#footer {
	float:left;
	width:100%;
	margin-top:1em;
	padding:0.5em 0;
	border-top:1px solid #000;
}

