
	/* global reset */

		html {
			height: 100%;
			margin-bottom: 1px;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
		}
		
		body,
		h1, h2, h3, h4, h5, h6,
		div, p,
		form, input, select, textarea, legend,
		table, tr, th, td {
			margin: 0;
			padding: 0;
		}
		
	/* main */
	
		body {
			background: #FFF;
			margin: 0;
			padding: 0;
			_text-align: center;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 11px;
			color: #1e2e7e;
		}
		
		a, a:link, a:hover, a:visited {
			color: #1e2e7e;
			overflow:hidden;
			outline: none;
		}
		
		a img {
			border: 0;
		}
		
	/* quickJump */
	
		ul#quickJump {
			display: none;
		}
		
	/* wrapper */
	
		#wrapper {
			width: 750px;
			padding: 10px;
			margin: 25px auto 25px;
			border: 1px solid #1e2e7e;
			_text-align: left;
		}
		
	/* header */
	
		#header {
			position: relative;
			background: #FFF;
			height: 120px;
		}
		
		#header h1 {
			position: absolute;
			top: 0;
			left: 0;
			
			display: block;
			width: 152px;
			height: 41px;
			overflow: hidden;
			text-indent: -9999px;
			background: transparent url(../images/layout/actemiumlogo.jpg) no-repeat top left;
		}
		
		#header #langSwap {
			margin: 0;
			padding: 0;
			position: absolute;
			right: 0;
			top: 0;
			
			list-style: none;
			width: 80px;
			
			/*display: none;		 remove this line to enable languagechooser */
		}
		
		#header #langSwap li {
			margin: 0;
			padding: 0;
			display: block;
			width: 25px;
			height: 14px;
			line-height: 14px;
			float: left;
			list-style: none;
			text-align: center;
			border-right: 1px solid #000;
			font-size: 12px;
		}
		
		#header h2 {
			display: none;
		}
		
		#header h2#choose {
			display: block;
			height: 14px;
			line-height: 14px;
			
			position: absolute;
			right: 85px;
			top: 0;
			
			width: 180px;
			color: #000000;
			text-align: right;
			font-size: 12px;
			font-weight: normal;
			
			display: none;		/* remove this line to enable languagechooser */
		}	
		
		#header #infoMenu {
			list-style: none;
			position: absolute;
			right: 0;
			top: 20px;
			
			list-style: none;
			width: 500px;
			text-align: right;
		}	
		
		#header #infoMenu li {
			margin: 0;
			padding: 0;
			display: inline;
			height: 14px;
			line-height: 14px;
			font-size: 12px;
			border-right: 1px solid #000000;
			padding: 0px 3px 0px 3px;
		}
		
		#header #nav {
			position: absolute;
			left: 0;
			bottom: 16px;
			background: transparent url(../images/layout/menu/bg.gif) top left no-repeat;
			height: 24px;
			padding: 10px 2px;
			width: 736px;
			margin: 0;
			_bottom: 0;
			_top: 56px;
		}
		
	/* header : suckerfish specifics */
	
		#nav {
			margin: 0;
			padding: 0;
			list-style: none;
			background: #bbc0d8;
			font-weight: bold;
		}
		
		#nav ul {
			margin: 0;
			padding: 0;
			float: left;
			list-style: none;
			background: #FFFFFF;
			font-weight: bold;
			padding: 0;
			border: 1px solid #bbc0d8;
			margin: 0;
		}
		
		#nav a {
			margin: 0;
			padding: 0;
			display: block;
			color: #1e2e7e;
			text-decoration: none;
		}
		
		#nav a.daddy {
			margin: 0;
			padding: 0;
			background: transparent url(../images/layout/menu/arrow.gif) center right no-repeat;
		}
		
		#nav li {
			margin: 0;
			padding: 0;
			float: left;
			padding: 0;
			width: 92px;
		}
		
		#nav li a {
			margin: 0;
			padding: 0;
			display: block;
			padding: 0;
			width: 80px;
			min-height: 24px;
			_height: 24px;
			_overflow: visible;
			line-height: 24px;						
			padding: 0 5px;
			text-align: left;
		}
		
		#nav a.tweeregels{
			min-height: 28px;
			_height: 28px;
			_overflow: visible;
			line-height: 14px;
		}
		
		#nav li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			left: -9999px;
			height: auto;
			width: 240px;
			font-weight: normal;
			border-width: 4px;
			margin: 0;
			z-index: 2;
			visibility: visible;
			background: #FFF;
		}
		
		#nav li li {	
			width: 240px;
		}
		
		#nav li ul a {
			width: 240px;
			text-align: left;
		}
		
		#nav li ul ul {
			margin: -12px 0 0 120px;
			_margin: -12px 0 0 130px;
			width: 260px;
		}
		
		#nav ul ul li, #nav ul ul li a {
			width: 260px;
		}
		
		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
			left: -9999px;
		}	
		
		#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
			left: auto;
		}
					
		#nav li.last:hover ul, #nav li.sfhover.last ul {
			right: 0;
		}
		
		#nav li:hover {
			background: #bfe10e;
		}
		
		#nav li.sfhover {
			background: #bfe10e;
		}
		
	/* mainContent */
	
		#mainContent {
			min-height: 330px;
			_height: 330px;
			_overflow: visible;
		}
		
	/* footer */
		#footer {
			clear: both;
			position: relative;
			height: 33px;
			z-index: 1;
		}
		
		#footer #copy {
			display: block;
			color: #000000;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 2;
		}
		
		#footer #vinci {
			display: block;
			position: absolute;
			bottom: 0;
			right: 0;
			z-index: 2;
		}

	/* the box */
	
		#box {
			width: 720px;
			margin: 0 auto 0;
		}
		
		#box #box_header {
			width: 720px;
			height: 91px;
		}
		
		#box #box_header h3 {
			display: block;
			width: 720px;
			height: 91px;
			text-indent: -9999px;
			overflow: hidden;
			background: transparent url(../images/spacer.gif) no-repeat top left;
		}
		
		#box #box_content {
			width: 717px;
			border-left: 1px solid #E0E1E8;
			border-right: 1px solid #E0E1E8;
			background: transparent url(../images/layout/box/content_corner_bar.gif) no-repeat top left;
		}
		
		#box #box_content #box_content_left {
			width: 415px;
			padding: 30px 0 0 79px;
			float: left;
		}
		
		#box_content_left div p {
			line-height: 14px;
			margin-bottom: 18px;
		}
		
		#box #box_content #box_content_left h4 {
			display: block;
			width: 400px;
			height: 55px;
			text-indent: -9999px;
			overflow: hidden;
			background: transparent url(../images/spacer.gif) no-repeat top left;
		}
		
		#box #box_content #box_content_left h5 {
			display: block;
			width: 400px;
			height: 24px;
			text-indent: -9999px;
			overflow: hidden;
			background: transparent url(../images/spacer.gif) no-repeat top left;
			border-bottom: 1px solid #DADADA;
		}
		
		#box #box_content #box_content_right {
			margin-top: 38px;
			width: 223px;
			float: left;
			background: transparent url(../images/spacer.gif) no-repeat top right;
		}
		
		#box #box_content #box_content_fullwidth {
			width: 638px;
			padding-left: 79px;
		}
		
		#box #box_footer {
			width: 719px;
			height: 136px;
			overflow: hidden;
			background: transparent url(../images/layout/box/footer.gif) no-repeat top left;
		}

	/* news module */
		
		ul#newsListing {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		ul#newsListing li {
			margin: 0 0 38px 0;
			padding: 0 0 0 18px;
			list-style: none;
			background: transparent url(../images/news/puce1.gif) no-repeat 0px 20px;
		}
		
		span.newsSummary {
			line-height: 16px;
		}
		
		a.newsTitle {
			font-weight: bold;
			display: block;
			height: 18px;
			line-height: 18px;
		}
		
		span.newsDate, div.newsDate {
			display: block;
			height: 16px;
			line-height: 16px;
		}
		
		div#newsItemContent {
			padding: 0 0 0 18px;
			background: transparent url(../images/news/puce1.gif) no-repeat 0px 20px;		
			line-height: 18px;			
		}
		
		div#newsItemContent p {
			margin-bottom: 18px;	
		}

	/* downloads module */
		
		ul#downloadsListing {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		ul#downloadsListing li {
			margin: 2px 0;
			padding: 0 0 0 18px;
			list-style: none;
			background: transparent url(../images/news/puce1.gif) no-repeat 0px 50%;
			height: 24px;
			line-height: 24px;
		}
		
		ul#downloadsListing li a {
			display: block;
			width: 300px;
			background: transparent url(../images/filetypes/blank.gif) no-repeat 100% 50%;
			height: 24px;
			line-height: 24px;
			float: left;
			font-weight: bold;
			overflow: hidden;
		}
		
		ul#downloadsListing li a.pdf {
			background-image: url(../images/filetypes/pdf.jpg);
		}
		
		ul#downloadsListing li a.ppt {
			background-image: url(../images/filetypes/ppt.jpg);
		}
		
		ul#downloadsListing li a.xls {
			background-image: url(../images/filetypes/xls.jpg);
		}
		
		ul#downloadsListing li span.fileSize {
			display: block;
			width: 80px;
			height: 24px;
			line-height: 24px;
			float: left;
			text-align: right;
			overflow: hidden;
		}	
	
	/* trainingselector */
	
		#trainingselectorTable {
			border-collapse: collapse;
			width: 630px;
			border: 0px;
		}
		
		#trainingselectorTable td {
			border-bottom: 1px solid #ececec;
			padding: 4px 0;
		}
		
		#trainingselectorTable col#c_type, #trainingselectorTable td.c_type {
			width: 20px;
		}
		
		#trainingselectorTable col#c_name, #trainingselectorTable td.c_name {
			width: 120px;
			text-transform: uppercase;
		}
		
		#trainingselectorTable col#c_days, #trainingselectorTable td.c_days {
			width: 30px;
			text-align: right;
			padding-right: 10px;
		}
		
		#trainingselectorTable col#c_price, #trainingselectorTable td.c_price {
			width: 30px;
			text-align: right;
			padding-right: 10px;
		}
		
		#trainingselectorTable col#c_data_loc1, #trainingselectorTable td.c_data_loc1 {
			width: 120px;
			text-align: center;
			line-height: 12px;
		}
		
		#trainingselectorTable col#c_data_loc2, #trainingselectorTable td.c_data_loc2 {
			width: 140px;
			text-align: center;
			line-height: 12px;
		}
		
		#trainingselectorTable col#c_data_loc3, #trainingselectorTable td.c_data_loc3 {
			width: 150px;
			text-align: center;
			line-height: 12px;
		}
		
		#trainingselectorTable col#c_data_loc4, #trainingselectorTable td.c_data_loc4 {
			width: 100px;
			line-height: 12px;
		}
		
	
		#trainingselectorTable th {
			background: #BFE10E;
			font-weight: bold;
			color: #1E2E7E;
			text-transform: uppercase;
			height: 22px;
			line-height: 22px;
		}
		
		#trainingselectorTable td {
			height: 22px;
			line-height: 22px;
		}
	
		#trainingselectorTable tr.subhead {
			background: #FFFFFF;
			text-transform: uppercase;
		}
	
		#trainingselectorTable tr.subhead td.title {
			color: #FFFFFF;
			font-weight: bold;
			text-align: center;
		}
	
		#trainingselectorTable tr.subhead td.c_data_loc1 {
			background: #3366FF;
		}
	
		#trainingselectorTable tr.subhead td.c_data_loc2 {
			background: #FF9900;
		}
	
		#trainingselectorTable tr.subhead td.c_data_loc3 {
			background: #FF3300;
		}
	
		#trainingselectorTable tr.subhead td.c_data_loc4 {
			background: #D9B359;
		}
	
		#trainingselectorTable td.c_data_loc1 span {
			background: #D5DFFF;
		}
	
		#trainingselectorTable td.c_data_loc2 span {
			background: #FFFFCC;
		}
	
		#trainingselectorTable td.c_data_loc3 span {
			background: #FFCC99;
		}
	
		#trainingselectorTable td.c_data_loc4 span {
			background: #EECEBF;
		}
		
		
		#trainingSelectorLegend {
			margin: 30px 0 0 0;
			padding: 0;
			list-style: none;
		}
		
		#trainingSelectorLegend li {
			margin: 0;
			padding: 0 0 20px 20px;
			list-style: none;
			background: transparent url(../images/training/subcat.gif) no-repeat 6px 4px;
			line-height: 15px;
		}
		
		p.trainingSelectorTitle {
			background: transparent url(../images/training/productpic.gif) no-repeat 0 8px;
			line-height: 30px;
			padding-left: 20px;
		}
		
		div.info {
			margin: 0;
			padding: 10px 20px;
			list-style: none;
			background: transparent url(../images/training/subcat.gif) no-repeat 0px 14px;
			line-height: 15px;
		}
		
		dl.location {
			display: block;
			width: 200px;
			margin: 0 auto 10px;
		}
		
		dl.location dt {
			margin: 0;
			padding: 0;
			
			width: 200px;
			text-align: center;
			text-transform: uppercase;
			height: 20px;
			line-height: 20px;
			color: #FFF;
			font-weight: bold;
		}
		
		dl.location dd {
			margin: 0;
			padding: 2px;
			width: 200px;
			text-align: right;
			vertical-align:middle;
			height: 20px;
			}

		dl.location dd span {
			float: left;
			padding: 2px 8px 0 8px
			}

		dl.location dd img {
			float: left;
			}
		
		dl.location#loc_1 {
			border: 1px solid #3366FF;
		}
		
		dl.location#loc_2 {
			border: 1px solid #FF9900;
		}
		
		dl.location#loc_3 {
			border: 1px solid #FF3300;
		}
		
		dl.location#loc_4 {
			border: 1px solid #D9B359;
		}
		
		dl.location#loc_1 dt {
			background: #3366FF;
		}
		
		dl.location#loc_2 dt {
			background: #FF9900;
		}
		
		dl.location#loc_3 dt {
			background: #FF3300;
		}
		
		dl.location#loc_4 dt {
			background: #D9B359;
		}
		
		h3.activityTitle {
			background: #1E2E7E;
			padding-left: 120px;
			height: 24px;
			line-height: 24px;
			color: #FFF;
			text-transform: uppercase;
		}
		
		div.activityInfo p {
			min-height: 20px;
			line-height: 20px;
		}
		
		div.activityInfo p.left {
			width: 110px;
			float: left;
			padding-left: 10px;
		}
		
	/* da subscribe form */
	
		#subscribeTrainingForm {
			margin: 0;
			padding: 0;
			width: 600px;
		}
		
		#subscribeTrainingForm fieldset {
			margin: 0 0 25px 0;
			padding: 0;
			border: 0;
		}
		
		#subscribeTrainingForm label {
			height: 24px;
			line-height: 24px;
			display: block;
		}
		
		#subscribeTrainingForm label.legend {
			background: #1E2E7E;
			padding-left: 10px;
			color: #FFF;
			text-transform: uppercase;
			font-weight: bold;
			width: 590px;
		}
		
		#subscribeTrainingForm label.sublegend {
			background: #EFEFEF;
			padding-left: 10px;
			width: 590px;
			font-weight: bold;
			color: #1E2E7E;
			clear: both;
			margin: 0 0 5px 0;
		}
		
		#subscribeTrainingForm label.title {
			display: blocks;
			width: 230px;
			float: left;
			padding: 0 0 0 20px;
			background: transparent url(../images/training/arr1.gif) no-repeat 2px 50%;
		}
		
		#subscribeTrainingForm label.input {
			display: block;
			width: 350px;
			float: left;
		}
		
		#subscribeTrainingForm label.input input.text {
			width: 300px;
			border: 1px solid #666;
			height: 18px;
			line-height: 20px;
			font-size: 11px;
		}
		
		#subscribeTrainingForm label.radio {
			width: 100px;
			float: left;
		}
		
		#trainingsubscribeTable {
			width: 600px;
			border: 0;
			margin: 0;
		}
		
		#trainingsubscribeTable th, #trainingsubscribeTable td {
			text-align: left;
			height: 24px;
			line-height: 24px;
			padding-left: 20px;
		}
		
		#trainingsubscribeTable td input.text {
			width: 90%;
			border: 1px solid #666;
			height: 18px;
			line-height: 20px;
			font-size: 11px;
		}
		
		#trainingsubscribeTable col#c_title, #trainingsubscribeTable td.c_title {
			width: 60px;
		}
		
		#trainingsubscribeTable col#c_firstname, #trainingsubscribeTable td.c_firstname {
			width: 240px;
		}
		#trainingsubscribeTable col#c_lastname, #trainingsubscribeTable td.c_lastname {
			width: 240px;
		}
		
	/* da contact form */
	
		#contactForm {
			margin: 0;
			padding: 0;
			width: 415px;
		}
		
		#contactForm fieldset {
			margin: 0 0 25px 0;
			padding: 0;
			border: 0;
		}
		
		#contactForm label {
			height: 24px;
			line-height: 24px;
			display: block;
		}
		
		#contactForm label.legend {
			background: #1E2E7E;
			padding-left: 10px;
			color: #FFF;
			text-transform: uppercase;
			font-weight: bold;
			width: 415px;
		}
		
		#contactForm label.sublegend {
			background: #EFEFEF;
			padding-left: 10px;
			width: 410px;
			font-weight: bold;
			color: #1E2E7E;
			clear: both;
			margin: 0 0 5px 0;
		}
		
		#contactForm label.title {
			display: blocks;
			width: 80px;
			float: left;
			padding: 0 0 0 20px;
			background: transparent url(../images/training/arr1.gif) no-repeat 2px 50%;
		}
		
		#contactForm label.input {
			display: block;
			width: 315px;
			float: left;
		}
		
		#contactForm label.input input.text {
			width: 300px;
			border: 1px solid #666;
			height: 18px;
			line-height: 20px;
			font-size: 11px;
		}
		
		#contactForm label.radio {
			width: 100px;
			float: left;
		}
		
	/* contactInfo sidebar */
	
		dl.contactInfo {
			display: block;
			width: 173px;
			margin: 0 0 0 50px;
		}
		
		dl.contactInfo dt {
			margin: 0;
			padding: 0 0 0 20px;
			font-weight: bold;
			line-height: 20px;
			background: transparent url(../images/layout/puce1.gif) no-repeat 2px 4px;
		}
		
		dl.contactInfo dd {
			margin: 0;
			padding: 0 0 0 20px;
		}
		
		dl.contactInfo dd p {
			line-height: 20px;
			margin: 7px 0;
		}
