@import "tbk.css";

div#container {
	position: relative;
}

div#header {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 600px;
	background-color: transparent;
	background-image: url(img/tbk_man.png);
	background-repeat: no-repeat;
	background-position: 600px 222px;
	z-index: 10000;
}

div#contentwrap {
	float: left;
	top: 0;
	margin: 0;
	padding: 0;
	width: 600px;
	background-color: transparent;
	background-image: url(img/portal_mainimage.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 0;
}

div#content {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	border-left: none;
}

div#content div * {
	cursor: pointer !important;
}

div#flowbar {
	display:none;
	z-index: 0;
}

div#fotoflash {
	position: relative;
}

div#payoff {
	position: absolute;
	top: 50px;
	left: 600px;
	width: 150px;
	height: 104px;
	background-image: url(img/group-payoff.png);
	background-repeat: no-repeat;
	background-position: -38px 0;
	z-index: 0;
}

div#spillage-col {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 700px;
	background-color: transparent;
	background-image: url(img/lijn2_left_portal.gif);
	background-repeat: no-repeat;
	background-position: 0 225px;
	border: none;
}
div#spillage-image {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 700px;
	background-color: transparent;
	border: none;
	background-image: url(img/spillage_mainimage.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10000;
}
div#spillage-image a:link, div#spillage-image a:visited {
	border: none;
}
div#spillage-image img {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}
div#spillage-image a:hover img {
	opacity: 0.00;
	-moz-opacity: 0.00;
	filter: alpha(opacity=0);
}


div#equip-col {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 700px;
	background-color: transparent;
}
div#equip-image {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 700px;
	background-color: transparent;
	border: none;
	background-image: url(img/equip_mainimage.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10000;
}
div#equip-image a:link, div#equip-image a:visited {
	border: none;
}
div#equip-image img {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}
div#equip-image a:hover img {
	opacity: 0.00;
	-moz-opacity: 0.00;
	filter: alpha(opacity=0);
}


div#europe-col {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 700px;
	background-color: transparent;
	background-image: url(img/lijn_left_portal.gif);
	background-repeat: no-repeat;
	background-position: 0 225px;
}
div#europe-image {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 700px;
	background-color: transparent;
	border: none;
	background-image: url(img/europe_mainimage.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10000;
}
div#europe-image a:link, div#europe-image a:visited {
	border: none;
}
div#europe-image img {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}
div#europe-image a:hover img {
	opacity: 0.00;
	-moz-opacity: 0.00;
	filter: alpha(opacity=0);
}

div#footer {
	position: absolute;
	top: 625px;
	clear: both;
	float: left;
	width:  auto;
	margin: 0;
	padding:0 0 0 10px;
}


/*** CLASSES ***/
.bvtitle {
	position: relative;
	top: 338px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 200px;
	height: 12px;
	text-align: center;
	background-color: transparent;
}
.bvtxt {
	position: relative;
	top: 340px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
	text-align: center;
	background-color: transparent;
	z-index: 0;
}

.bodytext {
	margin: 0 8px 0 8px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #6d7482;
}

/*** ELEMENTS ***/
h1.csc-firstHeader {
	margin:0 8px 0 8px;
	padding:0;
	font-size:16px;
	font-weight: bold;
	line-height:32px;
	text-align: center;
}

h3 {
	margin:0 8px 0 30px;
	padding:0;
	font-size:12px;
	font-weight: bold;
	line-height:32px;
	text-align: left;
	color: #7396aa;	
}


