body {
	padding: 0;
	margin: 0;
	background: url(../_img/page_backg.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

.fantom {
	clear: both;
}

.title {
	display: none;
}

#backg1 {
	background: url(../_img/page_backg1.jpg) left top repeat;
}

#backg2 {
	background: url(../_img/page_backg2.jpg) left top repeat-x;
}

#backg3 {
	background: url(../_img/page_backg3.jpg) left bottom repeat-x;
}

#container1 {
	width: 1003px;
	margin: 0 auto;
	background: url(../_img/content_backg1.jpg) left top repeat-y;
}

#container2 {
	background: url(../_img/content_backg2.jpg) left top no-repeat;
}

#container3 {
	min-height: 800px;
	background: url(../_img/content_backg3.jpg) left bottom no-repeat;
}

.mainmenu {
	clear: both;
	height: 47px;
	padding: 56px 0 0 201px;
	margin: 0;
	list-style-type: none;
}

.mainmenu li {
	float: left;
	display: block;
	height: 27px;
	padding: 0 5px 0 6px;
	background: url(../_img/mainmenu_sep.gif) no-repeat;
}

.mainmenu .home {
	display: none;
}

.mainmenu li a {
	display: block;
	background: left top no-repeat;
}

.mainmenu .prosj {
	padding-left: 0;
	background-position: right 0px;
}

.mainmenu .prosj a {
	width: 120px;
	height: 13px;
	background-image: url(../_img/mainmenu_prosj.gif);
}

.mainmenu .arbeid {
	padding-top: 2px;
	background-position: right 4px;
}

.mainmenu .arbeid a {
	width: 88px;
	height: 12px;
	background-image: url(../_img/mainmenu_arbeid.gif);
}

.mainmenu .skolen {
	padding-top: 6px;
	background-position: right 6px;
}

.mainmenu .skolen a {
	width: 120px;
	height: 12px;
	background-image: url(../_img/mainmenu_skolen.gif);
}

.mainmenu .support {
	padding-top: 7px;
	background-position: right 9px;
}

.mainmenu .support a {
	width: 91px;
	height: 12px;
	background-image: url(../_img/mainmenu_support.gif);
}

.mainmenu .forlaget {
	padding-top: 10px;
	background-position: right 12px;
}

.mainmenu .forlaget a {
	width: 109px;
	height: 12px;
	background-image: url(../_img/mainmenu_forlaget.gif);
}

.mainmenu .hjelpen {
	padding-top: 10px;
	background-position: right 11px;
}

.mainmenu .hjelpen a {
	width: 96px;
	height: 13px;
	background-image: url(../_img/mainmenu_hjelpen.gif);
}

.mainmenu .produkter {
	padding-top: 6px;
	background-position: right 7px;
}

.mainmenu .produkter a {
	width: 122px;
	height: 13px;
	background-image: url(../_img/mainmenu_produkter.gif);
}

.mainmenu .fonix {
	padding-top: 14px;
	background-position: right 20px;
	background-image: none;
}

.mainmenu .fonix a {
	width: 78px;
	height: 11px;
	background-image: url(../_img/mainmenu_fugl.gif);
}

.mainmenu .fugl {
	padding-top: 14px;
	background-position: right 16px;
}

.mainmenu .fugl a {
	width: 70px;
	height: 11px;
	background-image: url(../_img/mainmenu_fugl.gif);
}

.mainmenu .kontakt {
	padding-top: 17px;
	background: none;
}

.mainmenu .kontakt a {
	width: 59px;
	height: 10px;
	background-image: url(../_img/mainmenu_kontakt.gif);
}

.mainmenu li a:hover {
	background-position: left bottom;
}

.subnavi {
	float: left;
	width: 168px;
	padding-right: 48px;
}

.logo {
	padding: 0px 28px 10px 3px;
	margin: 0;
}

.logo a {
	display: block;
	height: 115px;
}

#submenu {
	padding: 0;
	padding-top: 30px;
	margin: 0;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}

#submenu li {
	display: block;
	position: relative;
	text-align: right;
	padding: 0 13px 0 3px;
}

#submenu a {
	display: block;
	color: #f4f4f3;
	text-decoration: none;
}

#submenu a:hover, #submenu .selected {
	background-position: right center;
	color: #89b03d;
}

#submenu li ul {
	position: absolute;
	width: 173px;
	padding: 0 0 25px;
	margin: 0;
	list-style-type: none;
	background: url(../_img/submenu_backg1.gif) left bottom no-repeat;
	text-align: left;
	top: -10px;
	left: 160px;
	z-index: 9999;
}

#submenu li ul .top {
	height: 21px;
	margin-bottom: -10px;
	background: url(../_img/submenu_backg2.gif) left top no-repeat;
}

#submenu li ul li {
	padding: 0 10px;
	text-align: left;
}

#submenu li > ul {
	display: none;
	position: absolute;
}

#submenu li ul ul {
	width: 145px;
	padding: 0;
	margin: 0;
}

#submenu li ul a {
	color: #121111;
}

#submenu ul.CSStoShow {
  display: block;
}

#submenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}

.content {
	float: left;
	width: 594px;
	min-height: 600px;
}

.header {
	padding: 0;
	margin: 0;
}

.path {
	padding: 4px 0 0;
	margin: 0;
	font-size: 15px;
}

.path a {
	color: #121111;
	text-decoration: none;
}

.path a:hover {
	color: #707f46;
}

.info {
	padding: 5px 0 58px 0;
	font-size: 12px;
	color: #272422;
}

.info a {
	color: #707f46;
}

.info a:hover {
	color: #fff;
	text-decoration: none;
}

.pics {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.pics .thumb {
	float: left;
}

.pics .thumb a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 11px 8px 0;
	border: 1px solid #fefefe;
	background: #ededed center no-repeat;
}

.pics .thumb a:hover {
	border-color: #428000;
}

.pics .paging {
	clear: both;
	display: block;
	padding-top: 5px;
	font-weight: bold;
}

.pics .paging a {
	text-decoration: none;
}

#bigpic {
	margin: 10px 0 15px;
	border: 2px solid #fefefe;
}

#footer {
	height: 32px;
	background: url(../_img/footer_backg.jpg) left top repeat-x;
	text-align: center;
}

#footer h3 {
	position: relative;
	width: 632px;
	height: 20px;
	padding: 12px 0 0;
	margin: 0 auto;
	font-size: 11px;
	color: #b8b6b0;
}

#footer h3 a {
	color: #b8b6b0;
	text-decoration: none;
}

#footer h3 a:hover {
	color: #89b03d;
}

.sammarbeid {
	position: absolute;
	top: -100px;
	left: -110px;
}



#banner{
	padding-left:40px;
	width:137px;
	float:left;
}

.out_bann{
	padding-bottom:5px;
}


#encho{
	padding:20px 0 0 0;
}

#new_login{
	padding:80px 0 0 15px;
	width:144px;
	height:128px;
	background: url(../_img/new_login_bg.gif) no-repeat left top;
}

.opa{
	padding-bottom:8px;
}

.ledo{
	padding: 0px 5px;
	width:114px;
	height:21px;
	color:#c6c6c6;
	font-weight:bold;
	border:solid 1px #f8f5f1;
	background-color:#514f4d;
}
.bledo{
	width:124px;
	height:21px;
	color:#c6c6c6;
	font-weight:bold;
	border:solid 1px #f8f5f1;
	background-color:#514f4d;
}

.log{
	padding:5px 0 0 55px;
}

.new_send{
	width:68px;
	height:23px;
	cursor:pointer;
	border:0px;
	background: url(../_img/new_send.gif) no-repeat left top;
}

#sound {
	position:absolute;
	top:30px;
	right:300px;
	height:30px;
	width:30px;
}

.newslist .image {
	float:left;
	width:260px;
	min-height:50px;
	padding:27px 0 0 0;
}

* html .newslist .image {
	height:50px;
}

.newslist .image img {
	border:0;
}

.newslist .info {
	float:right;
	width:320px;
}

* html .newslist .info {
	min-height:50px;
}

.newslist .subject {
	margin:3px 0 7px 0;
	padding:0;
	font-size:18px;
	line-height:19px;
}


.newslist .date {
	text-align:right;
}

.newslist .goto {
	text-align:right;
}

.newslist .short {
	margin:0 0 10px 0;
}

.newslist .goto a {
	display:inline-block;
	padding:1px 6px;
	background:#22211d;
	color:#72863f;
	text-decoration:none;
	font-weight:bold;
}

.newslist .btm {
	clear:both;
	height:15px;
}
.newslist_mirror .info { float:left; }
.newslist_mirror .image { float:right; }