html, body {
	background: url("../images/bg.gif") #fff;
	color:#666;
	font:normal 12px/16px arial, verdana, sans-serif;
	}
	
/*GENERAL USE
**************************/

div#container{
	width: 960px;
	min-height: 446px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	
div#nieuws {
	width: 100%;
	height: 37px;
	background: #9b907c;
	position: relative;
	margin: 0 0 3px;
	}
	
#nieuwsdiv{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 8px 0 0 0;
	overflow: hidden;
	height: 22px;
	display: none;
	}
	
#nieuwsdiv a,
#nieuwsdiv a:link,
#nieuwsdiv a:visited{
	color: #fff;
	font: normal 12px/16px arial, verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 5px;
	}
	
#nieuwsdiv a:hover{
	color: #e3004a;
	}
	
#nieuwsdiv a.actief{
	color: #e3004a;
}

#home #nieuwsdiv{
	display: block;
	}
	
.pretitel{
	color: #fff;
	margin: 10px 10px 10px 0;
	font:bold 16px arial, sans-serif;
	position: relative;
	}

.nieuwsartikel {
	color: #fff;
	margin: 10px;
	}

div#footer {
	width: 100%;
	height: 60px;
	background: #e3004a;
	position: relative;
	}

div#footer_logo{
	width: 960px;
	height: 60px;
	background: url("../img/footerlogo_bureau_oscar.jpg") no-repeat left top;
	margin: 0 auto;
	display: block;
	}
	
div#footer_r{
	width: 67px;
	height: 60px;
	float: right;
	margin: -60px 0 0 0;
	background: url("../img/footer_r_bureau_oscar.jpg") no-repeat;
	}
	
a,
a:link,
a:visited{
	color: #666;
	font: normal 12px/16px arial, verdana, sans-serif;
	text-decoration: none;
	}

a:hover,
a:active{
	color: #e3004a;
	}

	
.box {
	padding: 10px;
	}

.clear {
	clear: both;
	}

/*MENU
**************************/
div#menu {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999;
	}
	
div#menucontainer{
	position: relative;
	z-index: 16;
	height: 30px;
	display:block;
	margin: 20px 0 0 0;
	}
	
div#menubg{
	position: absolute;
	z-index: 999999998;
	width: 150px;
	height: 0px;
	display:block;
	top: 0;
	left: 0;
	background: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}

div.menuitem {
	height: 26px;
	margin-top: -26px;
	position: relative;
	display: block;
	}

div.menuitem a{
	font: normal 24px/40px gill-sans, arial, verdana, sans-serif;
	color: #9b907c;
	text-decoration: none;
	}
	
div.menuitem a:hover{
	color: #e3004a;
	}
	
div.menuitem a.actief{
	color: #e3004a;
	z-index: 20;
	position: relative;
	}
	
/*HOME
**************************/
div#links{
	width: 480px;
	height: 446px;
	float: left;
	display: block;
	}

div#echt{
	width: 480px;
	height: 200px;
	position: absolute;
	top: 25px;
	color: #000;
	}

div#echtis{
	width: 480px;
	height: 100px;
	position: absolute;
	top: 220px;
	color: #000;
	}

div#hometekst_container{
	width: 720px;
	height: 75px;
	position: absolute;
	top: 330px;
	background: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 5;
	display: block;
}

div#hometekst{
	width: 620px;
	position: absolute;
	top: 335px;
	color: #000;
	z-index: 10;
	display: block;
}

div#rechts{
	width: 480px;
	height: 446px;
	float: left;
	display: block;
	position: relative;
	}
	
div#foto{
	position: absolute;
	width: 480px;
	height: 446px;
	overflow: hidden;
	}

.e{
	right:-960px;
	}

.c{
	right:-960px;
	}

.h{
	right:-960px;
	}

.t{
	right:-960px;
	}
	
.etekst{
	right:-960px;
	}
		
.ctekst{
	right:-960px;
	}

.htekst{
	right:-960px;
	}

.ttekst{
	right:-960px;
	}	
	
.etestvak{
	right:-960px;
	}

.ctestvak{
	right:-960px;
	}

.htestvak{
	right:-960px;
	}

.ttestvak{
	right:-960px;
	}
	
.efoto{
	right:-480px;
	background: #fff;
	}
	
.cfoto{
	right:-480px;
	}

.hfoto{
	right:-480px;
	}

.tfoto{
	right:-480px;
	}

/*div#foto_overlay{
	width: 480px;
	height: 446px;
	position: absolute;
	top: 0;
	left: 0;
	}*/
	
.fadeThise {
		position:absolute;
		top: 0;
		left: 0;
		display:block;
		height: 446px;
		width: 480px;
		background:url(../img/overlay_e_sprite.png) 0 0 no-repeat;
		border: none;
	}
	
.fadeThise * {
	  display: none;
	  border: none;
	}
	
.fadeThise span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 446px;
		width: 480px;
		background:url(../img/overlay_e_sprite.png) 0 -446px no-repeat;
		border: none;
	}
	
.fadeThisc {
		position:absolute;
		top: 0;
		display:block;
		height: 446px;
		width: 480px;
		background:url(../img/overlay_c_sprite.png) 0 0 no-repeat;
	}
	
.fadeThisc * {
	  display: none;
	}
	
.fadeThisc span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 446px;
		width: 480px;
		background:url(../img/overlay_c_sprite.png) 0 -446px no-repeat;
	}
	
.fadeThish {
		position:absolute;
		top: 0;
		display:block;
		height: 446px;
		width: 480px;
		background:url(../img/overlay_h_sprite.png) 0 0 no-repeat;
	}
	
.fadeThish * {
	  display: none;
	}
	
.fadeThish span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 446px;
		width: 480px;
		background:url(../img/overlay_h_sprite.png) 0 -446px no-repeat;
	}

.fadeThist {
		position:absolute;
		top: 0;
		display:block;
		height: 446px;
		width: 480px;
		background:url(../img/overlay_t_sprite.png) 0 0 no-repeat;
	}
	
.fadeThist * {
	  display: none;
	}
	
.fadeThist span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 446px;
		width: 480px;
		background:url(../img/overlay_t_sprite.png) 0 -446px no-repeat;
	}

/*ONSWERK
**************************/
div#onslinks{
	width: 470px;
	min-height: 446px;
	float: left;
	display: block;
	text-align: left;
	font: normal 26px/40px arial, sans-serif;
	color: #000;
	padding: 100px 10px 10px 0;
	position: relative;
	}

#onslinks a,
#onslinks a:link,
#onslinks a:visited{
	font: normal 26px/40px arial, sans-serif;
	color: #000;
	text-decoration: none;
	}

#onslinks a:hover,
#onslinks a:active{
	color: #e3004a;
	}

div#onsrechts{
	width: 470px;
	height: 446px;
	float: left;
	display: block;
	position: relative;
	text-align: right;
	font: normal 26px/40px arial, sans-serif;
	color: #000;
	padding: 100px 0 10px 10px;
	}

#onsrechts a,
#onsrechts a:link,
#onsrechts a:visited{
	font: normal 26px/40px arial, sans-serif;
	color: #000;
	text-decoration: none;
	}

#onsrechts a:hover,
#onsrechts a:active{
	color: #e3004a;
	}

div#streep{
	height: 400px;
	width: 60px;
	background: url("../img/streep_sprite.png") -120px 0 no-repeat;
	position: absolute;
	left: 450px;
	top: 100px;
	z-index: 15;
	}
	
.strategie{
	height: 400px;
	width: 60px;
	background: url("../img/streep_sprite.png") -60px 0 no-repeat;
	position: absolute;
	left: 450px;
	top: 100px;
	z-index: 15;
	display: none;
	cursor: pointer;
	}

.vormgeving{
	height: 400px;
	width: 60px;
	background: url("../img/streep_sprite.png") 0 0 no-repeat;
	position: absolute;
	left: 450px;
	top: 100px;
	z-index: 15;
	display: none;
	cursor: pointer;
	}
	
.links{
	font: normal 18px/22px arial, sans-serif;
	color: #e3004a;
	position: absolute;
	top: 460px;
	}

.links a,
.links a:link,
.links a:visited{
	font: normal 18px/22px arial, sans-serif;
	color: #e3004a;
	text-decoration: none;
	}

.links a:hover,
.links a:active{
	color: #000;
	}
	
.linkv{
	font: normal 18px/22px arial, sans-serif;
	color: #000;
	position: absolute;
	top: 460px;
	right: 0;
}

.linkv a,
.linkv a:link,
.linkv a:visited{
	font: normal 18px/22px arial, sans-serif;
	color: #e3004a;
	text-decoration: none;
	}

.linkv a:hover,
.linkv a:active{
	color: #000;
	}
	
.portfoliocontainer{
	width: 960px;
	/*height: 446px;*/
	display: block;
	position: absolute;
	text-align: left;
	font: normal 11px/16px arial, sans-serif;
	color: #666;
	padding: 100px 0 10px;
	}

.strategieblok{
	left:-960px;
	}
	
.strategietekst{
	width: 420px;
	margin: 0 20px 0 0;
	display: block;
	float: left;
	}

.strategiefoto{
	width: 440px;
	height: 400px;
	display: block;
	float: left;
	}

.vormgevingblok{
	right: -960px;
}

.portfoliotekst{
	width: 150px;
	color: #666;
	font: normal 11px/16px arial, verdana, sans-serif;
	position: absolute;
	left: 0px;
	z-index: 10;
	}

.portfoliotekst a,
.portfoliotekst a:link,
.portfoliotekst a:visited{
	color: #666;
	font: normal 11px/16px arial, verdana, sans-serif;
	text-decoration: none;
	}

.portfoliotekst a:hover,
.portfoliotekst a:active{
	color: #e3004a;
	}
	
.strategieblok .portfoliotekst{
	position: relative;
	float: left;
	display: inline;
	}

.vormgevingblok .portfoliotekst{
	margin: 0 30px 0 90px;
	}
	
/*TYPOGRAFIE
**************************/
div#echt{
	font: bold 200px arial, sans-serif;
	}

div#echtis{
	font: bold 90px arial, sans-serif;
	padding: 0 0 0 10px;
	}
	
div#hometekst{
	font: 13px/16px;
}	

/*NIEUWS
**************************/
.nieuwsecht{
	font:normal 95px/40px arial, sans-serif;
	color: #000;
	display: block;
	width: 220px;
	margin-top: 50px;
	}
	
.nieuwskreet{
	font:normal 45px/30px arial, sans-serif;
	color: #000;
	display: block;
	width: 220px;
	margin: -10px 0 0 7px;
	}

.nieuwsdatum {
	color: #666;
	display: block;
	width: 220px;
	text-align: right;
	}

.nieuwstitel {
	font: normal 16px arial, sans-serif;
	color: #e3004a;
	display: block;
	width: 220px;
	text-align: left;
	margin: 10px 0;
	}

.nieuwstekst {
	color: #666;
	display: block;
	width: 220px;
	text-align: left;
	margin: 5px 0;
	}
	
/*OVERONS
**************************/
div#overonslinks{
	width: 470px;
	min-height: 446px;
	float: left;
	display: block;
	font: normal 12px/16px arial, sans-serif;
	color:#666;
	padding: 100px 10px 10px 0;
	position: relative;
	}

div#overonsrechts{
	width: 470px;
	min-height: 446px;
	float: left;
	display: block;
	position: relative;
	font: normal 12px/16px arial, sans-serif;
	color:#666;
	padding: 100px 0 10px 10px;
	}
	
.overonsfoto{
	width: 220px;
	height: 220px;
	position:relative;
}

.overonsfoto IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.overonsfoto IMG.active {
    z-index:10;
    opacity:1.0;
}

.overonsfoto IMG.last-active {
    z-index:9;
}

.hugo{
	}

.sabine{
	}

.overonstekst{
	width: 400px;
	margin: 10px 0;
	}
	
.overonsnaam{
	width: 400px;
	margin: 10px 0;
	font: normal 16px/22px arial, verdana, sans-serif;
	color: #000;
	}
	
.overonskreet{
	width: 200px;
	margin: 10px 0;
	color: #000;
	font: normal 16px/22px arial, verdana, sans-serif;
	position: relative;
	left: 220px;
	}
	
	
/*CONTACT & ECHT IS LEUKER
**************************/
div#cmscontent{
	width: 700px;
	position: relative;
	top: 90px;
}

div#cmscontent h2{
	font: 18px/24px arial, verdana, sans-serif;
	margin: 10px 0;
}


/*JCarousel*/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 220px;
    height: 500px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*Skin*/
.jcarousel-skin-tango {
	 height: 600px;
}

.jcarousel-skin-tango .jcarousel-container {
    position: absolute;
    top:100px;
    height: 500px;
}

.nieuwscarousel-skin .jcarousel-container-horizontal {
    width: 960px;
    padding: 20px 40px;
}

.nieuwscarousel-skin .jcarousel-container-vertical {
    width: 220px;
    height: 500px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  960px;
    height: 500px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  220px;
    height: 500px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 220px;
    height: 500px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin: 10px 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -40px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../img/next_spite.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -40px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/prev_spite.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0 yellow;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}



/*PIKA CHOOSE*/

.pikachoose{
	width:910px;
	position: absolute;
	left: 50px;
	display: block;
}

/* This is the ul you have all your images in */

.pikachoose ul{
	padding-left:0;
	width:60px;
	margin:0 0 0 30px;
	display: block;
	overflow:hidden;
	position: absolute;
	left: 800px;
	}
	
.pikachoose ul li{
	margin:0 0 4px 0;
	position:relative;
	overflow:hidden;
	}
	
.pikachoose ul li div img{
	position:relative;
	cursor:pointer;
	}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{
	width:560px;
	height:325px;
	display:block;
	position:absolute;
	left: 220px;
	}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{
	position:absolute;
	top:0px;
	left:0px;
	}
	
.pika_back_img{
	position: relative;
	top:0px;
	}
	
.pika_subdiv{
	position:relative;
	}
	
.pika_subdiv img, .pika_subdiv a img{border:none;}

.pika_caption{width:500px;height:16px;padding-top:4px;text-align:center;position:absolute;bottom:7px;left:3px;background:url('black.png') top left;}
.pika_caption a{color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px; display: none;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: none;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: none;width:50px;height:50px;background:url('pause.png') top center no-repeat;}

.pika_navigation a{font-size: 12px; text-decoration: none; display: none;}
.pika_navigation a:hover{text-decoration: underline; display: none;}
.pika_navigation{padding-top:10px;clear:both;text-align:center; display: none;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:1px;width:1px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:1px;width:1px;background:url('fastf.png') top right no-repeat;}

	
/*BROWSERERROR
********************************/
div#browserError{
	background: #e6004f; 
	height: 45px;
	z-index: 50;
	position: relative;
	}
	
div.warning{ 
	margin: 0 auto; 
	padding: 5px 0; 
	width: 960px; 
	font-size: 9pt; 
	line-height:14px; 
	color: #fff;
	}
	
div.warning a, 
div.warning a:link, 
div.warning a:visited{ 
	color: #fff;
	}
	
div.warning a:hover, 
div.warning a:active{ 
	text-decoration: underline; 
	color: #fff;
	}
