@charset "iso-8859-1";
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #38383a;
	background-image:url(../images/bgTapet.jpg); 
	background-repeat:repeat-x;
	background-position:center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-size:12px;
}
.oneColFixCtr #container {
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

form, p, h1, h2, h3 { margin:0px; padding:0px; }

h1 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:normal; font-size:20px; color:#ffffff; padding-bottom:10px; }
h2 { font-size:16px; color:#ffffff; padding-bottom:6px; }
h3 { font-size:14px; color:#ffffff; padding-bottom:13px; }

a { color:#ffffff; text-decoration:underline; }
a:hover { color:#ffffff; text-decoration:underline; }

.menu a { color:#000000; font-size:12px; font-weight:bold; text-decoration:none; }
.menu a:hover { color:#000000; font-size:12px; font-weight:bold; text-decoration:underline; }

.submenu a { color:#f07e01; font-size:13px; text-decoration:none; }
.submenu a:hover { color:#000000; font-size:13px; text-decoration:none; }

.lysmenu a { color:#868889; font-size:12px; font-weight:bold; text-decoration:none; }
.lysmenu a:hover { color:#868889; font-size:12px; font-weight:bold; text-decoration:underline; }

.adresselinje { color:#9c9d9f; font-size:10px;  }
.adresselinje a { color:#9c9d9f; font-size:10px; text-decoration:none; }
.adresselinje a:hover { color:#9c9d9f; font-size:10px; text-decoration:underline; }
