body
{
	background-color: #ffffff;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}

a { outline: none; }

a:link, a:visited, .li a:link, .li a:visited
{
	color: #AF956C;
	text-decoration: none;
}

a:hover, .li a:hover
{
	color: #AF956C;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 { line-height: 115%; }

h1
{
	margin-top: 0em;
	margin-bottom: 0.3em;
}

h2, h3, h4, h5
{
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}

h1 + h2, h1 + h3, h2 + h3, h2 + h4, h3 + h4, h3 + h5, h4 + h5 { margin-top: 0em; }

h1
{
	font-size: 1.7em;
	font-weight: normal;
}

h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

h5
{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

p
{
	margin-top: 0em;
	margin-bottom: 0.8em;
	font-size: 100%;
}

ul, ol, dl
{
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}

li
{
	margin-top: 0em;
	margin-bottom: 0em;
}

select
{
	margin-bottom: 4px;

}

input
{
	margin-bottom: 4px;
	background-color: #fff;
	border-color: #AF956C;
	border-width: 1px;
	border-style: solid;
	color: #000;
	padding: 0 2px 0 2px;
}

/* Marius skriver ny  css ----------------------------------------- */
.ingress
{
	margin-bottom: 18px;
	font-size: 110%;
	line-height: 130%;
}

#rammetabell
{
	margin-left: auto;
	margin-right: auto;
}

#v-kant
{
	display: none;
}

#h-kant
{
	display: none;
}

#b-kant
{
	display: none;
}

#hovedtabell
{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	width: auto;
}

#toppCont
{
	background-image: url(/images/topp_print.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 100px;
}

/* spaltebreddene ----------------------------------*/
td.spalte1
{
	display: none;
}

#spalte1Cont
{
	display: none;
}

td.spalte2
{
	width: auto;
	padding-bottom: 20px;
}

#spalte2Cont
{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}

#spalte2Cont#artikkelCont { margin-right: 10px; }

td.spalte3
{
	width: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#spalte3Cont
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.sidespalteCont { width: 194px;}



#sidebunn
{
	height: 67px;
	background-color: #eae8e0;
	border-top: #d7d1bb 1px solid;
	text-align: center;
	padding: 10px;
	color: #000;
	vertical-align: bottom;
}


