#topp {
	background-image: url(bilder/bak_topp.jpg);
	width: 850px;
	height: 190px;
	top: 0px;
	left: 0px;
}
#meny {
	background-image: url(bilder/bak_midt.jpg);
	width: 850px;
	height: 20px;
	left: 0px;
}

#hoved {
	background-image: url(bilder/bak_midt.jpg);
	width: 850px;
	left: 0px;
}

#bunn {
	clear: both;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 850px;
	text-align: left;
	margin-left: -425px;
	left: 50%;
}
div.menytekst{
	text-align: center;
	padding-left: 12px;
	
}
div.menytekst a{
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
}
div.forsidetekst{
	font: 13px verdana;
	width: 800;
	margin-left: 25px;
	margin-right: 25px;
}
div.hovedtekst{
	font: 11px verdana;
	width: 800;
	margin-left: 25px;
	margin-right: 25px;
}
#bildehoyre{
	position: absolute;
	margin-left:550px;
	font-size: 12px;
}
#featured {
        width: 850px;

	overflow: hidden;
}

#options a {
    outline: none;
}
#options a img{
	border: none;
}

ul#options {  
    ...misc styles...  
       height: 1%; 
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: .5em;
}

#options li {
    float: left;
	width: 105px;
	height: 80px;
	list-style: none;
	cursor: pointer;
}

#options li:hover img {
    border: 2px solid gray;
}

#options li img {
    width: 100px;
}

.selected {
    border: 2px solid gray;
}


