@import url(reset.css);

html, body {
	height: 100%;
}

html {
	background: #05beed url(../images/sky_background.jpg);
}

body {
	background-image: url(../images/jungle_background.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 100%;
	font-size: 14px;
	line-height: 18px;
	font-family: "Comic Sans MS", sans-serif;
}

h1 {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 12px;
	color: black;
	margin: 0px auto;
	text-align: center;
	line-height: 24px;
}

code {
	font-size: 12px;
	font-family: "Comic Sans MS", sans-serif;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -580px;
}

#content {
	position: relative;
	height: 580px;
	width: 960px;
	background: url(../images/content_background.png) no-repeat center center;
}

.meny {
	font-family: "corinthian", "Comic Sans MS";
	font-size: 18px;
	position: absolute;
}

.meny ul {
	list-style-type: none;
}

.meny ul li {
	display: block;
	width: 116px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: white;
	background: url(../images/menu_button_background.png) no-repeat;
}
a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}


#meny1 {
	left: 167px;
	top: 180px;
}

#meny2 {
	left: 355px;
	top: 110px;
}

#meny2 ul li {
	float: left;
}

#meny3 {
	left: 777px;
	top: 180px;
}

#innhald {
	position: absolute;
	left: 325px;
	top: 210px;
	width: 410px;
	padding-right: 10px;
	color: #000;
	font-family: "Comic Sans MS";
	height: 320px;
	overflow: auto;
}

#innhald p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#innhald li {
  padding-bottom: 6px;
}

img {
	border: 0;
}

#innhald .album .album_image {
	margin: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}

#innhald img {
	float: left;
	padding-right: 20px;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

li {
	list-style-position: inside;
}

hr {
	background-color: white;
	border: 1px solid #dad7cf;
	margin-top: 15px;
	margin-bottom: 15px;
}
