html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	vertical-align: baseline;
	}

/********************************************
***************   body   ********************
*********************************************/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:Black;
	background-image:url(images/bgcolor.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	z-index:-2;
}
p, td,th,div{
	color: white;
	font-size: 1em;
	margin: 0;
}

h1{
	font-size: 1.2em;
	color: white;
}

h2{
	font-size: 1.5em;
	color: white;
}

h3{
	font-size: 1.2em;
	color: grey;
}

h4{
	font-size: 1.2em;
	color: grey;
}

h5{
	font-size: 1.3em;
	color: white;
	margin-left: 10px;
}

#logo{
	margin-left: -29px;
	margin-top: -131px;
	float: left;
	clear: both;
}
/****************************************************************************/
/***********************       meny og topp         *************************/
/****************************************************************************/

#nav {
	position:relative;
	z-index:100;
	width: 799px;
	margin:0 auto;
	background: url(images/header.jpg) 0 0 no-repeat;
	height: 324px;
}

#pmenubg {
	padding:0;
	margin:0 auto;
	display:table;
	background:#ccc;
	width: 799px;
}

#pmenu {
	padding:0;
	margin:0;
	list-style-type: none;
	display:table;
}

#pmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	display:block;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.70;
	opacity:0.7;
}

#pmenu li ul {
	display:none;
}

#pmenu li a, #pmenu li a:visited {
	display:block; 
	width:113px;
	font-size:11px;
	color:#fff;
	height:25px;
	line-height:24px;
	text-decoration:none;
	text-indent:5px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	text-align:left;
}

#pmenu li ul li a, #pmenu li ul li a:visited {
	border-width:0 1px 1px 1px;
}

#pmenu li a.enclose, #pmenu li a.enclose:visited {
	border-width:1px;
}

#pmenu li {
	float:left;
	background:Gray;
}
#pmenu li.tc {
	display:table-cell;
}

#pmenu li:hover {
	position:relative;
}

#pmenu li:hover > a {
	background:#dfd7ca;
	color:#c00;
}

#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:-11px; 
	eft:80px;
	padding:10px 30px 30px 30px;
	width:120px;
}

#pmenu > li:hover > ul {
	left:-30px;
	top:16px;
}

#pmenu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}

* html #pmenu li a:hover {
	position:relative;
	background:#dfd7ca;
	color:#c00;
}

#pmenu li a:active, #pmenu li a:focus {
	background:#dfd7ca;
	color:#c00;
}

#pmenu li.drop {
	background:Gray url(drop.gif) no-repeat right center;
}

	* html #pmenu li ul {
		visibility:hidden;
		display:block;
		position:absolute;
		top:-11px;
		left:80px;
		padding:10px 30px 30px 30px;
	}
	
	#pmenu li a:hover ul {
		visibility:visible;
		left:-30px;
		top:14px;
		lef\t:-31px;
		to\p:15px;
	}

/********************************************
************        main       **************
*********************************************/
#main {
	width: 740px;
	background-color:#9F9F9F;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

#main a {
	color: white;
}

#main a:hover{
	color:#c00;
}

#ingress {
	width: 700px;
	font-size: 1.1em;
	color: white;
	margin: 0 auto;
	padding: 10px;
}

#ingress a{
	color: #606060;
}

#produktbokser{
	float: right;
	padding: 10px;
}
#produktbokser h1{
	text-align: right;
}

#tekst {
	width: 700px;
	margin: 0 auto;
	}
#tekst h3 {
	padding: 10px;
}
#tekst td{
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px;
	background-color: Gray;
	border-color: Black;
}
#tekst img{
	float: left;
	margin: 10px;
}

#tekst p{
	padding: 10px;
}

#main .clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

table h1{
	margin: 4px;
}

/********************************************
************       footer      **************
*********************************************/

#footer {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}
#footer p {
	font-size: 1em;
	padding: 0 20px;
	text-align: right;
}
#footer a {
	color: White;
}
#footer a:hover{
	color:#c00;
}
	


