@charset "utf-8";
/* CSS Document */

/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color:#FFFFFF;
	background:black;
}

a {
	outline:none;
}
.fylker .bold a:link,
.fylker .bold a:active,
.fylker .bold a:visited,
.fylker .bold a:hover{
	font-weight:normal;
	color:#ffffff;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-size: 1.3em;
	color:#333333;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	color:#333333;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 1.1em;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#588FCB;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#588FCB;
	text-decoration:none;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
.clearleft {
	clear:left;
	height:0;
	margin-bottom:-10px;
}
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}

/* Powered by I-Tools */
.itools {
	position: absolute;
	right:0px;
	top:0px;
}
