@charset "utf-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	background-color:#eee;
	font-size: 14px;
}


a {
	color: #505;
}

a:hover {
	color: #f0f;
}

div#container {
	padding:5px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:1px;
	width:820px;
	background-color:#ffffff;
	border-color:#c5eeee;
	border-width:medium;
	border-left-style:solid;
	border-left-style:solid;

}


p#adresse{
margin-left:254px;
	margin-right:auto;
	color:#0000a1;
	background-color:#FFF;
	font-size:10px;
	font-weight:bold;

	}
	
p#copyright{
	font-size:0.7em;
	text-align:center;
}



	.butikkbilde{
		position: relative;
		z-index: 0;
		float:left;
	}

	.butikkbilde:hover{
		background-color: transparent;
		z-index: 999;
	}
	
	.butikkbilde:hover div{ /*CSS for enlarged image on hover*/
		visibility: visible;
		top: 0;
		left: 30px; /*position where enlarged image should offset horizontally */
		top: 100px; /*position where enlarged image should offset vertically */
		z-index: 999;
	}

	div.hoverbilde { /*CSS for enlarged image*/
		position: absolute;
		background-color: #bbb;
		padding: 0px;
		left: -500px;
		border: 1px dashed gray;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}

	 div.hoverbilde img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 2px;
	}


	
	.bildetekst {
		margin-left:5px;
		margin-right: 5px;
		font-style: italic; 
		font-size: 10px;
		margin-top:1px;
		padding-top:0px;
		margin-bottom:3px;
		padding-bottom:0px;
	}
	
	h1.overskrift {
		margin-bottom:5px;
		font-weight: bold;
		font-size:14px;
	}
	

	#hjem {   /* settes øverst til venstre i container-div */
				float:left;
		position: absolute;
		top:10px;
			
	}
	
	#hjem a {
		font-size: 9px;
	}

