@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:100;
	/*overflow:hidden;*/
	/*background-image:url(graphics/tiling_main_bg.png);
	background-repeat:repeat-y;*/
}

html{
	
}

a{
	color:#789a28;	
}

#outerContainer{
	background-image:url(graphics/bakgrunn_sort_hvit.png);
	background-repeat:no-repeat;
}

#contents{
	/*width:890px;
	margin-left:auto;
	margin-right:auto;*/
}
#header{
	padding-top:35px;
	height:85px;
	background-color:#000000;
}

#inside_header{
	width:890px;
	margin-left:auto;
	margin-right:auto;	
}

#header2{
	height:195px;
	background-image:url(graphics/topmenu_tiling_bg.png);
	background-repeat:repeat-x:
}

#main{
	width:890px;
	margin-right:auto;
	margin-left:auto;
	
	overflow:auto;
	/*background-image:url(graphics/bakgrunn_sort_hvit.png);

	background-repeat:no-repeat;*/
}
#left{
	width:162px;
	/*background-image:url(graphics/dottedbrder.png);
	background-position:right;
	background-repeat:repeat-y;*/
}
#right{
	width:160px;
	
	color:#ffffff;
	margin-top:10px;
	
	/*background-image:url(graphics/dottedbrder.png);
	background-position:left;
	background-repeat:repeat-y;*/
	

}

#rightInner{
	/*padding-left:20px;	*/
	/*padding:0 5px;*/
	
}

#rightInner h2{
	padding:0;
	margin:0;
	font-size:100%;
	text-transform:uppercase;
}
#center{
	margin-left:62px;
	width:475px;
	
}

#left, #right, #center{
	float:left;	
}

#mainmenu{
	margin:0;
	padding:0;
	padding-left:25px;
	font-size:15pt;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.menuitem, .menuitem2{
	list-style:none;
	/*padding-left:20px;*/
	background-position:left 5px;
	
}


.menuitem a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	
}

.menuitem2 a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:60%;
	margin:0 0 15px 20px;
}

	

#left img{
	margin:5px;	
}

#innercontents{
	margin:0 25px;	
}

.largearticle{
	background-color:#242424;
	color:#ffffff;
	margin-top:3px;	
}

.largearticle h2{
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:100%;
	color:#cccccc;
	text-decoration:underline;
}
/*#header{
	background-image:url(graphics/top_tiling_bg.png);
	background-repeat:repeat-x;
	height:131px;
}

#inside_header{
	background-image:url(graphics/top_large_new2.png);
	background-repeat:no-repeat;
	height:131px;
}

#inside_header img{
	margin:10px;	
}

#main{
	margin-top:35px;
	
}

#left{
	float:left;
	margin-left:15px;
	width:160px;
}

#right{
	float:left;
	padding-left:120px;
	
}

#mainmenu{
	margin:0;
	padding:0;
}

#mainmenu li{
	background-image:url(graphics/menubg.png);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:0;
	padding:5px 0 5px 10px;
	list-style:none;
	
}

#mainmenu li.active{
	background-image:url(graphics/menubg_active.png);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:0;
	padding-left:10px;
}

#mainmenu li.active a{
	color:#000000;	
}

#mainmenu li a{
	color:#ffffff;
	text-decoration:none;
}

#contactinfo{
	color:#828282;
	font-size:80%;
}

#contactinfo a{
	color:#828282;
}

#large_album{
	width:426px;
	height:380px;
	background-image:url(graphics/large_album_bg.png);
	background-repeat:no-repeat;
}

#front_album_top{
	width:218px;
	height:168px;
	background-image:url(graphics/album_front_top_bg.png);
	background-repeat:no-repeat;	
}

#front_album_bottom{
	width:218px;
	height:203px;
	background-image:url(graphics/album_front_bottom_bg.png);
	background-repeat:no-repeat;
	margin-top:3px;
}*/