

.hoved {
   background: #eee;
   color: #000;
   width: 60%;
   margin-bottom: 1em;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   marign-left:20em;
   margin-top:2em;
	}


div.meny {
   font-size: 90% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  top: 2em;
  width: 15%;
  margin-top:3em;
}
 
#list1 {
		left:1em;
		position:fixed;
		background:#FF9;
}
#list2 {
  		float:left;
		margin-right: 5%;
		}
		
#bottom {
		bottom:0;
		left:0;
		right:0;
		height:1.5em;
		width=100%;
		position:fixed;
		margin-top:1em;
		background:#FF9;
		text-align:center;
	}