#frame {
	width: 100%;
}

img {
	height: auto;
	width: 100%;
	max-width: 480px;
}

#logo img {
	width: 181px;
	height: 58px;
}

#bestilling, #sideboks {
	display: none;
}

#header ul {
	width: 100%;
}

#header ul li {
	display: inline;
	width: 49%;
	float: left;
	margin: 0 3px 2px 0;
}
			
#header ul li a {
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 100%;
	text-decoration: none;
	color: #1270ad;
	padding: 5px 0;
	text-indent: 5px;
	background: rgba(122, 122, 122, .17);
}
			
#header ul .Selected a, #header ul .ChildSelected a {
	background: rgba(82, 82, 142, .17);
	color: black;
	cursor: default;
}
			
#header ul li a:hover {
	color: black; 
}

#twoColList dt, #twoColList dd {
	width: 49%;
	float: left;
	display: inline;
}

#twoColList dl {
	display: block;
}

#twoColList dt, #twoColList dd, #mBestilling h3, #twoColList dl {
	margin: 0;
}

#mBestilling {
	margin-bottom: 15px;
	padding-bottom: 3px;
	background: rgba(122, 122, 122, .17);
	text-indent: 5px;
}

#hjem-steder {
	display: none;
}

.kontaktSted.siste {
		margin-left: 0px; 
}

/***
Undermeny
***/
#under-nav {
	clear: both;
	margin-top: 10px;
	background: rgba(122, 122, 122, .17);
}

	#under-nav li {
		display: inline-block;
		list-style: none; }
		
	#under-nav a {
		color: #4b4b4b;
		text-decoration: underline;
		margin-right: 20px; }
		
	#under-nav a:hover {
		color: rgb(0,102,52);
		text-decoration: underline; }
		
	#under-nav .Selected a {
		font-weight: bold;
		color: rgb(0,102,52);
		text-decoration: none;
		cursor: default; }