/* Hele dokumentet */

body {

	color: #878585; /* Tekstfarge */
	font-family: Verdana;
	margin: 0px;
	
}

tr, td, th {

  color: #878585; /* Tekstfarge */
	font-family: Verdana;
  font-size: 12px;

}

.bg {

	background: #FFFFFF url('bilder/innhold_bg.png') repeat-y;
	background-position: 30px 0px;

}

.menystart {

	background: url('bilder/meny_bg.png') repeat-x; 
	font-size: 13px; 
	width: 100%; 
	min-width:820px;
	height: 50px;

}

/* Innholds-"boksen" */
.innhold {

	margin-left: 100px;
	padding-left: 20px;
	width: 620px;
	font-family: Verdana;
	font-size: 12px;

}

.innhold_bottom {

	background: #FFFFFF url('bilder/innhold_bottom.png') repeat-y;
	background-position: 30px 0px;
	width: 100%;
	height: 50px;

}

.innhold h1 {

	font-size: 21px;
	font-weight: bold;
	font-family: Arial;
	z-index: 300;
  margin-top: 5px;

}

.innhold h2 {

	font-size: 19px;
	font-weight: bold;
	font-family: Arial;
	z-index: 300;

}

.innhold h3 {

	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	z-index: 300;

}

.innhold hr {

  color: #C9C9C9;
  background-color: #C9C9C9;
  height: 1px;
  border: 0px;

}

/* Vanlige linker */
.innhold a {

	color: #99B3DA;

}

/* Besøkte linker */
.innhold a:visited {

	color: #99B3DA;

}

/* Aktive linker */
.innhold a:active {

	color: #99B3DA;

}

.innhold a:hover {

	color: #000;

}




/* CSS for menyen */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial;
font-size: 13px;
}

.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #FCFCFC;
}

.suckertreemenu ul li:hover{
background-color: #EAF6FB;
}

.suckertreemenu ul li a{
display: block;
padding: 1px 10px;
border-left-width: 0;
text-decoration: none;
color: #807F7F;
text-align: center;
}

.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; 
display: block;
visibility: hidden;
}

.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

.suckertreemenu ul li ul li a:hover{
background-color: #EAF6FB;
color: #B0ADAD;
}

.suckertreemenu ul li ul li ul{ 
left: 159px;
top: 0;
}

.suckertreemenu ul li ul li a{
display: block;
width: 159px; 
color: #807F7F;
text-decoration: none;
text-align: left;
padding: 1px 5px;
border-bottom: 1px solid #E0E0E0;
margin-top: 2px;
}

* html p#iepara{
padding-top: 1em;
}

.dropdownbottom {
margin-left: -30px;
height: 40px; 
width: 270; 
background-image: url('bilder/meny_dropdown_bottom.png'); 
background-repeat: no-repeat;
}

.bob {
border-top: 3px solid #FCFCFC; 
margin-left: -30px; 
padding: 50px; 
padding-top: 5px; 
padding-bottom: 0px; 
background: url('bilder/meny_dropdown_bg.png') repeat-y;
}
	
/* Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
