*{
	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:1000px;
	z-index:30;
}

#header-logo{
	position:absolute;
	top:25px;
	left:900px;
	height:50px;
	width:100px;
	z-index:21;
}

#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;
}