/*
	Project:		Foxguard
	Author:   		Xelera Communication AB
	Last edit:		2007-10-29
-------------------------------------------------*/
#skip,
#navbar,
#sidebar {display: none;}
	
body {
	font: normal 76%/140% Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}


/* Headers
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color:#000;
	background:#fff;
}
h1 {
	font-size:1.5em;
}
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;
}

/* Data tables
-------------------------------------------------*/
table {
	margin:0.4em 0 1em;
	border-collapse:collapse;
}
caption {
	text-align:left;
	font:bold 1em/1.0 Verdana, Arial, 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;}
img {border: 0;}
#header a {
	text-decoration: none;
}
#main {
	float: left;
	width: 100%;
}

#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #000;
}
