body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
} 

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;
}


/* Headeren med logo og overskrift */

div#container {
	display: block;
	width: 958px;
	margin: 22px 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: 104px;
	height: 112px;
	position:absolute;
	left: 20px;
	background-image: url(images/logo.jpg);
}

div#overskrift {
	display: block;
    width: 369px;
    height: 86px;
	position:absolute;
	top: 28px;
	left: 148px;
	background-image: url(images/overskrift.png);
}



/* alle div#buttons-punktene gjelder plassering og rollover-
effekter knyttet til de 3 knappene øverst til høyre */

div#buttons {
	display: block;
	width: 410px;
	height: 40px;
	position: absolute;
	left: 548px;
	top: 42px;
}

div#buttons #omBergaplass {
	display: block;
	width: 130px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

div#buttons #bedrifter {
	display: block;
	width: 130px;
	height: 40px;
	position: absolute;
	left: 140px;
	top: 0;
}

div#buttons #kontakt {
	display: block;
	width: 130px;
	height: 40px;
	position: absolute;
	left: 280px;
	top: 0;
}

div#buttons a {
	display: block;
	height: 40px;
	text-decoration: none;
}

div#buttons #omBergaplass a:link, 
div#buttons #omBergaplass a:active, 
div#buttons #omBergaplass a:visited {
	background: transparent url("images/omBergaplassKnapp.png") top left no-repeat; 
}

div#buttons #bedrifter a:link, 
div#buttons #bedrifter a:active, 
div#buttons #bedrifter a:visited {
	background: transparent url("images/bedrifterKnapp.png") top left no-repeat;
}

div#buttons #kontakt a:link, 
div#buttons #kontakt a:active, 
div#buttons #kontakt a:visited {
	background: transparent url("images/kontaktKnapp.png") top left no-repeat;
}

div#buttons #omBergaplass a:hover {
	background-position: bottom;
}

div#buttons #bedrifter a:hover {
	background-position: bottom;
}

div#buttons #kontakt a:hover {
	background-position: bottom;
}

div#buttons #omBergaplass a.current:link,
div#buttons #omBergaplass a.current:active,
div#buttons #omBergaplass a.current:visited {
	background-position: bottom;
	cursor: default;
}

div#buttons #bedrifter a.current:link,
div#buttons #bedrifter a.current:active,
div#buttons #bedrifter a.current:visited {
	background-position: bottom;
	cursor: default;	
}

div#buttons #kontakt a.current:link,
div#buttons #kontakt a.current:active,
div#buttons #kontakt a.current:visited {
	background-position: bottom;
	cursor: default;
}

/* Gjelder felter under header-elementene */


div#meny {
	display: block;
	width: 220px;
	position: absolute;
	top: 125px;
	left: 0px;
	margin-left: 0px;
	min-height: 250px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

div#content {
	display: block;
	width: 721px;
	position: absolute; 
	top: 125px;
	margin-left: 235px;
	min-height: 250px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


/* Meny */

div#meny h1.header {
	display: block;
	font-size: 18px;
	color: #444;
	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 #eee;
}

div#meny ul li {
	display: block;
	border-bottom: 1px solid #eee;
	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: #50A0DC;
}

div#meny ul li a:hover,
div#meny ul li a.current:hover {
	padding-left: 16px;
	background-color: #50A0DC;
	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: #444;
	padding: 10px 10px 10px 13px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

div#content h1.bread {
	display: block;
	font-size: 12px;
	color: #444;
	padding: 10px 15px 25px 15px;
	margin: 0 0 25px 0;


}

div#content h1.footer {
	display: block;
	font-size: 10px;
	text-align: center;
	color: #444;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border-top: 1px solid #eee;
	position: relative;
}
