* {
	margin: 0;
	padding: 0;
}

body, html {
	background-color: #EEFFFF;
	background-image: url(bilder/bgbak.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 100%;
} 

h1 {
	display: block;
	width: 800px;
	height: 100px;
	background-image: url(bilder/logo.jpg);
	overflow: hidden;
}

h1 span {
	font-size: 10px;
	display: block;
}

/* Div'er */

#wrap {
	width: 800px;
	background-repeat: repeat-y;
	margin: 0 auto;
}

#marg {
	height: 30px;
	visibility: hidden;
	
}

#meny {
	width: 140px;
	float: left;
	text-align: left;
}

#hoveddel {
	width: 490px;
	float: left;
	padding: 5px;
}

#hoyre {
	width: 140px;
	float: right;
	padding: 5px;
	text-align: center;
}

#grasrota {
  width: 128px;
  border: 2px solid black;
  float: right;
  font-size: 10px;
  margin: -32px 4px 0 0;
}

#fot {
	clear: both;
	width: 800px;
	border: 1px solid #000000;
	height: 40px;
	background-color: #EEFFFF;
	text-align: center;
	margin: 0 auto;
}

/*Hoveddel utseende*/

#hoveddel p.short {
	margin: 10px 0 0 20px;
	border-top: 1px dashed #000000;
	padding-top: 10px;
	
}

#hoveddel p.full {
	margin: 10px 0 0 20px;
	padding-top: 10px;
}

#hoveddel h2 {
	font-size: 1.3em;
	text-decoration: none;
	margin: 5px 0 0 0;
} 

#hoveddel h2 a {
	text-decoration: none;
	color: #000000;
} 

#hoveddel h2 a:hover {
	text-decoration: underline;
	color: #000000;
} 

#hoveddel p img {
	border: 1px solid #000000;
	margin: 0 9px 5px 0;
	padding: 5px;
	width: 110px;
	height: 90px;
	float: left;
}

#hoveddel p img:hover {
	background-color: #DBFFFF;
}

#hoveddel ul.les li {
	list-style: none;
	width: 470px;
	clear: left;
	margin-bottom: 5px;
} 

#hoveddel ul.les li a {
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	float: right;
	list-style: none;
} 

#hoveddel ul.les li a:hover {
	text-decoration: underline;
}

#hoveddel h3 {
	font-size: 10px;
	margin-top: 5px;
}

#hoveddel a {
	text-decoration: underline;
	color: #000000;
}

#hoveddel a:hover {
	text-decoration: none;
	color: #000000;
}

#fot a {
	text-decoration: underline;
	color: #000000;
}

#fot a:hover {
	text-decoration: none;
	color: #000000;
}

.profdiv {
	float: right;
	clear: right;
}
.profdiv img {
	border: 0;
	width: 240px;
	margin: 5px;
}

/*Meny utseende*/

#meny h2 {
	font-size: 1.3em;
	text-decoration: none;
	width: 100%;
	margin-bottom: 10px;
}

#meny li {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
}

#meny li a {
	text-decoration: underline;
	color: #000000;
	text-align: center;
}

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

#meny p {
	margin-top: 20px;
}

/*Høyre div utseende*/

#hoyre h2 {
	font-size: 1.3em;
	text-decoration: none;
	margin-bottom: 10px;
}

#hoyre img {
	border: 0;
	margin-bottom: 5px;
	
}

#hoyre a {
	color: black;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight: bold;
}

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

/*Fot utseende*/

#fot h2 {
	text-decoration: none;
	font-size: 12px;
}

p.kontakt {
	border-top: 1px dashed #000000;
	display: block;
	padding-top: 10px;
	margin: 10px 0 0 20px;
	text-align: left;
}

p.kontakt h3 {
	float: left;
	display: block;
}

p.kontakt textarea {
	overflow: auto;
	display: block;
	float:l eft;
	margin-bottom: 10px;
	width: 90%;
	border: 1px solid #999999;
	margin-left: 10px;
}

p.kontakt input, textarea {
	border: 1px solid #999999;
	padding: 1px 2px;
	display: block;
	margin-left: 10px;
}

p.kontakt label, input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #999999;
	margin-left: 10px;
}

p.kontakt label {
	text-align: right;
	width: 60px;
	padding-right: 15px;
	display: block;
	border: 1px solid #999999;
}

p.kontakt form br {
	clear: left;
}

p.kontakt input.button {
	width: 80px;
	background: white;
	margin-left: 10px;
}

p.tresiste {
	float: right;
	border: 1px solid #000000;
	margin-right: 30px;
	padding: 10px;
}