﻿
body, body * {
	font-family:arial;
	font-size:11px;
	color:#868585;
}

/* annet på siden */
input 
{
	font-family:arial;
	font-size:11px;
	color:#868585;
    font-weight: normal;
	text-decoration: none;
}

textarea
{
	font-family:arial;
	font-size:11px;
	color:#868585;
    font-weight: normal;
	text-decoration: none;
}

td
{
}

table
{
}

select 
{	
}

form 
{	
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 4px;
}
legend
{
}

img
{
	border:0;
}

p
{
	padding:0;
	margin:0;
	border:0;
}

/* a tags */
a,a:link, a:active, a:visited {
    text-decoration: none;
    font-weight: normal;
	color:#db8f1b;
}

a:hover
{
	text-decoration:underline;
}
/* end */


/* title (h tags) */
/* doctitle */
h1, h2, h3, h4, h5, h6
{
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:16px;
	line-height:150%;
	color:#6b6b6b;
	font-weight:bold;
	text-decoration: none;
}
h1 {
	font-size:18px;
	margin-bottom:3px;
}
h2
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
h3
{
	font-size:16px;
}
h4
{
	font-size:14px;
}
h5
{
	font-size:14px;
}
h6
{
	font-size:12px;
}
/* end */