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

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

h1 {
   font-size:16px; 
   line-height: 24px;
   margin: 0px; 
   color: #666;
   border-top: #ccc 1px dotted;
   border-bottom: #ccc 1px dotted;
     
}
h2 {font-size:13px; margin: 0px; color: #666;}
h3 {font-size:12px; margin: 0px; color: #666;}

#ramme {
	margin: auto; width: 864px; padding: 12px 15px 15px 15px;
	background-color: #fff;
   border: #ccc 5px solid;
}

#topp {
}
#logo {
   float: left;
   width: 230px;
   height: 100px;
   background-image: url(gfx/logo.gif);
}
#bilde {
   float: right;
   width: 628px;
   height: 100px;
   background-image: url(gfx/topp.jpg);
}
#meny {
   padding-top: 6px;
   height: 54px;
}
#meny a {
   float: left;
   display: block;
   width: 144px;
   height: 40px;
   line-height: 40px;
   background-image: url(gfx/knapp.gif);
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
}
#meny a:hover {
   background-image: url(gfx/knapp-hover.gif);
}

#side {
   width: 864px;
}

#hoyre {
   float: right;
   width: 144px;
   padding: 0px 0px 20px 20px;
}
#hoyre div {
   padding: 4px;
   margin-bottom: 10px;
   border: #ccc 1px dotted;
   font-size: 11px;
}

#innhold {
   float: right;
   width: 575px;
   padding-right:145px;
}
#innhold img {
   border: #ddd 10px solid;
}

#marg {
   float: left;
   width: 160px;
}
#marg ul {
   margin: 0px 0px 18px 0px; 
   padding: 0px;
   list-style: none;
   border-bottom: #ccc 1px dotted;
}
#marg ul li {
   color: #ccc;
}
#marg ul li ul {margin:0px; border: none;}

#marg ul li a, #marg ul li a:visited {
	display: block;
	width: 160px;
	line-height: 23px;
	text-decoration: none;
	color: #444;
   border-top: #ccc 1px dotted;
}
#marg ul li a:hover{
	color:#F23901;
   text-decoration: underline;
}
#marg ul li ul li a, #marg ul li li a:visited {
	line-height: 18px;
	font-size: 10px;
   text-indent: 10px;
}
#marg ul li ul li a:hover{
   background-image: none;
}
#marg div {
   padding: 7px;
   margin-top: 20px;
   border: #ccc 1px dotted;
   font-size: 11px;
   color: #aaa;
}

#bunn {   
   line-height: 16px;
	font-size: 10px; color: #888;
	text-align: center;
}
#bunn a, #bunn a:visited {
	font-size: 10px; color: #888;
	text-decoration: none;	
}
#bunn a:hover {
	color: #f00;
	text-decoration: underline;
}

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