@charset "utf-8";

.alignleft {
	float: left;
	line-height: 1.1em;
	}
.alignright {
	float: right;
	line-height: 1.1em;
	}
.center
	{
	margin-left: auto;
	margin-right: auto;
	width: 98vw;	
	}	

#bakgrunn
	{
	/*background-color: #D8D8D8; */
	z-index: 1;
	height: 96vh;
	overflow: auto;
	display: block;
	}

#pageheader {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #A50303;
	height: 37px;
	overflow: hidden;
	style="clear: both; 
	font-size: 12pt;
	z-index: 2;
	top: 1px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #F9F9F9;
	display: block;
	text-align: left;
	text-shadow: #E6E6E6;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#menyblokk {
	font-family: Verdana, Geneva, sans-serif;
	height: 33px;
	width: 680px;
	overflow: visible;
	z-index: 100;
	top: 10px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #323232;
	vertical-align: baseline;
	display: block;
	text-align: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #A50303;
	position: absolute;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#navigator
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px ;
	height: 150px;
	width:150px;
	overflow:visible;
	z-index: 100;
	top:33px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #323232;
	vertical-align: baseline;
	display: block;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#velkomstblokk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 90vh;
	width: 100%;
	background-image: url(../referanser/images/hallspesialisten_LOGO.jpg);
	border: none;
	left: 1px;
	right: 1px;
	top: 96px;
	background-position: center center;
	display: block;
	z-index: 5;
	background-repeat: no-repeat;
	background-color: #EEE;
}


#hovedblokk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 85vh;
	width: 100%;
	background-image: url(../referanser/images/hallspesialisten_LOGO.jpg);
	border: none;
	left: 1px;
	right: 1px;
	top: 86px;
	background-position: center;
	display: block;
	z-index: 5;
	background-repeat: no-repeat;
}

#fotblokk
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color:#FFF;
	height: 18px;
	width: 99%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: auto;
	background-color: #dc0000;
	background-position: center center;
	display: block;
	z-index: 11;
	font-size: 9px;
	padding: 1px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	bottom: 0px;
	top: auto;
	overflow: hidden;
	right: auto;
}

}
#prisliste, #vareliste, #tilbudsliste {
	font-family: Verdana, Geneva, sans-serif;
	height: 99%;
	width: 99%;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	position: absolute;
	left: 5px;
	top: 58px;
	background-color: #FFFFA8;
	background-image: url(../referanser/images/hallspesialisten_LOGO.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	display:none;
	z-index: 200;
}

/*
#menu {
	width: auto;
	clear: both;
	z-index:910;
	position: absolute;
}
*/
 
ul#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #dc0000;
	// url(../img/menu-parent.png) repeat-x;
	
}
 
ul#nav li {
  display: inline;
}
 
ul#nav li a {
  float: left;
  font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #880000;
  margin: 0;
  padding: 0 30px;
  background: #dc0000; 
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;     
}
 
/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a  {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #330000;
  background: #bb0000;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px; 
}
 
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav  ul {
  display: none;
}
 
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
	position: absolute;
	display: block;
	width: 450pt;
	height: 40px;
	position: absolute;
	margin: 40px 0 0 0;
	background: #aa0000 ;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
 
ul#nav li:hover > ul li a {
  float: left;
  font: bold 1.1em arial,verdana,tahoma,sans-serif;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #110000;
  margin: 0;
  padding: 0 30px 0 0;
  background: #aa0000;
  // url(../img/menu-child.png) repeat-x; 
}
 
ul#nav li:hover > ul li a:hover {
  color: #120000;
  text-decoration: none;
  text-shadow: none;
}
