/*
	Project:		Carl Lindencrona
	Author:   		Xelera Communication AB
	Last edit:		2007-02-20
-------------------------------------------------*/
#skip,
#navbar,
#didyouknow {display: none;}
	
body {
	font:normal 69%/1.5 Verdana, Helvetica, Arial, sans-serif;
	color:#000;
}
a:link,
a:visited,
a:active {
	color:#066;
	text-decoration:none;
}
a:hover {
	color:#066;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color:#555;
	background:#fff;
}
h1,h5 {
	margin:0.35em 0 0.45em;
	font-size:2.18em;
}
h2 {
	font-size:1.33em;
}
h3 {
	font-size:1.33em;
	font-weight:normal;
}
h4 {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
}
p {margin:0;}
p.intro-frm {margin:1em 0;}
input, select, textarea {
	font-size:100%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}


/* Data tables
-------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
caption {
	font-style: italic;
	text-align: left;
	}
th {font-weight:bold;}
th,
td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0 0.25em 0;
	}

/* 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;}
img {border: 0;}
#header a {
	text-decoration: none;
	color: #000;
	}
#main {
	float: left;
	width: 70%;
	}
#sidebar {
	float: right;
	width: 25%;
	margin-top:170px;
	}
#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #000;
	}
