/*
	Project:		Företagsnamn
	Author:   		Xelera Communication AB
	Last edit:		2006-10-18
-------------------------------------------------*/
#skip,
#navbar,
#sidebar {display: none;}
	
body {
	font: normal 75%/140% "Microsoft Sans Serif", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* Link
-------------------------------------------------*/
a:link,
a:visited,
a:active {
	color:#F89728;
	text-decoration: none;
}
a:hover {
	color:#F89728;
	text-decoration: underline;
}
a.no-border {border: 0;}	

/* Headers
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: transparent;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.33em;
	font-weight: bold;
}
h3 {
	margin-bottom: 0;
	font-size: 1.33em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}


/* 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;
	}

/* sortiment
-------------------------------------------------*/
#sortiment {
	margin:20px 10px;
}
#sortiment h3 {
	margin:0 0 10px 0;
}
#sortiment #logos img {margin:1px 35px 0 0;}
#sortiment #logos img.last {margin:1px 0 0 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: 100%;
	}
#sidebar {
	float: right;
	width: 0;
	}
#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #000;
	}
