html {
	scrollbar-face-color: #7D1811;
	scrollbar-highlight-color: #FFFFEF;
	scrollbar-shadow-color: #808080;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #fff;
}
body {
	height:100%;
	background-color: #7D1811;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#container {
	height: 600px;
	width: 955px;
	border: 4px solid #000;
	top: 50%;
	left: 50%;
	background-color: #FFFFFF;
	position: absolute;
	margin-top: -300px;
	margin-left: -477px;
	
}
a:link {
	text-decoration: none;
	color: #7D1811;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	
}
a:visited {
	text-decoration: none;
	color: #EA6A60;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:hover {
	background-color: #F7C4BF;
}
div#top {
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 10;
}
div#meny_v, div#meny_h {
	position: absolute;
	height: 30px;
	width: 367px;
	top: 96px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	z-index: 20;
}
div#meny_v {
	
	left: 25px;
	
}
div#meny_h {
	
	left: 563px;
	
}
div#fot {
	position: absolute;
	top: 565px;
	background-color: #7D1811;
	text-align: center;
	left: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 20px;
	width: 905px;
	vertical-align: middle;
	padding-top: 4px;
}

div#meny_v a:link, div#meny_h a:link {
	color: #000000;
	text-decoration: none;
	border: none;
	padding-right: 3px;
	padding-left: 3px;
}
div#meny_v a:visited, div#meny_h a:visited {
	color: #000000;
	text-decoration: none;
	border: none;
	padding-right: 3px;
	padding-left: 3px;
}
div#meny_v a:hover, div#meny_h a:hover {
	background-color: #F7C4BF;
	padding-right: 3px;
	padding-left: 3px;
}

#textbox {
	padding-right: 10px;
	position: absolute;
	left: 450px;
	top: 165px;
	overflow: scroll;
	height: 370px;
	width: 470px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#imagebox {
	position: absolute;
	left: 25px;
	top: 165px;
	overflow: visible;
	height: 370px;
	width: 370px;
}
h1 {
	margin-top: 0em;
	margin-bottom: 0.1em;
}
h2 {
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-style: italic;
}
h3 {
	margin-top: 1em;
	margin-bottom: 0.1em;
}
h4 {
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-style: italic;
}
p {
	font-size: medium;
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 150%;
}
li {
	font-size: medium;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 150%;
}
