@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background-color: #edb329;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

img{
	border: none;
}
.clear{
	clear: both;
}
.tekst{
	line-height: 1.5em;
}
#print{
	display: none;
}
#container{
	width: 760px;
	margin: 0 auto;
}
#language{
	margin: 10px 0 10px 580px;
	height: 20px;
}
#language ul, #language li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#language li{
	float: left;
}
#language a{
	display: block;
	padding: 1px 8px 1px 8px;
	color: #805f0f;
	text-decoration: none;
	border-right: 1px solid #c6982c;
}
#language img{
	margin: 1px;
}
#language a:hover img, #language .active img{
	margin: 0px;
	border: 1px solid #c6982c;
}
#box{
	background: url(../images/main.jpg) repeat-y #fff;
}
#header{
	background: url(../images/header6.jpg) no-repeat;
	height: 250px;
}
#menu{
	position: absolute;
	margin: 92px 0 0 3px;
}
#menu ul, #menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	float: left;
}
#menu a{
	display: block;
	width: 131px;
	width: 106px;
	padding: 8px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #53701a;
}
#menu a:hover, #menu .active{
	color: #000;
}
#main{
	background: url(../images/main.jpg) repeat-y #fff;
}
#menu2{
	position: absolute;
	margin: 10px 0 10px 500px;
}
#menu2 ul, #menu2 li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu2 li{
	float: left;
}
#menu2 a{
	display: block;
	font-size: 11px;
	padding: 8px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
	color: #000;
}
#menu2 a:hover, #menu2 .active{
	text-decoration: underline
}
#submenu{
	position: absolute;
	margin: 10px 0 10px 25px;
}
#submenu ul, #submenu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li{
	float: left;
}
#submenu a{
	display: block;
	font-size: 11px;
	padding: 8px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#submenu a:hover, #submenu .active{
	text-decoration: underline
}
#content{
	padding: 40px 50px 0 50px;
	color: #0b391a;
}
#content h1{
	color: #edb329;
	font-weight: normal;
}
#content a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #abda4c;
}
#content a:hover{
	border-bottom: 1px solid #000;
}
#chapters{
	float: left;
	width: 220px;
	height: 340px;
	overflow: auto;
}
#chapters ul, #chapters li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}
#footer{
	background: url(../images/footer.jpg) no-repeat top;
	height: 30px;
}
#copyright{
	padding: 10px;
	text-align: center;
}
#copyright a{
	color: #000;
}
#player{
	width: 420px;
	height: 300px;
	margin: 0 0 20px 20px;
	background: #333;
	float: right;
}
#player .noflash{
	padding: 130px 20px 0 20px;
	color: #aaa;
	text-align: center;
}
#player .noflash a{
	color: #aaa;
}
#content a.noline, #content a.noline img{
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}