body {
	background-color: #DDD;
	color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	margin: 0;
}

h3 {
	color: black;
	/* Olivengrøn: rgb(130,160,0); Kontrast-orange: rgb(191,105,0); */
}

h2 {
	color: black; /* #FB2A1E; */
	text-transform: uppercase;
	text-align: left;
	font-size: 130%;
	margin-bottom: 5px;
}

h3 {
	font-size: 120%;
	margin-bottom: 5px;
}

p {
	margin-top: 2px;
}

.sidebox,.sidebox-top,.sidebox-bottom {
	color: black;
	background-color: rgb(210,232,132);
}

a {
	color: black;
}

a:hover {
	background-color: rgb(210,232,132);
}

a.menulink {
	color: black;
	text-decoration: none;
}

a.menulinkselected {
	color: black;
}

a.menulink:hover {
	text-decoration: underline;
}

#container {
	background-color: #FFF;
	width: 600px;
	margin-left: auto; 
	margin-right : auto;
	border: 10px solid rgb(166,207,15);
	padding: 50px 50px 20px 50px;
}

#header {
	margin-bottom: 20px;
}

#menu {
	color: black;
	background-color: rgb(210,232,132);
	padding: 2px 4px 2px 4px;
}

#content {
	color: black;
	background-color: #FFF;
	margin-left: auto;
    margin-right: auto;
    font-size: 90%;
    margin: 10px;
}

#footer {
	text-align: center;
	clear: both;
}

#footer hr {
	color: rgb(166,207,15);
	background-color: rgb(166,207,15);
	height: 4px; border: 0;
}

.sidebox {
	position: relative;
	left: 20px;
	float: right;
	width: 215px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: center;
	/*font-weight: bold;*/ /*background-image: url(box-content-green.png);
	background-repeat: repeat-y;*/
}

.sidebox-top {
	margin: 0;
	padding: 0;
	background: url(box-top-green.png) top no-repeat;
	min-height: 35px;
}

.sidebox-content {
	padding: 0 25px 0 25px;
	scrollbar-3dlight-color: rgb(210,232,132); 
	scrollbar-arrow-color: black;
	scrollbar-base-color: rgb(210,232,132);
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: rgb(210,232,132);
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: gray;
}

.sidebox-bottom {
	margin: 0;
	padding: 0;
	background: url(box-bottom-green.png) bottom no-repeat;
	min-height: 40px;
}

.sidebox hr {
	color: white;
	background-color: white;
	border: 0;
}

.story {
	display: none;
	position: absolute;
	border: 4px solid rgb(166,207,15);
	margin: 140px 10px 10px -55px;
	padding: 10px 10px 10px 10px;
	background-color: white;
	opacity: 0.95;
	filter: alpha(opacity=90);
	width: 350px; 
	height: 500px; 
	overflow: auto;
}
