@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.8em;
	color:#4C5F85;
	line-height:1.5em;
}

/* HEADERS
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1,
.butikk_tittel {
	color: #4C5F85;
	font-size: 1.5em;
	font-weight:normal;
	margin-bottom:10px;
	line-height:1em;
}

	h1 a:link,
	h1 a:active,
	h1 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h1 a:hover {
		color:#c6c6c6
	}

h2 {
	color: #4C5F85;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height:1.2em;
}	

	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h2 a:hover {
		color:#c6c6c6
	}

h3 {
	color: #4C5F85;
	font-size: 1em;
	font-weight: bold;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h3 a:hover {
		color:#c6c6c6
	}
	
h4 {
	font-size: 0.9em;
	font-weight: normal;
	margin:0;
	color:#999999;
}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h4 a:hover {
		color:#c6c6c6
	}

h5 {
	font-size: 0.8em;
	font-weight: normal;
	margin:0;
}	
	h5 a:link,
	h5 a:active,
	h5 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h5 a:hover {
		color:#c6c6c6
	}

#DivID {
text-align:left;
}
/* LISTS
---------------------------------------- */
ul,
ol {
	margin-bottom:10px;
}

ul li {
	padding-left:7px;
	list-style: disc;
	margin:5px 0 0 17px;
}

ol li {
	margin-left:24px;
}


/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#D9434A;
	outline:none;
} 
a:hover {
	text-decoration:none;
	color:#D9434A
}

 
/* FORMS
---------------------------------------- */
.textfield,
.button {
	border:solid 1px #deeaf3;
	background:white;
	padding: 2px 5px;
}

	.search .button {
		background:url(../gfx/search.jpg) no-repeat left;
		border:none;
		width:14px;
	}
	
	.search .textfield {
		width:150px;
	}

.button {
	background:#4C5F85;
	color:white;
}

input:focus {
	border:solid 1px #4c5f85;
}

