#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
#thumbBox .footerlink{
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: left;

}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
body {
	background-image: url(aRKA_pLAN_X_TOP.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #541E1E;
}
body,td,th {
	font-family: tahoma;
	font-size: 11px;
}
.link{
	text-decoration:none;
	color:#666666;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #FFFFFF;
	}
 
.link:hover
{
	color:#00CC00;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999; 
	
}


.referanslink{
display:block;
float:left;
width:170px;
border-left:9px solid #CCCCCC;
margin-bottom:5px;
padding:5px;

	text-decoration:none;
	color:#666666;
	font-family: tahoma;
	font-size: 11px;
	
	}
.referanslink:hover{
	border-left:9px solid #42EA24;
	color:#990000;
	background:#DEFECF;
	}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #000000;
overflow: scroll; /*leave this value alone*/
width: 565px; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
