@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* General styles for typography */



/* BODY (only typography)
---------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:black;
	line-height:1.5em;
}

/* HEADERS
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1,
.butikk_tittel {
	color: black;
	font-size: 2.2em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1em;
	letter-spacing:-2px;
}

	h1 a:link,
	h1 a:active,
	h1 a:visited {
		color:#1F559B ;
		text-decoration:none;
	}
	
	h1 a:hover {
		color:#c6c6c6
	}

h2 {
	color: black;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 5px;
	line-height:1.2em;
}	

	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:#1F559B ;
		text-decoration:none;
	}
	
	h2 a:hover {
		color:#c6c6c6
	}

h3 {
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		color:#1F559B ;
		text-decoration:none;
	}
	
	h3 a:hover {
		color:#c6c6c6
	}
	
h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin:0;
	text-transform:uppercase;
}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		color:#1F559B ;
		text-decoration:none;
	}
	
	h4 a:hover {
		color:#c6c6c6
	}

h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin:0;
	color:#666;
}	
	h5 a:link,
	h5 a:active,
	h5 a:visited {
		color:#1F559B ;
		text-decoration:none;
	}
	
	h5 a:hover {
		color:#c6c6c6
	}

/* LISTS
---------------------------------------- */
ul,
ol {
	margin-bottom:10px;
}

ul li {
	padding-left:17px;
	background:url(../gfx/bullet.png) no-repeat left;
	list-style:none;
}

ol li {
	margin-left:24px;
}


/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#1F559B ;
	outline:none;
} 
a:hover {
	text-decoration:underline;
	color:#c6c6c6
}

 
/* FORMS
---------------------------------------- */
.textfield {
	border: solid 1px #C6C6C6;
	background: white;
	padding: 2px 5px;
}
.button {
	border: solid 1px #C6C6C6;
	background: white;
	padding: 1px 5px;
}
input {
	}
input:focus {
	border:solid 1px #1F559B ;
}
