/*
	Project:		Hem Resursen
	Author:   		Xelera Communication AB
	Last edit:		2007-08-10
-------------------------------------------------*/
#skip,
#navbar,
#sidebar {display: none;}
	
body {
	font:normal 69%/1.5 Verdana, Helvetica, Arial, sans-serif;
}
a:link,
a:visited,
a:active {
	color:#4A6706;
	text-decoration:none;
}
a:hover {
	color:#4A6706;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font-family:Georgia, Times, "Times New Roman", serif;
	color:#232323;
	background-color:#fff;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}
h4 {
	margin:0;
	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 {
	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;
}

/* Forms
-------------------------------------------------*/
label {
	display:block;
	font-weight:bold;
}
.txt {
	margin:0 0 0.75em;
}
.txt input,
.txt textarea {
	border:1px solid #ccc;
	margin:0;
	padding:0.2em;
	width:55%;
	max-width:55%;
}
.txt textarea {
	width:70%;
	max-width:70%;
	height:10em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
	padding:0.5em;
	margin:1em 0;
	border:1px solid #ccc;
}
legend {
	color:#000;
	font-size:0.94em;
}
.submitarea {
	padding:0;
}
.label-text-submit input {
	margin:0 0 0.75em;
}

/* 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 {
	margin:0 0 2em;
}
#main {
	float: left;
	width: 100%;
}

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

