html {
	background-color: #e4e4e4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*dette gjør at 1 em i resten at css'en blir 10px*/
}
body * {
	font-size: 1em;
}
body {
	margin: 0; /*hjelper på IE, ikke noen andre*/
	padding: 0; /*hjelper ikke på IE, men alle andre*/
}
/***** top ******/
#top {
	background-image: url(../images/top.png);
	height: 14px;
	width: 806px;
	position: relative;
	margin: 20px auto 0;
	background-repeat: no-repeat;
}
#header {
	background-image: url(../images/mainbg.png);
	height: 160px;
	width: 806px;
	position: relative;
	margin: 0 auto 0;
}
#header #dunlop {
	background-image: url(../images/dunlopbanner.png);
	height: 20px;
	width: 132px;
	position: absolute;
	margin-top: 50px;
	margin-left: 50px;
}
#header #logo {
	background-image:url(../images/dropinlogo.png);
	height: 120px;
	width: 342px;
	position: absolute;
	margin-left: 220px;
}
#header #mobil1 {
	background-image: url(../images/mobil1_logo.jpg);
	height: 103px;
	width: 87px;
	position: absolute;
	margin-top: 0px;
	margin-left: 620px;
}
/*Navigasjon*/
#header #nav {
	background-image: url(../images/navbg.png);
	height: 39px;
	width: 799px;
	position: absolute;
	top: 120px;
	left: 4px;
}
#header #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #nav ul li {
	display: inline;
}
#header #nav ul li a {
	color: Black;
	text-decoration: none;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 30px;
	margin-left: 25px;
}
#header #nav ul li a:hover {
	color: Red;
	text-decoration: underline;
}
#header #nav ul li a.active {
	color: #777;
	text-decoration: none;
	cursor: default;
}
/* Hovedområde */
#main {
	background-image: url(../images/mainbg.png);
	width: 806px;
	margin: 0 auto 0;
	padding-top:10px;
}
#main h1 {
	font-size:1.7em;
	text-decoration:underline;
	text-align:center;
}

#main h2 {
	font-size:1.5em;
	text-align:center;
}

#main h6 {
	margin: 0 0 0 50px;
	font-size:2em;
	color:#666666;
}
#main a img {
	border:none;
}
/*venstre område*/
#main #left {
	margin-top:10px;
	margin-left: 10px;
	float: left;
	width: 330px;
}
#main #left h3 {
	font-size: 1.3em;
}
#main #left h2 {
	font-size:1.5em;
}
#main #left h1 {
	font-size: 1.7em;
}
#main #left dt {
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}
#main #left dd {
	font-size: 1.3em;
	font-weight:bold;
	margin-top: 3px;
	color:#FF0000;
}

#main #left p {
	font-size:1.1em;
}

/*Høyre område*/
#main #right {
	float: left;
	width: 400px;
	margin-top:10px;
	margin-left: 10px;
	text-align: center;
}
#main #right a {
	font-size:1.1em;
} 
#main #right h1 {
	font-size: 1.7em;
}
#main #right h2 {
	font-size: 1.5em;
	text-decoration: underline;
	color: red;
}
#main #right h2 a {
	font-size: 1.1em;
	text-decoration: underline;
	color: red;
}
#main #right h3 {	
	font-size: 1.3em;
}
#main #right table tr td {
	font-size:1.7em;
	text-align:left;
}
#main #right table tr td a {
	font-size:0.8em;
	color:#0000CC;
	text-decoration:underline;
}
/* Center område  */
#main #wide {
	width: 750px;
	margin: 0 auto 0;
	padding-bottom:20px;
	text-align:center;
	font-size:1.5em;
}
#main #wide h1 {
	font-size:2em;
	font-weight: bold;
}
#main #wide h2 {
	font-size:1.2em;
}
#main #wide h3 {
	font-size:1.1em;
}
#main #wide a img {
	border:0;
}
#main #wide dt {
	text-align:left;
	margin-left:260px;
	text-decoration:underline;
	font-size:1.2em;
}
#main #wide dl {
	margin-bottom:0;
	padding-bottom:0;
}
#main #wide dd {
	font-size: 1.2em;
	font-weight: bold;
}
/*Bilde regler*/
#main .imgleft{
	float: left;
}
#main .imgright{
	float: right;
}
/*Bunn*/
#bottom {
	background-image: url(../images/bottom.png);
	height: 22px;
	width: 806px;
	position: relative;
	margin: 0 auto 7px;
	text-align: center;
}
/******* Adresselinhe ***********/
#bottom address {
	font-style: normal;
	text-decoration: overline;
}
/*Webdesign*/
#webdesign {
	font-size: 9px;
	margin-top: -10px;
	padding: 0;
	text-align: center;
}
#webdesign a {
	color: #656565;
	text-decoration: none;
}
#main .clear {
	clear:both;
	height: 1px;
	overflow: hidden;
}
/************ Regler for bannere logo ol **********************/
#main #dunlopbanner {
	background-image:url(../images/dunlopbanner.png);
	height: 20px;
	background-repeat:repeat-x;
	margin: 0 7px 10px 7px;
}
/********** regler for underconstruction  *************/
#main #content #bilde {
	height: 420px;
	width: 253px;
	position: relative;
	margin: 0 auto 0;
}
#main #content p {
	margin-top: 0;
}
