* {
	padding: 0;
	margin: 0;
}

body {
	font-family: sans-serif;
	font-size: 10pt;
}

img {
	border: none;
}

div#map img {
	border: 1px solid #abd859;
}

a {
	text-decoration: none;
	color: black;
}

div#main_top {
	border-bottom: 1px solid #abd859;
	margin-bottom: 5px;
}

div#main_searchbar, div#main_left, div#mapzoom, div#main_top ul, div.annonser, div.geografi, ul#firmapresentasjon_menu, div#copyright, .noprint {
	display: none;
}

div#navigationbar {
	border-bottom: 1px solid #abd859;
	margin-bottom: 5px;
}

div#merkevareliste {
	margin: 15px 0 15px 0;
	border-top: 1px solid #abd859;
	border-bottom: 1px solid #abd859;
	padding: 10px 0 10px 0;
}

div#merkevareliste li {
	list-style: none;
}

div#merkevareliste h2, div#firmapresentasjon h2, div.firmaliste h2 {
	font-size: 14pt;
	color: #abd859;
	border-bottom: 1px solid #abd859;
	margin: 15px 0 15px 0;
}

div.firmaliste table {
	border-collapse: collapse;
	width: 100%;
}

div.firmaliste td {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
}

ul#frontpagemenu li {
	float: left;
	list-style: none;
	display: block;
	width: 240px;
	height: 240px;
	text-align: center;
}

/******************************************************************************
* Tekster - formattering for visning av sider ala "Om min borg" og "Tips og triks"
*******************************************************************************/

div#tekster h1 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #abd859;
}

div#tekster h2 {
	font-size: 12px;
	color: #abd859;
}

div#tekster p {
	margin-bottom: 1.5em;
	line-height: 1.3em;
}

div#tekster a {
	text-decoration: underline;
	color: blue;
}

div#tekster img {
	margin: 10px;
}

div#tekster p.ingressbilde {
	margin-bottom: 1.5em;
	line-height: 1.3em;
	font-size: 9px;
	color: #333;
	text-align: left;
}

div#tekster p.ingressbilde img {
	margin: 0;
	padding: 0;
}

div#tekster li {
	list-style-type: disc;
	text-transform: none;
	font-size: 12px;
	list-style-position: outside;
	margin-left: 20px;
}


/******************************************************************************
* Slutt tekster
*******************************************************************************/


