body {
	background-image: url('../grafisk/bakgrunn.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

body, html {
	height: 100%;
	padding: 0;
}

#wrapper {
	min-height: 100%;
	width: 900px;
	margin: auto; 
}
* html #wrapper {
  height: 100%;
}

#header {
	background-image: url('../grafisk/header.jpg');
	background-repeat: no-repeat;
	height: 170px;
}

#content {
	color: #655434;
	margin-top: 0px;
}

#meny {
	background-image: url('../grafisk/meny.jpg');
	margin-top: -25px;
	padding-top: 20px;
	height: 80px;
	font-size: 11pt;
	text-align: center;
}

#hoved {
	float: left;
	width: 922px;
}

.boks1 {
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 600px;
	border-bottom-style: dotted;
}

#boks2 {
	background-color: #c1d1b9;
	margin-top: 15px;
	width: 262px;
	float: right;
}

.bloggbilde {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

#bildeboks {
	background-image: url('../grafisk/bildeboks.jpg');
	background-color: #a69e89;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	height: 190px;
}

#bunn {
	background-image: url('../grafisk/footer.jpg');
	margin-top: 7px;
	width: 900px;
	height: 110px;
	float: right;
}

h2 {
	margin-left: -15px;
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
	margin-top: 5px;
	padding-left: 15px;
}

a {
	color: #655434;
	text-decoration: underline;
}

#bunn a {
	color: #ddd0c4;
}

#meny a {
	margin-right: 10px;
	text-align: center;
	color: 6d9e5a;
	text-decoration: underline;
	font-weight: bold;
}

#meny a:hover {
	text-decoration: none;
}


.boks2hover {
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 14px;
	width: 208px;
	height: 25px;
	float: left;
}

.boks2hover:hover {
	background-color: #adb191;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	width: 240px;
	height: 25px;
	float: left;
}

img {
	margin: 0;
}