body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color:#333333;
	background-position:top;
	margin-top:0;
} 


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 30px;
	margin-top: 25px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	text-align:center;
}

a:link{
	color:#666666;
}
a:visited{
	color:#666666;
}
a:hover{
	color:#990000;
}

/* Headeren med logo*/

div#container {
	display: block;
	width: 945px;
	margin: 25px auto 0 auto;
	position: relative;
	background: transparent;
	text-align: left;
}

div#top {
	display: block;
	width: 958px;
	height: 113px;
	position: relative;
}

div#logo {
	display: block;
	width: 233px;
	height: 152px;
	position:absolute;
	left: 0px;
	background-image: url(images/logo.png);
}

div#language {
	display: block;
	width: 100px;
	height: 15px;
	position:absolute;
	margin-left: 825px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}


/* alle div#buttons-punktene gjelder plassering og rollover-
effekter knyttet til de 5 knappene øverst til høyre */

div#buttons {
	display: block;
	width: 587px;
	height: 25px;
	position: absolute;
	left: 340px;
	top: 46px;
}

div#buttons #produkter {
	display: block;
	width: 111px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

div#buttons #support {
	display: block;
	width: 117px;
	height: 25px;
	position: absolute;
	left: 111px;
	top: 0;
}

div#buttons #omVillmark {
	display: block;
	width: 130px;
	height: 25px;
	position: absolute;
	left: 228px;
	top: 0;
}

div#buttons #kontakt {
	display: block;
	width: 117px;
	height: 25px;
	position: absolute;
	left: 358px;
	top: 0;
}

div#buttons #nettbutikk {
	display: block;
	width: 112px;
	height: 25px;
	position: absolute;
	left: 475px;
	top: 0;
}

div#buttons a {
	display: block;
	height: 25px;
	text-decoration: none;
}

div#buttons #produkter a:link, 
div#buttons #produkter a:active, 
div#buttons #produkter a:visited {
	background: transparent url("images/produkter.jpg") center left no-repeat; 
}

div#buttons #support a:link, 
div#buttons #support a:active, 
div#buttons #support a:visited {
	background: transparent url("images/support.jpg") center left no-repeat;
}

div#buttons #omVillmark a:link, 
div#buttons #omVillmark a:active, 
div#buttons #omVillmark a:visited {
	background: transparent url("images/omvillmark.jpg") center left no-repeat;
}

div#buttons #kontakt a:link, 
div#buttons #kontakt a:active, 
div#buttons #kontakt a:visited {
	background: transparent url("images/kontakt.jpg") center left no-repeat;
}

div#buttons #nettbutikk a:link, 
div#buttons #nettbutikk a:active, 
div#buttons #nettbutikk a:visited {
	background: transparent url("images/nettbutikk.jpg") center left no-repeat;
}

div#buttons #produkter a:hover {
	background-position: bottom;
}

div#buttons #support a:hover {
	background-position: bottom;
}

div#buttons #omVillmark a:hover {
	background-position: bottom;
}

div#buttons #kontakt a:hover {
	background-position: bottom;
}

div#buttons #nettbutikk a:hover {
	background-position: bottom;
}

div#buttons #produkter a.current:link,
div#buttons #produkter a.current:active,
div#buttons #produkter a.current:visited {
	background-position: top;
}

div#buttons #support a.current:link,
div#buttons #support a.current:active,
div#buttons #support a.current:visited {
	background-position: top;	
}

div#buttons #omVillmark a.current:link,
div#buttons #omVillmark a.current:active,
div#buttons #omVillmark a.current:visited {
	background-position: top;
}

div#buttons #kontakt a.current:link,
div#buttons #kontakt a.current:active,
div#buttons #kontakt a.current:visited {
	background-position: top;	
}

div#buttons #nettbutikk a.current:link,
div#buttons #nettbutikk a.current:active,
div#buttons #nettbutikk a.current:visited {
	background-position: top;
}


/* Gjelder felter under header-elementene */


div#meny {
	display: block;
	width: 220px;
	position: absolute;
	top: 185px;
	left: 0px;
	margin-left: 0px;
	min-height: 250px;
	vertical-align: top;
	border: 1px solid #f5f5f5;
	background-color: #eee;
}

div#content {
	display: block;
	width: 700px;
	position: absolute; 
	top: 185px;
	margin-left: 235px;	
	min-height: 250px;
	border: 1px solid #f5f5f5;
	background-color: #eee;
}


/* Meny */

div#meny h1.header {
	display: block;
	font-size: 18px;
	color: #333333;
	padding: 10px 10px 0 13px;
	margin: 0 0 8px 0;
}

div#meny div {
	padding-left: 13px;
}

div#meny ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 10px 0 25px 0;
	border-top: 1px solid #f5f5f5;
}

div#meny ul li {
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#meny ul li a:link,
div#meny ul li a:active,
div#meny ul li a:visited {
	display: block;
	padding: 4px 10px 5px 13px;
	text-decoration: none;
	color: #333;
}

div#meny ul li a.current:link,
div#meny ul li a.current:active,
div#meny ul li a.current:visited {
	color: #990000;
}

div#meny ul li a:hover,
div#meny ul li a.current:hover {
	padding-left: 16px;
	background-color: #333333;
	color: #FFFFFF;
}

div#meny ul li a.undermeny {
	padding-left: 35px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

div#meny ul li a.undermeny:hover {
	padding-left: 36px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

div#meny ul li a.undermeny2 {
	padding-left: 55px;
	font-size: 11px;
	font-style: normal;
}

div#meny ul li a.undermeny2:hover {
	padding-left: 56px;
	font-size: 11px;
	font-style: normal;
}


div#content h1.header {
	display: block;
	font-size: 18px;
	color: #333333;
	padding: 10px 10px 10px 13px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f5f5f5;
}

div#content h1.bread {
	display: block;
	font-size: 12px;
	color: #444;
	padding: 10px 30px 25px 30px;
	margin: 0 0 25px 0;


}

div#content h1.footer {
	display: block;
	font-size: 10px;
	text-align: center;
	bottom: 0;
	left: 128px;
	color: #444;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border-top: 1px solid #f5f5f5;
	position: absolute;
}


/* Alt under er hurtigvalg for plassering og utforming av bilder på sida */

.imgTopRight {
margin: 0px 0px 10px 20px;
border: 1px solid;
float: right;
}

.imgTopLeft {
margin: 0px 20px 10px 0px;
border: 1px solid;
float: left;
}

.imgRight {
margin: 10px 0px 10px 20px;
border: 1px solid;
float: right;
}

.imgLeft {
margin: 10px 20px 10px 0px;
border: 1px solid;
float: left;
}

.imgBottomRight {
margin: 10px 0px 50px 20px;
border: 1px solid;
float: right;
}

.imgBottomLeft {
margin: 10px 20px 50px 0px;
border: 1px solid;
float: left;
}

.imgFullRight {
margin: 0px 0px 50px 20px;
border: 1px solid;
float: right;
}

.imgFullLeft {
margin: 0px 20px 50px 0px;
border: 1px solid;
float: left;
}

.imgPNGTopRight {
margin: 0px 0px 10px 20px;
float: right;
}

.imgPNGTopLeft {
margin: 0px 20px 10px 0px;
float: left;
}

.imgPNGRight {
margin: 10px 0px 10px 20px;
float: right;
}

.imgPNGLeft {
margin: 10px 20px 10px 0px;
float: left;
}

.imgPNGBottomRight {
margin: 10px 0px 50px 20px;
float: right;
}

.imgPNGBottomLeft {
margin: 10px 20px 50px 0px;
float: left;
}

.imgPNGFullRight {
margin: 0px 0px 50px 20px;
float: right;
}

.imgPNGFullLeft {
margin: 0px 20px 50px 0px;
float: left;
}


/* ENGLISH BUTTONS. Alle div#buttons-punktene gjelder plassering og rollover-
effekter knyttet til de 5 knappene øverst til høyre */

div#buttons {
	display: block;
	width: 587px;
	height: 25px;
	position: absolute;
	left: 340px;
	top: 46px;
}

div#buttons #produkterEnglish {
	display: block;
	width: 111px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

div#buttons #supportEnglish {
	display: block;
	width: 117px;
	height: 25px;
	position: absolute;
	left: 111px;
	top: 0;
}

div#buttons #omVillmarkEnglish {
	display: block;
	width: 130px;
	height: 25px;
	position: absolute;
	left: 228px;
	top: 0;
}

div#buttons #kontaktEnglish {
	display: block;
	width: 117px;
	height: 25px;
	position: absolute;
	left: 358px;
	top: 0;
}

div#buttons #nettbutikkEnglish {
	display: block;
	width: 112px;
	height: 25px;
	position: absolute;
	left: 475px;
	top: 0;
}

div#buttons aEnglish {
	display: block;
	height: 25px;
	text-decoration: none;
}

div#buttons #produkterEnglish a:link, 
div#buttons #produkterEnglish a:active, 
div#buttons #produkterEnglish a:visited {
	background: transparent url("images/products_english.jpg") center left no-repeat; 
}

div#buttons #supportEnglish a:link, 
div#buttons #supportEnglish a:active, 
div#buttons #supportEnglish a:visited {
	background: transparent url("images/support_english.jpg") center left no-repeat;
}

div#buttons #omVillmarkEnglish a:link, 
div#buttons #omVillmarkEnglish a:active, 
div#buttons #omVillmarkEnglish a:visited {
	background: transparent url("images/aboutvillmark_english.jpg") center left no-repeat;
}

div#buttons #kontaktEnglish a:link, 
div#buttons #kontaktEnglish a:active, 
div#buttons #kontaktEnglish a:visited {
	background: transparent url("images/contact_english.jpg") center left no-repeat;
}

div#buttons #nettbutikkEnglish a:link, 
div#buttons #nettbutikkEnglish a:active, 
div#buttons #nettbutikkEnglish a:visited {
	background: transparent url("images/webshop_english.jpg") center left no-repeat;
}

div#buttons #produkterEnglish a:hover {
	background-position: bottom;
}

div#buttons #supportEnglish a:hover {
	background-position: bottom;
}

div#buttons #omVillmarkEnglish a:hover {
	background-position: bottom;
}

div#buttons #kontaktEnglish a:hover {
	background-position: bottom;
}

div#buttons #nettbutikkEnglish a:hover {
	background-position: bottom;
}

div#buttons #produkterEnglish a.current:link,
div#buttons #produkterEnglish a.current:active,
div#buttons #produkterEnglish a.current:visited {
	background-position: top;
}

div#buttons #supportEnglish a.current:link,
div#buttons #supportEnglish a.current:active,
div#buttons #supportEnglish a.current:visited {
	background-position: top;	
}

div#buttons #omVillmarkEnglish a.current:link,
div#buttons #omVillmarkEnglish a.current:active,
div#buttons #omVillmarkEnglish a.current:visited {
	background-position: top;
}

div#buttons #kontaktEnglish a.current:link,
div#buttons #kontaktEnglish a.current:active,
div#buttons #kontaktEnglish a.current:visited {
	background-position: top;	
}

div#buttons #nettbutikkEnglish a.current:link,
div#buttons #nettbutikkEnglish a.current:active,
div#buttons #nettbutikkEnglish a.current:visited {
	background-position: top;
}