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

div.visualContainer {
	clear:both;
	height:232px;
	width: 1000px;
	overflow:hidden;
	padding-left: 7px;
	padding-top: 22px;
	background-image: url(../img/visualBackground.gif);
	background-repeat: no-repeat;
}

div#fotoHolderWrapper {
	z-index: 50;
	position: absolute;
	display: block;
}

.fotoHolder {
	width:986px;
	height: 234px;

	}

div#contentTabContainer_1 {
	background-image: url(/img/visuals/visual-i-advertentie.jpg);
	background-repeat: no-repeat;
	}


div#contentTabContainer_2 {
	background-image: url(/img/visuals/visual-webteksten.jpg);
	background-repeat: no-repeat;
	}	

div#contentTabContainer_3 {
	background-image: url(/img/visuals/visual-website-analyse.jpg);
	background-repeat: no-repeat;
	}	
	
.buttonsHolder {
	z-index: 100;
	position: absolute;
	height: 234px;
	width: 300px;
	margin-left: 688px;
	}

.buttonsHolder ul {
	padding: 0px;
	margin: 0px;
	}
	
.buttonsHolder ul li {
	list-style-type: none;
	}
	
a#tab_advertise {
	height: 141px;
	width: 300px;
	display: block;
	background-image: url(/img/btn_i-advertentie.png);
	background-repeat: no-repeat;
	}
	
a#tab_advertise:hover {
	height: 141px;
	width: 300px;
	display: block;
	background-image: url(/img/btn_i-advertentie-active.png);
	background-repeat: no-repeat;
	}
	
a#tab_webtext {
	width: 300px;
	height: 45px;
	display: block;
	margin-bottom: 1px;
	background-image: url(/img/btn_webtext.png);
	background-repeat: no-repeat;
}

a#tab_webtext:hover {
	width: 300px;
	height: 45px;
	display: block;
	margin-bottom: 1px;
	background-image: url(/img/btn_webtext-active.png);
	background-repeat: no-repeat;
}

a#tab_analysis {
	width: 300px;
	height: 46px;
	display: block;
	margin-bottom: 1px;
	background-image: url(/img/btn_analysis.png);
	background-repeat: no-repeat;
}

a#tab_analysis:hover {
	width: 300px;
	height: 46px;
	display: block;
	margin-bottom: 1px;
	background-image: url(/img/btn_analysis-active.png);
	background-repeat: no-repeat;
}

span.none {
	display: none;
	}