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