/* CSS Document by Arve */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	background-image:url(../bilder/TopBilderIkkeSlett/fakkel.jpg);
	background-repeat:no-repeat;
	font-size:0.8em;
	color:#656565;
	margin:0;
	padding:0;}


h1 {font-size: 1.3em; margin:0;padding:0 0 8px 0;}	
h2 {font-size: 120%;}	
h3 {font-size: 120%;}	
h4 {font-size: 100%; margin:0; padding:0;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	text-decoration:none;
	color:#666666;} 
a:hover, 
a:active {
	text-decoration:underline;}


/* FORMS
---------------------------------------- */
form {
	margin: 0px;
	}
input {}
input:focus {
	background-color:#DDD;
	}
textarea {}
	



/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}

.clear {
	clear:both;}
	
img {
	border:none;}
	
.horLine {
	background-image:url(../gfx/bgHorLine.gif);
	background-repeat:repeat-x;
	height:10px;
	margin-top:10px;}
	
.alignRight {
	text-align:right;}