@font-face {
	font-family: 'ColaborateThin';
	src: url('font/ColabThi-webfont.eot');
	src: local('?'), url('font/ColabThi-webfont.woff') format('woff'), url('font/ColabThi-webfont.ttf') format('truetype'), url('font/ColabThi-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ColaborateLight';
	src: url('font/ColabLig-webfont.eot');
	src: local('?'), url('font/ColabLig-webfont.woff') format('woff'), url('font/ColabLig-webfont.ttf') format('truetype'), url('font/ColabLig-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Colaborate';
	src: url('font/ColabReg-webfont.eot');
	src: local('?'), url('font/ColabReg-webfont.woff') format('woff'), url('font/ColabReg-webfont.ttf') format('truetype'), url('font/ColabReg-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ColaborateSemibold';
	src: url('font/ColabMed-webfont.eot');
	src: local('?'), url('font/ColabMed-webfont.woff') format('woff'), url('font/ColabMed-webfont.ttf') format('truetype'), url('font/ColabMed-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ColaborateBold';
	src: url('font/ColabBol-webfont.eot');
	src: local('?'), url('font/ColabBol-webfont.woff') format('woff'), url('font/ColabBol-webfont.ttf') format('truetype'), url('font/ColabBol-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	margin: 0px;
	font-family: 'ColaborateLight', Verdana, sans-serif;
	font-size: 14px;
	background: #bbbbbb;
	color: #777777;
}
a
{
	color: #777777;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
b
{
	font-family: 'Colaborate';
	font-weight: normal;
}
h1
{
	margin: 0px;
	font-family: 'ColaborateThin';
	font-size: 36px;
	font-weight: normal;
}
h2
{
	position: relative;
	left: -10px;
	margin: 12px 0px 0px 0px;
	font-family: 'ColaborateSemibold';
	font-size: 18px;
	font-weight: normal;
	color: #999999;
}
p
{
	margin: 2px 0px 8px 0px;
}
#mainContent p
{
	line-height: 1.4em;
	font-size: 14px;
}
a
{
	color: #555555;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration:underline;
}
b, strong
{
	font-family: 'ColaborateSemibold';
	font-weight: normal;
}
#mainImg
{
	position: absolute;
	top:0;
	left:0;
	right: 0;
}
#bottomColor
{
	position: relative;
	top:-4px;
	height: 80px;
	background: url(gfx/bottomBack.gif) repeat-x;
}
#mainImg img
{
	width: 100%;
	height: auto;
}
#mainFixedWrapper
{
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow: auto;
}

/* !MAINCONTENT */
#mainContent
{
	position: absolute;
	top: 312px;
	left: 340px;
	/*bottom:30px;*/
	width: 520px;
	padding: 30px 30px 10px 40px;
	background: #ffffff;
	-moz-box-shadow: 0px 0px 4px #999999;
	-webkit-box-shadow:  0px 0px 4px #999999;

	min-height:200px;
	height:auto !important;
	height:200px;
}
.kundeliste
{
	margin: 10px 0px;
}
.kundeliste td
{
	padding: 2px 24px 2px 10px;
	border-left: 1px solid #dddddd;
}
.kundeliste .first
{
	border: none;
}
.kundeliste a
{
	color: #999999;
}
/* !MAIN MENU */
#logo
{
	position: absolute;
	top: 0px;
	left: 90px;
	height: 80px;
	width: 240px;
	background: url(gfx/logo.png) no-repeat;
	_background: none;
}
#mainMenuWrapper
{
	position: absolute;
	top: 80px;
	left: 90px;
	width: 240px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 4px #777777;
	-webkit-box-shadow:  0px 0px 4px #777777;
}
.mainMenu
{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	background: #ffffff;
	font-size: 30px;
	font-family: 'ColaborateThin';
}
.mainMenu li
{
	position: relative;
	padding: 5px 10px;
	margin: 0;
	color: #777777;
}
.menuArrow
{
	position: absolute;
	top: 5px;
	right: 10px;
}
.menuArrow a
{
	display: inline-block;
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	margin-left: 4px;
	text-align: center;
}
.menuArrow a:hover
{
	color: #ffffff;
	background-color: #777777;
}
.mainMenuArbeider
{
	background: #eeeeee;
	height: 142px;
	/*height: 192px;*/
}
.subMenu
{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
}
.subMenu li
{
	position: relative;
	padding: 0px;
}
/* !HIDE MENU */
#hideMenu
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 60px;
	padding: 5px;
	color: #777777;
	background: #ffffff;
	cursor: pointer;
	filter:alpha(opacity=50);
	opacity: 0.5;
}
#hideMenu:hover
{
	filter:alpha(opacity=100);
	opacity: 1;
}
/* !TIMELINE */
#timelineWrapper
{
	position: relative;
	/* ENDRA FRA FOR  STTTE IE
	margin: 90px 0px 0px 0px;
	top:0px;
	*/
	margin: 0px 0px 0px 0px;
	top: 90px;
	height: 220px;
	overflow: hidden;
}
#timelineHolder
{
	position: absolute;
	top: 0px;
	left: 375px;
	height: 220px;
	background: url(gfx/strek.gif) repeat-x 0px 102px;
}
.workElement
{
	position: relative;
	float: left;
	margin: 0px 10px;
	width:140px;
	height: 220px;
	overflow: hidden;
}
.workElement .image
{
	position: relative;
	width:136px;
	height:91px;
	margin-bottom: 16px;
	border: 2px solid #eeeeee;
	background-repeat: no-repeat;
}
.workElementText
{
	position: relative;
	background: #eeeeee;
	padding: 5px;
	color: #777777;
	font-size: 14px;
	line-height: 14px;
}
.workElementText h4
{
	margin: 0px;
	margin-bottom: 2px;
	font-family: 'ColaborateSemibold';
	font-weight: normal;
	font-size: 14px;
	color: #555555;
}
.workElementTbn
{
	position: absolute;
	left: 140px;
	width: 410px;
	top: 0px;
}
.workElementTbn .image
{
	position: relative;
	margin: 0px 0px 10px 10px;
	float: left;
	width: 57px;
	height: 38px;
	background-position: center center;
}
.yearMark
{
	position: relative;
	float: left;
	height: 18px;
	width: 35px;
	margin-top: 95px;
	background: #eeeeee;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
}
.workElementTb, .workElement .image,.workElementText
{
	-moz-box-shadow: 0px 0px 4px #777777;
	-webkit-box-shadow:  0px 0px 4px #777777;
}
/* timelineScrollBtn */
#timelineScrollBtn
{
	position: absolute;
	top:40px;
	right: 10px;
	height: 42px;
	width: 92px;
}
#timelineScrollBtn a
{
	display: inline-block;
	width: 40px;
	height: 36px;
	line-height: 30px;
	font-size: 36px;
	text-decoration: none;
	margin-left: 4px;
	text-align: center;
	background: #ffffff;
}
#timelineScrollBtn a:hover
{
	color: #ffffff;
	background-color: #777777;
}
