@charset "utf-8";
/* CSS Document

Bakgrunn:		#537486
Menybakgrunn:	#576580
Menypunkt:		#DED5CC
Color:			#575757

*/
/* Author: InBusiness */
/* General styles for typography */

* {
	margin:0;
	padding:0;
}

/* BODY (only typography)
---------------------------------------- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:0.7em;
	color:#575757;
}

/* Links 
---------------------------------------- */
a,
a:link,
a:visited {
	outline:none;
	color:#999;
} 
a:hover,
a:active {
	text-decoration:none;
	color:#999;
}

/* Misc
---------------------------------------- */
p {
	margin:0 0 10px 0;
}
img {
	border:none;
	outline:none;
}
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:left;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}

/* Header Tags
---------------------------------------- */
h1  {
	color:#999;
	border-bottom:1px solid #e1e1e1;
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:-2px;
	line-height:1.6em;
}

#front .frontpageTab h1 {
	margin:0;
	padding:0;
	font-size:2.5em;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
	border:0;
}

	h1 a,
	h1 a:link,
	h1 a:visited {}
	h1 a:hover,
	h1 a:active {}
h2 {
	color:#ff0000;
	border:0
	font-size: 1.5em;
	font-weight: normal;
	line-height:1.5em;
}	
	h2 a,
	h2 a:link,
	h2 a:visited {}
	h2 a:hover,
	h2 a:active {}
h3 {
	color:#999;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom:5px;
}	
	h3 a,
	h3 a:link,
	h3 a:visited {}
	h3 a:hover,
	h3 a:active {}
h4 {
	color:#999;
	font-size: 1.5em;
	font-weight: normal;
	line-height:1.5em;
}
hr {
	border:1px solid #CCC;
	margin:5px 0;
}

/* Lists
---------------------------------------- */
ul {}
ul li {
	padding:0 0 0 15px;
	margin:0 0 5px 20px;
}
ol {}
ol li {
	padding:0 0 0 10px;
	margin:0 0 5px 25px;
}

/* Forms
---------------------------------------- */
form {
	padding:0;
	margin:0;
}
input[type="text"] {
	vertical-align:middle;
}
input[type="text"]:focus {
}

input[type="submit"] {
	vertical-align:middle;
}
input[type="submit"]:focus {
}

textarea {
	vertical-align:middle;
}
textarea:focus {
}
