
/* For body */
	body {
		width:100%;
		background:url("../images/body_bg.gif") repeat-x top left;
	}
	#content-topimage {
		border:1px solid #D4D4D4;
	}

/* css for matrix - references */
	.matrix-item {
		margin-right:10px;
	}
		.matrix-item div {
			text-align:center;
			margin-bottom:14px;
		}

/* Top logo */
	#logo {
		background:url("../images/t_logo_bg.gif") repeat-x top;
		width:100%;
		float:left;
		white-space:nowrap;
	}
	#logo img {
		float:left;
	}

/* Search field and box */
	#search_box {
		position:absolute;
		left:700px;
		width:214px;
		margin-top:35px;
	}

		#search-text {
			width:32px;
			height:13px;
			background:url("../images/search_top.gif") left top no-repeat;
		}
		#search {
			width:164px;
		}
		#search-results {
			padding:0;
			margin:0;
			list-style:none;
		}
		#search-results li {
			margin:0 0 11px 0;
			padding:0 0 0 22px;
			background:url("../images/bt_search.gif") left top no-repeat;
		}
			.more:link, .more:hover, .more:active, .more:visited {
				font-weight:normal;
			}

		/* inputbox inside a div with background image
		   have to do it this way because bg image will move when text overflows right (ie of course)
		*/
			.input-search {
				white-space:nowrap;
			}
				.input-search input {
					float:left;
					background:url("../images/input-search-bg.gif") repeat-x;	
					border:0;
					padding:0;
					margin:0;
					padding-top:7px;
					height:24px;
				}

				.input-search .button {
					float:left;
					border:0;
					margin:0;
					padding:0;
					width:19px;
					height:24px;
				}
				.input-search-left {
					background:url("../images/input-search-left.gif") no-repeat;
					width:10px;
					height:24px;
					float:left;
				}


/* Hide specific items */
	.hidden {
		display:none;
	}

/* Top menu css code from www.alistapart.com */
	#top-menu {
		float:left;
		width:100%;
		background:#fff url("../images/a_bg.gif") repeat-x top;
	  }

	#top-menu ul {
		margin:0;
		padding:0px 25px 0;
		list-style:none;
		width:866px;
	  }

	#top-menu li {
		float:left;
		background:url("../images/a_left.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 8px;
		font-size:10px;
	  }

	#top-menu a {
		float:left;
		display:block;
		background:url("../images/a_right.gif") no-repeat right top;
		padding:5px 15px 5px 6px;
		text-transform:uppercase;
		color:#333;
		padding-bottom:37px;
	  }

	/* Commented Backslash Hack
	   hides rule from IE5-Mac \*/
	#top-menu a {float:none;}
	/* End IE5-Mac hack */


	#top-menu #menu-current {
	  background-image:url("../images/a_left_on.gif");
	  }

	#top-menu #menu-current a {
	  background-image:url("../images/a_right_on.gif");
	  padding-bottom:37px;
	  }

	#top-menu #menu-before a{
		background:none;
	}

	#top-menu #phone {
		float:right;
		background:none;
		padding:0;
		width:36px;
	}
	#top-menu #phone a img, #top-menu #phone a{
		border:none;
		background:none;
		padding:0;
	}
	#top-menu #phone a{
		float:right;
	}

/* Frame is the main container for the whole site */
	#frame{
		background:url("../images/dot_bg.gif") repeat-y 30px top; 
		float:left;
	}
	/* css hack (the following css will not be executed on ie5.2 mac) */
	@media All {
		#frame {
			border:none;
		}
	}
	/* end hack */


	html > #frame {
		width:100%;
	}

/* Frame mid */
	#frame-mid {
		width:902px;
	}

	#frame-mid-full-width {
		width:902px;
		margin-left:39px;
	}

/* Left part of site containing menu-left, loginbox and a dotted field with no apparent meaning */
	#left {
		margin-right:10px;
		width:199px;
		float:left;
	}
		#login {
			border:1px solid #D4D4D4;
			background:white;
			padding-bottom:16px;
		}

			#login-header {
				border-left:1px solid #D4D4D4;
				border-right:1px solid #D4D4D4;
				background:url("../images/header_bg.gif") top repeat-x;
				text-transform:uppercase;
				width:191px;
				height:16px;
				padding:7px 0 1px 6px;
				font-size:10px;
				line-height:12px;
			}
			
			#password{
				width:155px;
			}

			#user {
				width:165px;
			}
			
			/*#login-form {
				display:none;
			}*/
			#login-spacer {
				background:white;
				height:11px;
			}
			.login-spacer {
				background:white;
				height:11px;
			}

			#login-footer {
				width:199px;
				height:10px;				
				background:white;
			}

			#login-username {
				width:197px;
				height:32px;
				background:url("../images/login_brukernavn.gif");
			}

			#login-password {
				width:197px;
				height:28px;
				background:url("../images/login_passord.gif");
			}
			
			#login-inner {
				padding:10px 10px 0 10px;
			}
		/* new way of doing skinned inputfields */
			.input2 {
				white-space:nowrap;
				padding-left:8px;
			}
				.input2 input {
					float:left;
					background:url("../images/input2-bg.gif") repeat-x;	
					border:0;
					padding:0;
					margin:0;
					padding-top:4px;
					height:18px;
				}

				.input2 .button {
					float:left;
					border:0;
					margin:0;
					padding:0;
					width:16px;
					height:18px;
				}
				.input2-left {
					background:url("../images/input2-left.gif") no-repeat;
					width:6px;
					height:18px;
					float:left;
				}
				.input2-right {
					float:left;
					width:6px;
					height:18px;
					background:url("../images/input2-right.gif") no-repeat;
					clear:right;
				}

	/* Left-menu */
		#left-menu {
			background:#fff;
			width:199px;
		  }
		
		#left-menu {
			font-size:10px;
		}
		
		/* Level 1 */
			#left-menu ul, #left-menu-2 ul{
				margin:0;
				padding:0;
				list-style:none;
				width:199px;
			}

			#left-menu-2 ul {
				display:inline;
			}

			#left-menu li {
				clear:both;
				background:url("../images/left-menu-lv1-bg.gif") no-repeat top left;
				margin:0;
				padding:4px 0 3px 10px;
				height:17px;
				text-transform:uppercase;
			}

			
			/* Box model hack for ie padding bug */
			#left-menu li { 
				width:179px;
				voice-family: "\"}\""; 
				voice-family:inherit;
				width:189px;
			} 

			#left-menu a {
				float:left;
				display:block;
				/*background:url("../images/a_right.gif") no-repeat right top;*/
				padding:0;
				color:#333;
			}

				#left-menu-2-first {
					margin-top:10px;
				}
		
		/* Level 2 */

			 #left-menu-2 ul li {
				float:left;
				background:none;
				clear:both;
				margin:0;
				padding:0;
				height:17px;
				text-transform:uppercase;
				clear:both;
			 }
				
				#left-menu-2 ul li a {
					padding:0 0 10px 10px;
				}

				#left-menu-2-on a {
					background:url("../images/left-menu-lv2-bg.gif") no-repeat -4px left;
				}
			
			/* Box model hack for ie padding bug */
			#left-menu-2 ul li, #left-menu-2 { 
			  width:179px; 
			  voice-family: "\"}\""; 
			  voice-family:inherit;
			  width:169px;
			} 

			/* "Be nice to opera 5" rule*/
			#left-menu-2 > li {
			  width:179px;
			} 



		/* Commented Backslash Hack
		   hides rule from IE5-Mac \*/
			#left-menu a {float:none;}
		/* End IE5-Mac hack */

/* middle part */
	#middle {
		width:453px;
		float:left;
	}
	#middle-full-width {
		width:900px;
		float:left;
	}
		#middle img {
			clear:both;
			margin-bottom:1em;
		}

		#front_fullwidth {
			float:left;
			/* border:1px solid #D4D4D4; */
			width:850px;
			padding:0 0 0 0;
		}

		#front_mediumwidth {
			float:left;
			/* border:1px solid #D4D4D4; */
			width:652px;
			padding:0 0 0 0;
		}

		#front {
			float:left;
			/* border:1px solid #D4D4D4; */
			width:453px;
			padding:0 0 0 0;
		}
			#front-header {
				background:url("../images/front_text.gif") no-repeat;
				width:453px;
				height:35px;
				float:left;
			}
			.front-item {
				margin-bottom:10px;
				width:100%;
				float:left;
			}
			.front-item a img {
				float:left;
				margin:0;
				padding:0;
				margin-right:13px;
				border:0;
			}
			.front-item a {
				font-weight:bold;
			}


			.front-item2 {
				float:left;
				width:453px;
				background:url(../images/frontfeature_top.gif) repeat-x left top;
			}
			.font-item2 h2 {
				color:#68a9c3;
				font-size:11px;
				font-weight:normal;
				padding:0;
				margin:0;
			}
			.front-item2 a img {
				float:left;
				margin:0;
				padding:0;
				margin-right:15px;
			}
			.front-item2 a {
				font-weight:normal;
				padding-bottom:5px;
				font-size:12px;
				display:block;
			}
			.front-item2-bottom {
				float:left;
				background:url(../images/frontfeature_bottom.gif) repeat-x left bottom;
				padding:17px 10px 10px 0px;
				width:443px;
			}
			#frontfeature-end {
				background:url(../images/frontfeature_end.gif) repeat-x left top;
			}
			.front-item2-link {
				background:url(../images/bt_search.gif) -9px -1px no-repeat;
				padding-left:10px;
			}

/* right part */
	#right {
		float:left;
		width:199px;
		margin-left:10px;
	}
		
		/* document content container for right top replacement */
		#right-top {
			border:1px solid #D4D4D4;
			width:185px;
			padding:6px;
		}
			#right-top-header {
				border-left:1px solid #D4D4D4;
				border-right:1px solid #D4D4D4;
				background:url("../images/header_bg.gif") top repeat-x;
				text-transform:uppercase;
				width:191px;
				height:16px;
				padding:7px 0 1px 6px;
				font-size:10px;
				line-height:12px;
			}
			

		/* Last projects */
		#proj {
			border:1px solid #D4D4D4;
			width:167px;
			padding:0px 0 11px 30px;
			height:145px;
		}

			#proj-header {
				border-left:1px solid #D4D4D4;
				border-right:1px solid #D4D4D4;
				background:url("../images/header_bg.gif") top repeat-x;
				font-size:10px;
				line-height:12px;
			}
			#proj-header div {
				height:16px;
				padding:7px 0 1px 6px;
				text-transform:uppercase;
				font-size:10px;
			}
			
			#proj-header a {
				float:right;
			}

		#news {
			border:1px solid #D4D4D4;
			width:197px;
			padding-bottom:9px;
			padding-top:9px;
			min-height:219px;
			float:left;
		}
		#demo {
			border:1px solid #D4D4D4;
			width:197px;
			padding-bottom:9px;
			padding-top:9px;
			float:left;
		}

		#news2 {
			border:1px solid #D4D4D4;
			width:197px;
			padding-bottom:9px;
			padding-top:9px;
			min-height:219px;
			float:left;
		}
			
			#demo-header {
				border-left:1px solid #D4D4D4;
				border-right:1px solid #D4D4D4;
				background:url("../images/header_bg.gif") top repeat-x;
				text-transform:uppercase;
				width:191px;
				height:16px;
				padding:7px 0 1px 6px;
				margin-top:11px;
				font-size:10px;
				line-height:12px;
				float:left;
			}

			#news-header {
				border-left:1px solid #D4D4D4;
				border-right:1px solid #D4D4D4;
				background:url("../images/header_bg.gif") top repeat-x;
				text-transform:uppercase;
				width:191px;
				height:16px;
				padding:7px 0 1px 6px;
				margin-top:11px;
				font-size:10px;
				line-height:12px;
				float:left;
			}

			#news-header2 {
				border-left:1px solid #D4D4D4;
				border-right:1px solid #D4D4D4;
				background:url("../images/header_bg.gif") top repeat-x;
				text-transform:uppercase;
				width:191px;
				height:16px;
				padding:7px 0 1px 6px;
				margin-top:11px;
				font-size:10px;
				line-height:12px;
			}


		/* News ul css code */
			#news ul {
			  margin:0 0 0 2px;
			  padding:0;
			  list-style:none;
			  width:185px;
			}

			#news li {
			  background:url("../images/bt_plus_news.gif") no-repeat left top;
			  margin:0;
			  padding:4px 6px 0 6px;
			  float:left;
			  clear:both;
			  width:183px;
			}
				
				#news #last a {
					border:none;
				}


			#news a {
			  float:left;
			  display:block;
			  padding:0 15px 0 22px;

			}

			#news .date {
				float:left;
				padding:0 15px 0 22px;
			}

			/* Commented Backslash Hack
			   hides rule from IE5-Mac \*/
			#news a {float:none;}
			/* End IE5-Mac hack */



/* credit part */
	#credit {
		background:url("../images/credit_bg.gif") repeat-x top;
		height:29px;
		vertical-align:middle;
		width:100%;
		float:left;
		font-size:10px;
	}
	#credit_space{
		width:100%;
		float:left;
		height:56px;
		background:white;
	}

/* Formfields */
	input, textarea, select {
		font-size:11px;
		font-family: verdana, arial, helvetica, sans-serif;
	}

/* hacks */
	.ie5mac {
		display:none;
	}

	#left-menu-spacer {
		float:left;
		width:30px;
		height:1px;
	}

/* hack for ie 5 */
	@media tty {
	 i{content:"\";/*" "*/}};
	 @import 'ie5win.css'; {;}/*";}
	}/* */

/* hack for ie 5.5 */
	@media tty { i{content:"\";/*" "*/}}@m; @import 'ie55win.css'; /*";}}/* */


.clickable
{
	cursor:hand;
	cursor:pointer;
}