body {
	margin: 0px; padding: 0px;
	background-color: #ccc;
}

td, p, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

h1, h2 {
   font-size:18px;
   margin: 0 0 16px 0; padding: 0px;
}
h3 {font-size:14px;}

a, a:visited, a:active {
   color: #000;
   text-decoration: underline;
}
a:hover {
   color: #191970;
}


#topp {
  width: 100%;
  height: 170px;
  background-color: #111;
  background-image: url(../gfx/stjernetopp.jpg);
}
#header {
  margin: auto;
  width: 940px;
  
}
#header div {
  height: 150px;
  padding: 10px 0 10px 0;
  background-image: url(../gfx/tilminneom.jpg); 
}


#menuspacer {
  height: 36px;   
  background-color: #555;
}
#menuspacer div {
  margin: auto;
  width: 940px;
}
 

#menu {
  position: absolute;
  top: 170px;
  width: 100%;
  z-index: 98;
}
#menu div {
  margin: auto;
  width: 940px;
}
#menu div div {   
  position: absolute;
  z-index: 99;
}

#menu ul {
	list-style: none;
	padding: 0px; margin: 0px;
}
#menu a {
  font-size:12px;
  display: block;
  border-left: #ddd 1px solid;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#menu ul li {
	float: left; width: 134px;
}
#menu ul li a {
  font-weight: bold;
} 
#menu a:hover {
  color: #000;
  background-color: #FCAC00;
}
div#menu ul ul {
	display: none;
  border-left: none;
}
div#menu ul li:hover ul{
	display: block;
}

div#menu ul li:hover ul
{display: block;}

#menu ul ul li {
	width: 160px;
}
#menu ul ul li a {
  border-top: #fff 1px solid;
  border-left: #aaa 1px solid;
  border-right: #aaa 1px solid;
  color: #333;
	background-color:#ccc;
  font-weight: normal;
  text-align: left;
  line-height: 26px;
  padding-left: 5px;
}
div#menu ul ul {
	display: none;
  border-left: none;
}
div#menu ul ul li:hover ul {
	display: block;
}
#menu ul ul li {
	width: 160px;
}

#menu ul ul span {
  display: none;
  position: relative;  
}
div#menu ul ul li:hover span {
	display: block;
}

#menu ul ul ul {
  display: none;
  position: absolute;
  left: 138px;
  top: -27px;
}
#menu ul ul ul li {
	width: 170px;
}
#menu ul ul ul li a {
  display: block;
}
#menu ul li.item-101 {
	width: 135px;
}
#menu ul li.item-138 {
   border-right: #ddd 1px solid;
}

 
 
#innhold {
  margin: auto;
  width: 920px;
  padding: 10px;
  background-color: #ddd;
}
#side {
	float: left;
	width: 650px;
	min-height: 400px;
	padding: 20px;
	background-color: #fff;
}

#hoyre {
	float: right;
	width: 220px;
}
#hoyre h3 {
	background-color: #bbb;
	padding: 3px 0 3px 10px;
	margin: 0px;
}
#hoyre div {
	background-color: #eee;
	margin-bottom: 10px;
}
#hoyre p {
	padding: 10px;
}
#hoyre form {
	margin: 0 0 12px 0; padding: 0px;
}
#hoyre input {
  background-color: #eee;
  width: 216px;
  margin: 0px;
  padding: 2px;
  border: #888 2px solid;
}
#hoyre ul {
	margin: 4px 10px 0 10px; 
	padding: 0 0 8px 0;
	list-style: none;
}
#hoyre li {
	line-height: 20px;
	border-bottom: #888 1px dotted;
}
#hoyre h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#hoyre a {
	text-decoration: none;
}

#annonser {
	margin-top: 10px;
}
#annonser div {
	float: left;
	width: 176px;
	height: 40px;
	text-align: center;
	margin-right: 10px;
	background-color: #bbb;
}
#annonser a {
	color: #fff:
	font-weight: bold;
	text-decoration: none;
}

#bunn {   
  line-height: 22px;
	font-size: 11px; color: #444;
	text-align: center;
	margin-bottom: 10px;
}
#bunn a, #bunn a:visited {
	font-size: 10px; color: #444;
	text-decoration: none;	
}
#bunn a:hover {
	color: #f00;
	text-decoration: underline;
}

br.cb {
   clear: both;
   font-size: 0px;
}