/* Author: Bjarte Lund Rolland */

/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#333333;
	line-height:1.5em;
}

p {
	margin:5px 0px;
	font-size:1;
}

h1,.butikk_tittel {
	color: #999999;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
/*	letter-spacing:-2px;*/
/*	font-family:"Arial Black", Arial, sans-serif;*/
}
h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}	
h3 {
	color:#3E3E3E;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}	
/*h4 {
	font-size: 1.0em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#3E3E3E;
}*/	
h5 {
	font-size: 0.7em;
	font-weight:normal;
	line-height:1.5em;
}	
/*h6 {
	font-size: 0.6em;
}*/

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:#666;
} 
a:hover {
	text-decoration:none;
	color: #CCCCCC;
}

/* TOOLBOX ???
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
 
/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
}
.itools a:link { color: #333333; text-decoration:none; }
.itools a:visited { color:#333333; text-decoration:none; }
.itools a:hover { color: #333333; text-decoration: underline; }
.itools a:active { color:#333333; text-decoration:none; }*/
