@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #000;
	color: #000;
	}
.header {
	width: 100%;
	height: 400px;
	background-color: #FFF;
	background-image: url(../img/bkg-header.gif);
	background-repeat: repeat-x;	
	}
.bkg-header {
	background-image: url(../img/header-optiekdevel.jpg);
	background-repeat: no-repeat;
	height: 400px;	
	}
#headerlogo {
	position: absolute;
	z-index:100;
	height: 132px;
	width: 950px;
	background-image: url(../img/header-devel.png);
	background-repeat: no-repeat;	
	}	
.scrollable{
	height: 180px;
	width: 100%;
	background-color: #FFF;		
	}
.footer {
	height: 80px;
	background-image: url(../img/bkg-repeat-footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #FFF;
	}
.height20 {
	height: 20px;
	}
	
.culd {
	color: #000;
	padding-top: 40px;
	}
	
	
/*NIVO SLIDER*/
#slider {
	position:relative;
	width:938px; /* Change this to your images width */
	height:400px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../img/lightbox-ico-loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #FFF;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-image: url(../img/bullets.png);
	background-repeat: no-repeat;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}