@charset "iso-8859-1";
/*-----------------------------------------------------------------------------------------------
 
 tandberg arkitekter mnal 2008
 website by eDIR/ ee (Espen Schjelderup, Espen Hofsvang) © Copyright 2008

 layout: project-grid / index

-------------------------------------------------------------------------------------------------
 header
-----------------------------------------------------------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	z-index: 80;
}

#h-kat1, #h-kat2, #h-kat3 {
	height: 175px;
	width: 100px;
	position: absolute;
}

#h-kat1 {
	background: url("graphics/h-kat1.gif") no-repeat 0 0;
	left: 0;
}

#h-kat2 {
	background: url("graphics/h-kat2.gif") no-repeat 0 0;
	left: 250px;
}

#h-kat3 {
	background: url("graphics/h-kat3.gif") no-repeat 0 0;
	left: 500px;
}


/*-----------------------------------------------------------------------------------------------
 sorting mechanism
-----------------------------------------------------------------------------------------------*/
#sortconsole {
	margin-top: 225px;
	position: absolute;
	left: 750px;
	top: 0;
	z-index: 55;
}

#extender {
	background: url("graphics/extend-btn.gif") no-repeat 0 0;
	width: 19px;
	height: 19px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 54;
}

#extender:hover {
	background-position: 0 -19px;
}

#extend {
 	visibility: hidden;
	height: 10px;
	font-weight: bold;
	color: #cbc7b1;
	line-height: 9px;
	overflow: visible;
	position: absolute;
	top: 0;
	left: -11px;
	z-index: 53;
}

#ext-y, #ext-s {
	background: url("graphics/no-arw.gif") no-repeat 0 0;
	height: 10px;
	padding-left: 20px;
	position: absolute;
}

#ext-y {
	left: 11px;
}

#ext-s {
	left: 56px;
}

#sorter {
 	visibility: hidden;
	height: 10px;
	line-height: 9px;
	overflow: visible;
	position: absolute;
	top: 0;
	left: -11px;
	z-index: 55;
}

strong.year {
	display: inline;
	z-index: 1;
}

strong.scale {
	display: none;
}

#y-trigger, #s-trigger {
	cursor: pointer;
	position: absolute;
}

#y-trigger {
	left: 31px;
}

#s-trigger {
	left: 76px;
}

#y-arw, #s-arw {
	background: url("graphics/sort-arw.gif") no-repeat 0 -10px;
	width: 15px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 55;
}

#y-arw {
	left: 11px;
}

#s-arw {
	left: 56px;
}


/*-----------------------------------------------------------------------------------------------
 splashscreen / intro
-----------------------------------------------------------------------------------------------*/
#introtitle {
	background: url("graphics/title.png") no-repeat 0 0;
	width: 155px;
	height: 15px;
	margin-left: -77px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}

#intro {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}


/*-----------------------------------------------------------------------------------------------
 main layout / content grid
-----------------------------------------------------------------------------------------------*/
#context {
	width: 100%;
	height: 100%;
 	overflow: auto;
	overflow-x: hidden; /* turns off horizontal scrollbar except in opera */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#content {
 	width: 600px;
	margin: 0 auto;
	padding-top: 200px;
	position: relative;
}

#grid {
	position: absolute;
}

.sort-table span {
	display: none;
}

.sort-table td {
	padding: 0 0 125px;
}


/*-----------------------------------------------------------------------------------------------
 project entries / symbols
-----------------------------------------------------------------------------------------------*/
.symbol {
	width: 60px;
	height: 60px;
	margin: 20px;
	overflow: hidden;
	z-index: 0;
}

.symbol:hover {
	background-position: 0 -60px;
}

.pbtn {
	display: block;
	width: 60px;
	height: 60px;
}

.pbtn:visited {
	background: url("graphics/overlay.png") no-repeat 0 0;
	cursor: pointer;
}

.pinfo {
	width: 150px;
}
.pinfo p {
	font-family: tahoma, arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
	margin: 0;
	padding-left: 10px;
}


/*-----------------------------------------------------------------------------------------------
 this is the end
-----------------------------------------------------------------------------------------------*/
