*{
	margin:0;
	padding:0;
}

* img{
	border:0;
}

body{
	background-color:#333333;
	font-family:Verdana;
	font-size:13px;
	color:#FFF;
}

#computelofficesolutions {
	height: 100px;
	width:100%;
	text-align:center;
	font-size:10px;
	cursor:pointer;
	background:#232323;
	margin-top: 30px;
}

#placeholder{
	position:relative;
}

#container{
	position:relative;
	width:1000px;
	margin:0 auto;
}

#header{
	height:140px;
	width:1000px;
}

#header-overlay {
	position:absolute;
	top:0px;
	left:0px;
	height:140px;
	width:350px;
	z-index:30;
}

#header-logo{
	position:absolute;
	top:25px;
	right:0px;
	height:50px;
	z-index:21;
}

#header-tel{
	position:absolute;
	top: 110px;
	right: 410px;
}

#header-interstage{
	position:absolute;
	top: 70px;
	right: 0px;
	height:53px;
}

#caption{
	position:absolute;
	top:150px;
	left:240px;
	width:600px;
	z-index:25;
}

#caption h1{
	font-size:16px;
}

#navigation{
	position:absolute;
	top:145px;
	width:230px;
	margin-left:0px;
	background:#232323;
	z-index:21;
}

#navigation ul{
	list-style:none;
}

#navigation ul.sub{
	font-size:10px;
	display:none;
}

#navigation li{
	height:22px;
	border-top:2px solid #393838;
	border-bottom:2px solid #181818;
	background:#232323;
}

#navigation li .oranje
{
	background-color:#990000;
}

#navigation li:hover{
	height:22px;
	background:#404040;
}

#navigation a{
	position:absolute;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:5px;
}

#content{
	position:absolute;
	top:180px;
	margin-left:240px;
	width:755px;
	z-index:22;
}

#content a{
	color:#999;
	text-decoration:none;
}

#content a:hover{
	color:#a76234;
}

#content b.h2 {
	font:bold 13px Verdana;
}
/* Mooquee scroller */
.mooquee
{
    position: absolute;
    top:47px;
	overflow: hidden;
	white-space: nowrap;
	z-index:20;
}
.mooquee-text
{
	position: absolute;
}
/* Mooquee scroller */

#home-left{
	position:absolute;
	width:385px;
	margin-top:5px;
}

#home-right{
	position:absolute;
	left:390px;
	width:390px;
	margin-top:5px;
	border-left:2px dotted #666;
}

.home-rightsub
{
	width:380px;
	border-bottom:2px dotted #666;
	margin-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#photobook{
	border:6px solid #999;
	width:720px;
}

#line{
	position:absolute;
	height:135px;
	width:100%;
	border-bottom:2px solid #FFFFFF;
	z-index:0;
}



.foto
{
	background:#232323;
	float: left;
	text-align: center;
	
	margin: 3px;
	height: 140px;
	width: 180px;
	
	background: #232323 no-repeat center;
}




  /* 
  Intro spijkerman
  **/
  
  
#explodeshow
{
	position:		relative;
	width:			750px;
	height:			375px;
	background:		#333;
	text-align:		center;
	font:			bold 12px verdana;
}

.photo	
{
	z-index:		5;
	position:		absolute;
	left:			258px;
	top:			102px;
	width:			223px;
	height:			161px;
	border:			3px solid #b8c0c3;
	color:			#fff;
	cursor:			pointer;
}

.dummy	
{
	z-index:		10;
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			223px;
	height:			161px;
	cursor:			pointer;
}

#photo1
{
	z-index:		1;
	background:		#fff url('../images/photo1.png') no-repeat;
}
#photo2
{
	z-index:		2;
	background:		#fff url('../images/photo2.png') no-repeat;
}
#photo3
{
	z-index:		1;
	background:		#fff url('../images/photo3.png') no-repeat;
}
#photo4
{
	z-index:		1;
	background:		#fff url('../images/photo4.png') no-repeat;
}
#photo5
{
	z-index:		2;
	background:		#fff url('../images/photo5.png') no-repeat;
}
#photo6
{
	z-index:		1;
	background:		#fff url('../images/photo6.png') no-repeat;
}

.labelhide
{
	z-index:		7;
	display:		none;
	position:		absolute;
	bottom:			0px;
	left:			0px;
	width:			224px;
	height:			25px;
	padding-top:	5px;
	background:		#fff;
	color:			#000;
}

.labelshow
{
	z-index:		7;
	display:		block;
	position:		absolute;
	bottom:			0px;
	left:			0px;
	width:			224px;
	height:			30px;
	height:			25px;
	padding-top:	5px;
}
  
