/* @override 
	http://artform.dev/css/main.css?v=1
*/

/*
 *   CSS Reset code
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym {
  border:0;
}

/*
 *   Font face Titillium
 */
@font-face {
	font-family: 'TitilliumText14L600wt';
	src: url('titilliumtext600wt-webfont.eot');
	src: local('☺'), url('titilliumtext600wt-webfont.woff') format('woff'), url('titilliumtext600wt-webfont.ttf') format('truetype'), url('titilliumtext600wt-webfont.svg#webfontzCim2iWW') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText14L999wt';
	src: url('titilliumtext999wt-webfont.eot');
	src: local('☺'), url('titilliumtext999wt-webfont.woff') format('woff'), url('titilliumtext999wt-webfont.ttf') format('truetype'), url('titilliumtext999wt-webfont.svg#webfontVsbrrLRV') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TitilliumText22LThin';
	src: url('TitilliumText22L001-webfont.eot');
	src: local('☺'), url('TitilliumText22L001-webfont.woff') format('woff'), url('TitilliumText22L001-webfont.ttf') format('truetype'), url('TitilliumText22L001-webfont.svg#webfontAjEetG2b') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LLight';
	src: url('TitilliumText22L002-webfont.eot');
	src: local('☺'), url('TitilliumText22L002-webfont.woff') format('woff'), url('TitilliumText22L002-webfont.ttf') format('truetype'), url('TitilliumText22L002-webfont.svg#webfontSVmpoyem') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LRegular';
	src: url('TitilliumText22L003-webfont.eot');
	src: local('☺'), url('TitilliumText22L003-webfont.woff') format('woff'), url('TitilliumText22L003-webfont.ttf') format('truetype'), url('TitilliumText22L003-webfont.svg#webfontpEjTcqmL') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LMedium';
	src: url('TitilliumText22L004-webfont.eot');
	src: local('☺'), url('TitilliumText22L004-webfont.woff') format('woff'), url('TitilliumText22L004-webfont.ttf') format('truetype'), url('TitilliumText22L004-webfont.svg#webfontQGJ54wfV') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LBold';
	src: url('TitilliumText22L005-webfont.eot');
	src: local('☺'), url('TitilliumText22L005-webfont.woff') format('woff'), url('TitilliumText22L005-webfont.ttf') format('truetype'), url('TitilliumText22L005-webfont.svg#webfontNGnBwuGb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22LXBold';
	src: url('TitilliumText22L006-webfont.eot');
	src: local('☺'), url('TitilliumText22L006-webfont.woff') format('woff'), url('TitilliumText22L006-webfont.ttf') format('truetype'), url('TitilliumText22L006-webfont.svg#webfontuuEPbVpX') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
 *  Main CSS code
 */
html {
    overflow-x: hidden;
}
body {
  font-family: 'Arial', 'sans-serif';
  font-size: 75%;
  background: #FFF;
  min-width: 900px;
  position: relative;
  width: 100%;
  height: 100%;
}
a {
  text-align: none;
}
a:hover {
  text-align: none;
}
strong, b {
  font-weight: bold;
}
#wrap {
  width: 900px;
  position: relative;
  left: 50%;
  margin-left: -430px;
}
#header {
  height: 140px;
  background: #FFF;
  position: relative;
}
#logo {
  position: absolute;
  width: 260px;
  height: 100px;
  left: -72px;
  top: 10px;
}
#top_menu {
  position: absolute;
  top: 11px;
  right: 160px;
  width: 400px;
}
#top_menu ul {
  position: relative;
}
#top_menu ul li {
  float: left;
  margin: 0 25px 0 25px;
  position: relative;
  line-height: 16px;
}
#top_menu ul li a {
  color: #8B8B8D;
  text-decoration: none;
}
#top_menu ul li a:hover {
  text-decoration: underline;
}
#top_menu ul li ul {
  position: absolute;
  display: none;
  left: 0;
  top: 15px;
  white-space: nowrap;
  background: #FFF;
  padding: 5px;
}
#top_menu ul li ul li {
  float: none;
  margin: 0;
}
#top_menu ul li ul li a {
  color: #CFCFCF;
  font-weight: normal;
  text-decoration: none;
  line-height: 20px;
}
#top_search {
  position: absolute;
  top: 10px;
  right: 0;
  color: #8B8B8D;
}
#top_search .search_box_label,
#main_footer_extra .search_box_label {
  float: left;
  margin: 3px 4px 0 0;
}
#top_search .search_keyword,
#main_footer_extra .search_keyword {
  width: 85px;
  height: 16px;
  background: url(../images/search_bg.png) no-repeat;
  border: none;
  font-size: 10px;
  float: left;
  line-height: 16px;
  padding: 2px 0px 2px 5px;
}
#top_search .search_submit,
#main_footer_extra .search_submit {
  width: 25px;
  height: 20px;
  background: url(../images/search_bg.png) no-repeat;
  background-position: -85px 0;
  border: none;
  font-size: 14px;
  float: left;
  margin-left: -2px;
}
#footer_search {
  position: absolute;
  right: 0;
  top: -2px;
  color: #8B8B8D;
}
#footer_search div {
  float: left;
  margin: 3px 4px 0 0;
}
#footer_search .search_keyword {
  width: 85px;
  height: 20px;
  background: url(../images/search_bg.png) no-repeat;
  border: none;
  font-size: 14px;
  float: left;
}
#footer_search .search_submit {
  width: 25px;
  height: 20px;
  background: url(../images/search_bg.png) no-repeat;
  background-position: -85px 0;
  border: none;
  font-size: 14px;
  float: left;
}
#searchresult {
  background: #FFF;
  position: absolute;
  width: 200px;
  left: -53px;
  top: 22px;
  margin: 0;
  padding: 0;
  display: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
#searchresult h3 {
  background: #000;
  color: #FFF;
  padding: 3px;
  margin: 0;
  font-weight: bold;
}
#searchresult h4 {
  background: #BFBFBF;
  color: #FFF;
  padding: 4px;
  font-weight: bold;
  margin: 0;
}
#searchresult li {
  background: #F2F2F2;
  padding: 3px;
  border-bottom: 1px solid #FFF;
}

#searchresult li a {
  color: #666;
  text-decoration: none;
}
#searchresult li a:hover {
  color: #000;
  text-decoration: underline;
}
#searchresult h5 {
  font-size: 12px;
  font-weight: bold;
}
#searchresult p {
  font-size: 10px;
}
#searchresult .all_results {
  background: #000;
  color: #FFF;
  text-decoration: none;
  padding: 3px;
  display: block;
}
#main_menu {
  position: absolute;
  right: 0;
  top: 108px;
  width: 550px;
}
#main_menu ul {
  position: relative;
  z-index: 999;
}
#main_menu ul li {
  float: left;
  font-size: 17px;
  font-family: Arial;
  line-height: 21px;
  margin: 0 0 0 50px;
  position: relative;
}
#main_menu ul li a {
  color: #8B8B8D;
  text-decoration: none;
}
#main_menu ul li a:hover {
  
}
#main_menu ul li ul {
  position: absolute;
  display: none;
  padding: 15px;
  margin: 5px 0 0 0;
  left: 0;
  top: 20px;
  padding: 10px 40px 10px 20px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 0 15px rgba(255, 255, 255, 1);
}
#main_menu ul li ul li {
  float: none;
  margin: 0;
  font-size: 13px;
  line-height: 14px;
}
#main_menu ul li ul li a {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  display: block;
  margin: 8px 0 8px -15px;
  padding: 2px 0 2px 15px;
}
#main_menu ul li ul li a:hover {
  color: #FFF;
  background: url(../images/white_bullet.png) no-repeat;
  background-position: 3px 4px;
}
.home_killer_content {
  margin: 0px 0 60px 0;
  color: #595758;
}
.home_killer_content td {

}
.home_killer_content h1 {
  font-size: 24px;
  margin: 0 0 10px 0;
  font-family: Arial;
}
.home_killer_content p {
  color: #8B8B8D;
  line-height: 20px;
}
.content_killer_content td {
  padding: 00px 10px 10px 10px;
  height: 205px;/*135px;*/
}
.content_killer_content h1 {
  color: #FFF;
  font-size: 24px;
  margin: 0 0 10px 0;
  font-family: Arial;
}
.content_killer_content p {
  color: #FFF;
  line-height: 20px;
}
.content_killer_content a {
  color: #FFF;
  text-decoration: none;
}
.content_killer_content a:hover {
  text-decoration: underline;
}
.killer {
  height: 135px;
  padding-top: 0px;
  position: relative;
}
.killer-header {
  background-color: black;
  color: white;
  margin: 0px -10px 10px -10px;
  padding: 2px 10px;
}
.killer-spacer {
  height: 28px;
}
.killer-header .killer-date {
  color: #666;
}
.killer-more {
  background: url(/images/killer-more.png) no-repeat right 0;
  bottom: -35px ;
  height: 20px;
  line-height: 20px;
  padding-right: 25px;
  position: absolute;
  right: 0;
}
#content_visual {
  position: relative;
  width: 950px;
  height: 65px;
  left: -25px;
  margin: 7px 0 0 0;
}
#content_sub_menu {
  background: url(/images/menu-border.png) no-repeat 150px 0px;
  width: 180px;
  margin: 0 0 80px 180px;
  min-height: 200px;
  float: left;
  color: #8B8B8D;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  text-transform: lowercase;
}
#content_sub_menu a {
  color: #8B8B8D;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
}
#content_sub_menu a:hover {
  text-decoration: underline;
}
#content_sub_menu ul {
  line-height: 25px;
}
#content_sub_menu ul li a {
  color: #999;
  font-weight: normal;
}
#content_sub_menu .active_bullet {
  width: 8px;
  height: 8px;
  background: #999999;
  position: absolute;
  display: block;
  margin: 6px 0 0 -14px;
}
#content_sub_menu ul li .active_bullet {
  margin: 7px 0 0 -14px;
}
#content_breadcrumb {
  padding: 0 0 0 180px;
  margin: 20px 0 25px 0;
  color: #000;
  position: absolute;
  font-family: Arial;
}
#content_breadcrumb a {
  color: #8B8B8D;
  text-decoration: none;
}
#content_title h1 {
  padding: 0 0 0 360px;
  font-size: 24px;
  color: #656565;
  margin: 60px 0 10px 0;
  font-family: Arial;
}
#content_content {
  width: 540px;
  float: left;
  color: #8B8B8D;
  line-height: 22px;
  margin: 0 0 80px 0;
}
#content_content ul {
  margin-bottom: 20px;
}
#content_content ul li {
  list-style: square;
  margin: 2px 0 2px 20px;
}

#content_content a {
  color: #666;
  text-decoration: none;
}
#content_content a:hover {
  text-decoration: none;
}
#m-content.a-index #content_content img,
.client_text img {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 1) inset;
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 1) inset;
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 1) inset;
}
.vcard_txt {
  width: 275px;
  height: 125px;
  background: #595758;
  float: left;
  color: #FFF;
}
.vcard_txt .first_name {
  margin: 10px 0 0 10px;
  font-size: 28px;
  font-family: Arial;
  line-height: 30px;
}
.vcard_txt .last_name {
  margin: 0 0 0 10px;
  font-size: 28px;
  font-family: Arial;
  line-height: 30px;
}
.vcard_txt .function {
  margin: 30px 0 0 10px;
  font-size: 12px;
}
.vcard_img {
  width: 265px;
  height: 125px;
  float: left;
}
#main_footer {
  position: relative;
  height: 195px;
  padding: 30px 0 0 0;
  background: url(../images/footer_bg.png) repeat-x #EFEFEF;
  color: #666;
  border-bottom: 1px solid #DDDDDD;
  margin: 0px 0 0 0;
}
/*#m-home #main_footer {
  background: #EFEFEF url(../images/footer_bg.png) repeat-x 0 41px;
  height: 265px;
  padding: 0;
}*/
#twitter-wrap {
  background-color: black;
  color: white;
  margin-bottom: 30px;
  padding: 5px 0;
}
#twitter {
  background: url(/images/twitter-white.png) no-repeat 0 0;
  height: 30px;
  margin: 0 auto;
  padding: 0 0 0 70px;
  width: 790px;
}
.main_footer_wrap {
  width: 900px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -430px;
  line-height: 18px;
}
.main_footer_wrap ul {
  float: left;
  width: 170px;
}
.main_footer_wrap ul h3 {
  font-size: 14px;
  font-weight: bold;
  color: #656565;
  margin: 0 0 14px 0;
}
.main_footer_wrap ul li {
  margin: 2px 0 2px 0;
}
.main_footer_wrap ul li a {
  color: #8B8B8B;
  text-decoration: none;
  font-size: 11px;
}
.main_footer_wrap ul li a:hover {
  text-decoration: underline;
}
#sub_footer {
  position: relative;
  height: 30px;
  padding: 15px 0 0 0;
  background: #F8F8F8;
  color: #656565;
  border-bottom: #EDEDED;
}
.sub_footer_wrap {
  width: 900px;
  position: relative;
  left: 50%;
  margin: 0 0 0 -430px;
  line-height: 18px;
  font-size: 11px;
}
.sub_footer_wrap a.back_to_top {
  color: #656565;
  position: absolute;
  right: 0;
  text-decoration: none;
  font-size: 11px;
}
.footer_search_label {
  float: left;
  top: -2px;
  position: relative;
}
.social_buttons {
  margin: 10px 0 0 -5px;
}
.social_button {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
}
.footer_link a {
  color: #666;
  text-decoration: none;
}
.footer_link a:hover {
  text-decoration: underline;
}
#customer_footer {
  height: 70px;
  background: #E5E5E5;
  border-bottom: 1px solid #CCCDCF;
  margin: 20px 0 0 0;
}
#random {
  margin: 30px 0 20px 179px;
  width: 720px;
  height: 120px;
  background: #5a5758;
}

#random_image {
  background: #ccc;
  width: 177px;
  display: block;
  height: 100%;
  float: left;
  overflow: hidden;
}

#random_text {
  border-left: 3px solid #fff;
  color: #fff;
  display: block;
  float: left;
  height: 90px;
  line-height: 18px;
  padding: 15px;
}

#random_text a {
  color: #FFF;
  text-decoration: none;
}

#random_text h1 {
  font-size: 25px;
  margin: 0 0 10px 0;
  font-family: Arial;
}

#random_text p {
  width: 380px;
}

#random_text .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#random_text .link a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#random_text .link a:hover {
  text-decoration: underline;
}

/* @form styling default */

ul#form {
  margin: 20px 0;
  padding: 0;
}

ul#form #buttons {
  margin: 20px 5px 0 0;
  border-top: 1px solid #5a5758;
}

ul#form li {
  list-style: none;
  margin: 10px 0 5px 0;
  padding:  0 0 7px 0;

}

ul#form li strong {
  color: #e98300;
}

ul#form input[type=text],
ul#form input[type=password],
ul#form textarea {
  border: 0;
  background: #e5e5e5;
  padding: 4px;
  margin: 0 0 0 5px;
  width: 372px;
  color: #5a5758;
}

ul#form .radio_list {
  float: right;
  margin-right: 220px;
  *margin-top: -20px;
}

ul#form .radio_list * {
  float: left;
  padding: 0;
  margin: 0;
}

ul#form .radio_list li {
  width:80px;
  float: left;
  display: inline;
  position: relative;
}

ul#form .radio_list li label {
  width: 35px;
  position: absolute;
  left: 0px;
  top: 0px;
}

ul#form .radio_list li input {
  width: 35px;
  position: absolute;
  left: 40px;
  top: 0px;
}

ul#form textarea {
  height: 80px;
}

ul#form label {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
ul#form label {
  width: 146px;
  font-weight: bold;
}

ul#form input[type=reset] {
  background: #e5e5e5;
  border: solid 1px #e5e5e5;
  color: #5a5758;
  padding: 5px;
  float: right;
}

ul#form input[type=submit] {
  background: #5a5758;
  border: solid 1px #5a5758;
  color: #fff;
  padding: 5px;
  float: right;
  font-weight: bold;
}

.checkbox_list li {
  border: 0 !important;
  margin: 0 !important;
}

.checkbox_list li label {
  font-weight: normal !important;
}

.error_list li {
  color: #f00;
}

/* @end */

#customer_footer ul {
  margin: 0px auto;
  width: 995px;
  padding: 0 0 0 70px;
}

#customer_footer ul li {
  float: left;
  text-align: center;
  height: 56px;
  width: 139px;
  margin: 7px 15px 0 35px;
}

#customer_footer ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

#customer_footer ul #dutchplantin {
  background: url('/images/icons/logo_dutchplantin.gif') no-repeat 0 -56px;
}
#customer_footer ul #bas {
  background: url('/images/icons/logo_bas.gif') no-repeat 0 -56px;
}
#customer_footer ul #ibn {
  background: url('/images/icons/logo_ibn.gif') no-repeat 0 -56px;
}
#customer_footer ul #cheapcargo {
  background: url('/images/icons/logo_cheapcargo.gif') no-repeat 0 -56px;
}
#customer_footer ul #control {
  background: url('/images/icons/logo_control.gif') no-repeat 0 -56px;
}

#customer_footer ul #dutchplantin:hover {
  background: url('/images/icons/logo_dutchplantin.gif') no-repeat 0 0;
}
#customer_footer ul #bas:hover {
  background: url('/images/icons/logo_bas.gif') no-repeat 0 0;
}
#customer_footer ul #ibn:hover {
  background: url('/images/icons/logo_ibn.gif') no-repeat 0 0;
}
#customer_footer ul #cheapcargo:hover {
  background: url('/images/icons/logo_cheapcargo.gif') no-repeat 0 0;
}
#customer_footer ul #control:hover {
  background: url('/images/icons/logo_control.gif') no-repeat 0 0;
}

#colors, #colors2 {
  position: absolute; 
  width: 10px; 
  height: 124px; 
  background: url('/images/colors-white.gif') no-repeat;
}

#colors {
  top: 365px;
  left: 0;
}

#colors2 {
  top: 335px;
  left: 0;
}

#colors a, #colors2 a {
  height: 28px;
  width: 10px;
  display: block;
  margin-bottom: 4px;
}


#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 5;
}
#ie6_warning {
  position: absolute;
  width: 600px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -150px;
  background: #F1F1F1;
  border: 1px solid #666;
  z-index: 10;
  color: #999;
}
#ie6_warning table {
  margin: 10px 50px 10px 50px;
  border: 1px solid #CCC;
}
#ie6_warning p {
  margin: 10px 50px 10px 50px;
}
#ie6_warning a {
  color: #666;
  text-decoration: none;
}
#ie6_warning a:hover {
  text-decoration: none;
}

/* Reset Google CSE box */
#cse_top {
  font-family: 'Arial', 'sans-serif';
  padding: 0;
  margin: 0;
}
#cse_top .gsc-control-cse, #cse_top .gsc-wrapper, #cse_top .gsc-resultsbox-visible, #cse_top .gsc-resultsRoot, #cse_top .gsc-webResult {
  padding: 0;
  margin: 0;
}
#cse_top .gsc-search-box, #cse_top .gsc-tabsArea, #cse_top .gsc-resultsHeader, #cse_top .gs-visibleUrl {
  display: none;
}

/* Google CSE box styling */
#cse_top .gs-title {
  background: #BFBFBF;
  color: #FFF;
  margin: 0;
}
#cse_top .gs-title a, #cse_top .gs-title a b {
  color: #FFF;
  text-decoration: none;
}
#cse_top .gsc-result .gs-title {
  height: auto;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  width: 196px;
}
#cse_top .gsc-result .gs-snippet {
  font-size: 11px;
  padding: 2px;
}
#cse_top .gsc-cursor-box {
  background: #000;
  color: #FFF;
  margin: 0;
  padding: 2px;
  width: 196px;
}
#cse_top .gsc-cursor-box .gsc-cursor-page {
  color: #FFF;
  text-decoration: none;
}
#feedback-button {
  background: url(../images/feedback.png);
  width: 30px;
  height: 125px;
  position: fixed;
  right: 0;
  top: 365px;
  cursor: pointer;
}
#m-home #feedback-button {
  top: 565px;
}
#main_footer_extra {
  position: absolute;
  right: 0;
}
#main_footer_extra .badges {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 200px;
}
#main_footer_extra .badges a {
  margin: 0 0 0 10px;
}
#footer_search_form {
  position: absolute;
  right: 0;
  top: 38px;
}
#footer_social {
  position: absolute;
  right: 100px;
  top: -3px;
  width: 240px;
}
#footer_social li {
  float: right;
  margin-left: 5px;
}
#social-facebook,
#social-twitter,
#social-flickr,
#social-youtube,
#social-linkedin {
  background: url(/images/social.png) no-repeat;
  display: block;
  height: 23px;
  text-indent: -10000px;
  width: 23px;
}
#social-facebook {
  background-position: -118px 0;
}
#social-flickr {
  background-position: -29px 0;
}
#social-youtube {
  background-position: -58px 0;
}
#social-linkedin {
  background-position: -87px 0;
}
#social-google {
  padding-top: 5px;
}
.a-showCase #content_content {
  position: relative;
}

#testimonial {
  position: absolute;
  bottom: 0;
  left: -360px;
  width: 330px;
}
#testimonial .person {
  background-color: #595758;
  color: white;
  float: left;
  font-family: Arial;
  height: 60px;
  padding: 10px;
  position: relative;
  width: 145px;
}
#testimonial h2 {
  font-size: 20px;
}
#testimonial h2 span {
  font-weight: bold;
}
#testimonial .image {
  float: left;
}
#testimonial .functie {
  bottom: 5px;
  position: absolute;
}
#testimonial .content {
  clear: both;
  padding: 16px 0 0 100px
}

/* @group home_visual */
#home_visual {
  height: 396px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
}
#toggle_slideshow {
  background: url(/images/slideshowcontrols.png);
  background-position: 0px -1px;
  cursor: pointer;
  display: block;
  height: 23px;
  left: -6px;
  margin: 15px 0 0 5px;
  position: absolute;
  top: 130px;
  width: 22px;
  z-index: 10;
}
#toggle_slideshow.active {
  background-position: 0 26px;
}
#af_prev,
#af_next {
  background: url(/images/btn_next.png) no-repeat;
  display: block;
  height: 43px;
  position: absolute;
  top: 320px;
  width: 33px;
  z-index: 10;
}
#af_start_next {
  background: url(/images/artform_banner_button.jpg) no-repeat;
  display: block;
  height: 101px;
  position: absolute;
  right: 135px;
  top: 380px;
  width: 311px;
  z-index: 10;
}
#af_prev {
  background-image: url(/images/btn_prev.png);
  left: -6px;
}
#af_next {
  right: 0;
}
#home_visual a {
  overflow: hidden;
  position: absolute;
  z-index: 9;
}
.home_visual_text {
  color: #FFF;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 535px;
  height: 125px;
  background: url(../images/home_visual_text_bg.png);
}
.home_visual_text h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0 10px;
  font-family: Arial;
}
.home_visual_text p {
  font-size: 12px;
  margin: 10px 0 0 10px;
}
.home_visual_text a {
  color: #FFF;
  text-decoration: none;
}
.home_visual_text .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
}
#home_visual li {
  background-position: center 0;
  background-repeat: no-repeat;
  display: block;
  height: 396px;
  min-width: 900px;
  position: relative;
}
#progressbar_container {
  height: 1px;
  background: #CCC;
  left: 50%;
  margin: 20px auto 0 -432px;
  position: absolute;
  top: 525px;
  width: 900px;
}
#progressbar {
  position: absolute;
  height: 1px;
  background: #000;
}
/* @end home_visual */

/* @group color */
ul#navigation2 { top: 335px }

ul#navigation  { top: 565px }

ul#navigation, ul#navigation2 {
    position: fixed;
    margin-bottom: 0px;
    left: 0;
    list-style: none;
    z-index:9999;
}

ul#navigation li, ul#navigation2 li {
    width: 150px;
    margin-bottom: 4px;
    cursor: pointer;
}
ul#navigation li a,
ul#navigation2 li a {
    display: block;
    margin-left: -170px;
    width: 170px;
    background-repeat:no-repeat;
    background-position:center center;
    color: #fff;
    text-align: right;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-right: 10px;
    font-size: 17px;
    text-decoration: none;
}

ul#navigation h2,
ul#navigation2 h2 {
  font-family: Arial;
}

ul#navigation .strategie a, ul#navigation2 .strategie a{
    background-color:#e3067d;
}
ul#navigation .techniek a, ul#navigation2 .techniek a{
    background-color:#009ee0;
}
ul#navigation .marketing a, ul#navigation2 .marketing a{
    background-color:#f7a800;
}
ul#navigation .beheer a, ul#navigation2 .beheer a{
    background-color:#c9d200;
}
/* @end color */
