* {
	border-collapse: collapse;
	vertical-align: top;
}

body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	color: #636366;
	font-weight: normal;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}

p, body, td, div, a, span, table, b, li {
	color: #636366;
	font-size: 0.96em;
	line-height: 1.2em;
	font-family: Georgia, Tahoma, Arial, sans-serif;
}


a {
	color: #8dd8f8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img, img a {
	border: 0px solid black;
}

/*********************/
/*        Meny       */
/*********************/

	.menu {
		color: #008B99;
	}
	.main_menu_item {
		height: 28px;
		padding-top:5px;
		padding-left:14px;
		padding-right: 14px;
		text-align:left;
		background-image: url(images/bullet.gif);
		background-repeat: no-repeat;
		background-position: 0px 8px;
	}
	.main_menu_item * {
		font-family: Verdana;
		color: #333333;
		text-decoration: none;
		font-size: 12px;
	}
	.sub_menu_item {
		vertical-align: top;
		width: 100%;
		background-color: #f2f2f2;
		padding-left: 10px;
	}
	.sub_menu_item * {
		font-family: Verdana;
		color: #333333;
		font-size: 12px;
		line-height: 13px;
	}


.hurtig_lenker a {
	font-family: Verdana;
	padding-right: 28px;
	color: #333333;
}



.footer {
	text-align: center;
	padding-bottom: 8px;
}
.footer * {
	font-size: 9px;
	color: #777777;
}
