/* By Eric Meyer, with some adjustments: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

img { -ms-interpolation-mode: bicubic; }

 /* Annet */
 
body {
	color: #414141;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 110%;
	line-height: 1.6em;
	text-align: center;
}

a, a:hover, a:visited, a:active { color: #535353; text-decoration: none; }

#wrap {
	width: 400px;
	margin: 2em auto;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

li a img { padding: 2em 0; }
li.styret a img { padding-bottom: 0; }
li.styret { padding-bottom: 1.8em; }
