* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

td
{
font-size: 80%; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html, #Navigation  {
	background: #44494f url(../images/bg.png) repeat;
}
.clear {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
img {
	border: none;
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 890px;  
	margin: 0 auto; 
}
#Container { 
	margin-bottom: 3px;
	background:transparent url(../images/bg_menu.png) top left repeat-y;
	}
#Layout {
	float: right;
	overflow: hidden;
	width: 658px;
	background-color: #2f343a;
}

	#Layout.Homepage {
		background: #0a0a08 url(../images/bg_home.jpg) top left no-repeat;
	}
		#Layout.Homepage div.typography{
			margin: 340px 180px 10px 20px;
			background-color: transparent;
		}
	
	#Layout div.typography {
		padding: 0px 14px 12px 14px;
	}
#Content {
	float: left; 	
	margin: 0;
	text-align: left;
}
/** Header **/
#Header { 
	background: #525b62 url(../images/header.png) left top no-repeat;
	height: 71px;
	}
 	
	#Header h1 {
		width: 100%;
		height: 100%;
		
	}
	
		#Header h1 a {
			display: block;
			text-indent: -9999px;
			width: 230px;
			height: 100%;
			cursor: pointer;
		}
	

/*** Main Nav ***/
#Navigation 
{
	width: 230px;
	overflow: hidden;
	float: left;
}
	#Navigation span
	{
		display: none;
	}
	
	#Navigation a 
	{
		text-decoration: none;
		display: block;
		cursor: pointer;
		margin-right: 10px;
		line-height: normal;
	}
	
	#Navigation a:active
	{
		outline: none;
	}
	
	#Navigation dt 
	{
		line-height: 2.8em;
		background-color: #2F343A;
		margin-bottom: 2px;
		text-transform: uppercase;
	}
	
	dl.menu dd {
		display: none;
	}
	
	dl.menu dd.section {
		display: block;
	}
	
		#Navigation dt a 
		{
			color: #fbc70f;
			padding: 12px 14px 12px 20px;
			background: transparent url(../images/arrow_menu.png) right center no-repeat;
		}
		
		#Navigation dt a:hover
		{
			color: #fff;
			background: transparent url(../images/arrow_menu_hover.png) right center no-repeat;
		}
		
	#Navigation ul 
	{
		list-style: none; 
	}

		#Navigation ul ul
		{
			padding-top: 2px;
		}


	
	#Navigation ul.ProsjektHolder
	{
		/*display: none;*/
	}
		#Navigation ul li 
		{
			line-height: normal;
			background-color: #59626B;
			margin-bottom: 2px;
		}

			#Navigation ul ul li
			{
				background-color: #59626B;
			}
		
	  		#Navigation ul li a 
			{
				font-size: 1em; 
				padding: 12px 14px 12px 30px;
				color: #fff;
				background: transparent url(../images/arrow_submenu.png) right center no-repeat;
			}

				#Navigation ul ul li a
				{
					padding-left: 40px;
				}
			
			#Navigation ul li a:hover, #Navigation ul li a.current
			{
				color: #fbc70f;
				background: transparent url(../images/arrow_submenu_hover.png) right center no-repeat;
			}
			
				#Navigation ul li a img
				{
					margin-right: 5px;
					float: left;
					position: relative;
					top: -3px;
				}
			
				#Navigation ul li a:hover 
				{
				}
					
	    		#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover 
				{ 
				}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	background-color: #2f343a; 
	padding: 8px 12px 6px 12px;
	overflow: hidden;
	}
	
	#Footer div.logos{
		float: left;
		height: 26px;
		padding-left: 10px;
		line-height: 40px;
		height: 40px;
	}
	
	#Footer div.tlfs
	{
		float: right;
	}
	#Footer div.tlf{
		color: #70757b;
		float: left;
		padding: 0 28px;
		border-right: 1px solid #5a5f65;
	}
	
	#Footer div.last{
		border: none;
		padding-right: 0px;
	}
	
	
/* Prosjekter */
.typography table.project_list
{
	padding: 0;
	margin: 0;
}

	.typography table.project_list td
	{
		width: 50%;
		margin: 0;
		padding-bottom: 10px;
		vertical-align: top;
	}
	
		.typography table.project_list td div.project_mainimage
		{
			display: table-cell; 
			vertical-align: top;
			width: 85px;
		}

		.typography table.project_list td div.project_mainimage img
		{
			width: 75px;
			height: 75px;
		}

		.typography table.project_list td div.default
		{
			background-image: url(../images/default_img.png);
			width: 75px;
			height: 75px;
		}
		
		.typography table.project_list td .project_info
		{
			display: table-cell;
			vertical-align: top;
			padding-right: 10px;
		}
		
		.typography table.project_list td .project_info a
		{
			font-size: 1.2em;
		}
		
		.typography table.project_list td .project_data
		{
			font-size: 0.9em; 
			margin-top: 10px;
		}
		
		.typography table.project_list td .project_data span
		{
			margin-right: 5px;
			color: #979ca0;
		}
		
.Prosjekt .typography ul.project_list li
{
	width: auto;
	float: none;
}

	.Prosjekt .typography ul.project_image_list
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.Prosjekt .typography ul.project_image_list li
	{
		display: inline;
		float: left;
		
		margin-left: 0;
	}
	
		.Prosjekt .typography ul.project_image_list li img
		{
			margin-bottom: 5px;
		}

/* artikkel */
.Artikkel .article_photos {
	float: left;
	margin: 20px 10px 10px 0px;
}

	.Artikkel .article_photos img {
		display: block;
		margin-bottom: 8px;
	}

.Artikkel .article_text {
	float: left;
	width: 500px;
	overflow: hidden;
}

/* artikkelliste */
.ArtikkelHolder .Artikkel
{
	width: 100%;
	border-bottom: 1px solid #59626b;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

