/**
 * TABLE OF CONTENTS
 *
 * 1. Overall
 * 1.1. Layout
 * 2. Header
 *  2.1 Logo
 *  2.2 Menu
 * 3. Content
 *  3.1 Projects
 *  3.2 Process
 *  3.3 Clients
 *  3.4 Heads
 *  3.5 Contact
 *  3.6 Seminars
 *  3.7 Summary
 *  3.8 Sitemap
 *  3.9 Services
 * 4. Footer
 *  4.1 Blog
 *  4.2 Newsletter
 *  4.3 Vacancies
 *  4.4 Footnote
 */


/**
 * 1. Overall
 */

body {
  font-size: 0.75em;
  line-height: 16px;
  font-family: Arial, sans-serif;
  color: #333333;
  overflow-x: hidden;
}

.clear {
  clear: both;
}

p {
  margin: 0 0 16px 0;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  margin: 20px 0 0 0;
}

a {
  color: #009fda;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.read-more {
  position: relative;
  padding: 0 0 0 5px;
  line-height: 16px;
  bottom: -2px;
}

.read-more img {
  width: 12px;
}

.title,
a.title {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  margin: 0 0 4px 0;
}

.fhInputClear {
  color: #999999;
}

.module-title {
  text-transform: lowercase;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.module-title a {
  color: #333333;
}

.date {
  background: #009fda;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 9px;
  line-height: 11px;
  margin: 0 5px 0 0;
  padding: 3px 6px;
  text-align: center;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.date em {
  font-size: 15px;
  line-height: 10px;
}

textarea {
  font: 12px/17px Arial, Verdana, Helvetica, Geneva, sans-serif;
  border: 1px solid #cccccc;
  height: 92px;
  margin: 0 0 3px 0;
  padding: 5px;

    border-radius: 2px;
}

input {
  font: 12px/17px Arial, Verdana, Helvetica, Geneva, sans-serif;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;

    border-radius: 2px;
}

input[type=submit] {
  border: none;
  padding: 0;
  height: 24px;
  background: url(../images/submit.png) no-repeat;
  line-height: 24px;
  overflow: hidden;
  text-indent: -9999em;
  cursor: pointer;

    border-radius: 0;
}

#summary input[type=submit] {
  background-position: -716px 0;
}

#summary input[type=submit]:hover {
  background-position: -786px 0;
}

.error_list {
  background: #d1463a;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 5px 5px 0 5px;
  font-size: 11px;
  font-weight: bold;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.error_list li {
  padding: 0 0 5px 0;
}

.success-message {
  margin: 20px 0 0 0;
  color: #00aa00;
  font-weight: bold;
  border: 1px solid #ebebeb;
  background: #fafafa;
  padding: 10px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#newsletter .success-message {
  margin: 0 0 10px 0;
}

.fhFancyError {
  position: relative;
  border: 1px solid #999999;
  background: #eaeaea;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fhFancyErrorTriangle {
  position: absolute;
  width: 8px;
  height: 17px;
  text-indent: 8px;
  line-height: 17px;
  background: url(../images/fancy-hook.png) no-repeat;
  overflow: hidden;
  top: 50%;
  left: -8px;
  margin: -8px 0 0 0;
}

.fhFancyError ul {
  margin: 0;
  background: none;
  color: #d1463a;
}

/*
 * 1.1 Layout
 */

#container {
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  width: 940px;
}

#main-content {
  width: 532px;
  float: left;
  margin: 40px 0;
}

#secondary-content {
  width: 368px;
  float: right;
  margin: 40px 0;
}

#contact #main-content {
  width: 386px;
}

#contact #secondary-content {
  width: 532px;
}

/**
 * 2. Header
 */

#header {
  overflow: hidden;
  padding: 0 0 20px 0;
}

#we-are-hiring {
  position: absolute;
  background: url(../images/we-are-hiring.png) 0 0 no-repeat;
  overflow: hidden;
  top: -47px;
  left: -337px;
  width: 128px;
  height: 62px;
  text-indent: -9999px;
  line-height: 62px;
}

/**
 * 2.1 Logo
 */

#logo {
  float: left;
}

#statement {
  display: block;
  position: absolute;
  width: 100px;
  top: 49px;
  color: #009fda;
  left: 247px;
}

/**
 * 2.2 Menu
 * - Positioned at the bottom of the page.
 * - Set Absolute to be displayed in the header
 */

#menu {
  font-size: 15px;
  position: absolute;
  right: -10px;
  top: 47px;
}

#menu li {
  float: left;
  margin: 0 10px;
}

#menu a {
  color: #333333;
  padding: 0 0 2px 0;
}

#menu a:hover,
#menu .current a {
  color: #009fda;
  text-decoration: none;
}

/**
 * 3. Content
 */

#content {
  position: relative;
  z-index: 1;
  border-top: 1px solid #e5e5e5;
}

#home {
  overflow: hidden;
}

/**
 * 3.1 Projects
 */

#work-switcher {
  padding: 40px 0 10px 0;
}

#work-switcher h1 {
  display: inline;
  font-weight: bold;
  color: #333333;
}

#projects {
}

/**
 * 3.1.1 Projects spotlight
 */

#projects-spotlight {
  position: relative;
  height: 343px;
  width: 940px;
  margin: 0 -50px;
  padding: 0 50px;
  overflow: hidden;
}

#project-loader {
  height: 343px;
  background: url(../images/loader.gif) center center #e1e1e1 no-repeat;
}

#projects-spotlight #project {
  position: absolute;
  top: 0;
}

/**
 * 3.1.2 Projects overview
 */

#clients-overview,
#projects-overview {
  overflow: hidden;
  float: left;
  width: 723px;
  padding: 0 24px 0 0;
  margin: 20px -42px 30px -12px;
}

#clients-overview .module-title,
#projects-overview .module-title {
  margin: 0 0 20px 18px;
}

#clients-overview li,
#projects-overview li {
  width: 213px;
  height: 255px;
  padding: 0 2px;
  margin: 0 12px 24px 12px;
  float: left;
  display: inline;
}

#clients-overview li {
  height: 165px;
}

#clients-overview .project-thumb,
#projects-overview .project-thumb {
  background: url(../images/project-background.png) no-repeat;
  width: 191px;
  padding: 11px;
}

#projects-overview .content {
  padding: 0 9px;
}

#projects-overview .fhHover-active h2 {
  color: #009fda;
}

/**
 * 3.1.3 Projects List
 */

#projects-list {
  position: relative;
  width: 165px;
  float: left;
  margin: 20px 80px 0 0;
}

#projects-list > ul {
  width: 165px;
}

#projects-list > ul > li {
  width: 165px;
}

#projects-list li > ul {
  margin: 0 0 30px 0;
  border-top: 1px solid #e5e5e5;
}

#projects-list li > ul li {
  border-bottom: 1px solid #e5e5e5;
}

#projects-list a {
  display: block;
  padding: 4px 5px;
  cursor: pointer;
}

#projects-list a.current {
  font-weight: bold;
  color: #333333;
}

#projects-list .intro {
  margin: 0 0 30px 0;
}

.btn-link {
  position: relative;
  background: #00b0e4;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 25px;
  font-weight: bold;
  color: #ffffff;
  margin: 20px 0;

    border-radius: 2px;
}

#btn-top,
#btn-prev,
#btn-next {
  background: #00b0e4;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-indent: 50px;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  color: #ffffff;

    border-radius: 2px;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#btn-top {
  display: none;
  top: 20px;
  right: 20px;
}

#btn-top:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 20px;
  top: 25px;
  background: #ffffff;
}

#btn-top:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 15px;
  top: 5px;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}

#btn-prev {
  background-position: 0 -50px;
  left: 20px;
  top: 250px;
}

#btn-prev:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 25px;
  top: 20px;
  background: #ffffff;
}

#btn-prev:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 5px;
  top: 15px;
  border: 10px solid transparent;
  border-right-color: #ffffff;
}

#btn-next {
  border-right-width: 25px;
  border-left-width: 15px;
  right: 20px;
  top: 250px;
}

#btn-next:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 15px;
  top: 20px;
  background: #ffffff;
}

#btn-next:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 25px;
  top: 15px;
  border: 10px solid transparent;
  border-left-color: #ffffff;
}

/**
 * 3.1.4 Project
 */

#project {
}

#project .header,
#spotlight-header {
  height: 343px;
  margin: 0px -50px;
}

#spotlight-header img {
  position: absolute;
  top: 0;
  left: 0;
}

#spotlight-header a {
  display: block;
}

#spotlight-header {
  width: 1040px;
  position: relative;
}

#project #breadcrumb {
  position: relative;
  clear: both;
  background: url(../images/footer-overlay.png) no-repeat top;
  margin: -12px -50px 0 -50px;
  overflow: hidden;
  padding: 22px 50px 10px 50px;
  z-index: 9999;
}

#project-portfolio {
}

.applied {
  margin: 30px 0 0 0;
}

.applied p {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.applied a {
  color: #333333;
}

.applied span {
  font-size: 16px;
  vertical-align: bottom;
}

#project-main-image {
  margin: 0 0 40px 0;
}

#project #main-content {
  width: 695px;
  margin: 40px 0 40px 40px;
  position: relative;
  z-index: 1;
}

#project-extras {
  width: 785px;
  margin: 0 -40px 0 -50px;
  overflow: hidden;
}

#project-main-column {
  float: left;
  width: 460px;
}

#project-secondary-column {
  float: left;
  width: 325px;
}

#project object,
#project iframe {
  margin: 0 0 40px 50px;
}

#project embed {
  margin: 0 0 40px 0;
}

#project #secondary-content {
  width: 205px;
  float: left;
  z-index: 2;
  position: relative;
}

#project h1 {
  font-size: 40px;
  margin: 0;
  line-height: 40px;
  font-weight: bold;
}

#project h2 {
  margin: 0 0 2px 0;
}

#project #secondary-content .title {
  font-size: 13px;
}

#project .text p {
  margin: 20px 0 0 0;
  line-height: 18px;
}

#project-link {
  font-weight: bold;

    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}

.tabs {
  height: 33px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  /*
  margin: -40px 0 10px 0;
  */
}

.tabs li {
  background: #ffffff;
  float: right;
  margin: 0 0 0 10px;
  border: 1px solid #e5e5e5;
  border-bottom-color: #e5e5e5;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    transition: background 0.3s easing;
}

.tabs li.active {
  border-bottom-color: #ffffff;
}

.tabs li:hover {
  background: #f5f5f5;
}

.tabs li.active:hover {
  background: none;
}

.tabs a,
.tabs span {
  padding: 0 10px;
  display: block;
  text-decoration: none;
}

.tabs li.active a {
  color: #000000;
}

#principle {
  margin: 0 0 20px 0;
}

#prelude {
}

#project-link {
  margin: 0 0 20px 0;
  display: block;
}

#disciplines {
  margin: 0 0 20px 0;
}

.references {
  margin: 0 0 10px 0;
}

.references p {
  font-weight: bold;
  margin: 0;
}

.references span {
  color: #dadada;
}

.contact-person {
  margin: 20px 0 0 0;
}

.contact-person p {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.contact-person .title {
  margin: 0 0 10px 0;
}

.person {
  font-size: 11px;
  width: 191px;
  height: 52px;
  padding: 7px;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.person-info {
  width: 191px;
  height: 52px;
  background: #f0f3f8;
  color: #a9a9a9;
  line-height: 14px;
  overflow: hidden;
}

.contact-person .head {
  width: 41px;
  height: 52px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
}

.contact-person .head img {
  position: absolute;
}

.contact-person .head:hover img {
  left: -41px;
}

.contact-person .name {
  font-weight: bold;
  color: #000000;
  line-height: 14px;
  display: block;
  margin: 5px 0 0 0;
}

#project-portfolio #services-list {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 40px 0;
}

#project-portfolio #services-list img {
  float: left;
  margin: 0 10px 2px 0;
}

#project-portfolio #services-list ul {
  overflow: hidden;
  margin: 40px -20px 0 -20px;
  width: 980px;
}

#project-portfolio #services-list li {
  float: left;
  margin: 0 20px 40px 20px;
  width: 205px;
}

#project-portfolio #services-list h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#products-list {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}

#products-list ul {
  overflow: hidden;
  float: left;
  margin: 0 0 0 -25px;
  width: 970px;
}

#products-list li {
  position: relative;
  float: left;
  margin: 5px 0 20px 25px;
  height: 100px;
  width: 335px;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#products-list .product {
  position: absolute;
  color: #ffffff;
  top: 25px;
  left: 115px;
}

#products-list img {
  position: absolute;
  top: 7px;
  left: 7px;
}

/**
 * 3.2 Proces
 */

#process {
  position: relative;
  width: 940px;
  padding: 0;
}

#process-list {
  position: relative;
  background: url(../images/process-background.jpg) no-repeat;
  overflow: hidden;
  margin: 0;
  width: 940px;
  padding: 10px 60px 12px 60px;
  left: -50px;
  right: -50px;
}

#process-list > li {
  width: 266px;
  height: 220px;
  float: left;
  margin: 10px;
  padding: 50px 10px 0 10px;
  display: inline;
}

#process-list > li h2 {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px 0;
}

#process-list > li#champagne {
  color: #ffffff;
  height: 220px;
  padding: 50px 10px 0 10px;
}

#process-list > li#champagne div {
  padding: 0 80px 0 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

#process-list > li a {
  color: #333333;
}

/**
 * 3.3 Clients
 */

#clients {
  margin: 20px 0 70px 0;
}

#clients-list {
  overflow: hidden;
  margin: 0 0 0 -40px;
}

#clients-list li {
  float: left;
  width: 205px;
  margin: 0 0 0 40px;
  border-top: 2px solid #eeeeee;
}

#clients-list li.first {
  border-top: 0;
}

#clients-icon-list {
  position: relative;
  left: -20px;
  right: -20px;
  width: 980px;
  overflow: hidden;
}

#summary #clients-icon-list {
  width: 490px;
}

#clients-icon-list li {
  width: 205px;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

#clients-icon-list > li {
  float: left;
  margin: 0 20px;
  border: none;
}

#clients-icon-list img {
  margin: 0 10px 0 0;
}

/**
 * 3.4 Heads
 */

#heads {
}

.head {
  width: 150px;
  height: 192px;
  overflow: hidden;
  position: relative;
  margin: 0 0 5px 0;
}

.head img {
  position: absolute;
}

.head img:hover {
  left: -150px;
}

.function {
  color: #999999;
  font-weight: normal;
}

/**
 * 3.4.1 Heads overview
 */

#heads-overview {
  background: #e5e5e5;
  overflow: hidden;
  padding: 10px 10px 30px 10px;
}

#heads-overview li {
  background: url(../images/head-background.png) no-repeat;
  width: 150px;
  height: 235px;
  padding: 11px;
  float: left;
  margin: 6px;
  display: inline;
}

#heads-overview a {
  color: #333333;
}

#heads-overview a:hover,
#heads-overview .fhHover-active a {
  color: #009fda;
}

#heads-overview .function {
  font-size: 12px;
}

/**
 * Head
 */

#head {
  overflow: hidden;
  padding: 40px 0 0 0;
  margin: 0 0 20px 0;
}

#head h1 {
  margin: 0;
  font-weight: bold;
}

#head-info {
  overflow: hidden;
  float: left;
  width: 715px;
}

#head-picture {
  background: url(../images/head-picture-background.png) no-repeat;
  width: 150px;
  height: 192px;
  padding: 11px;
  float: left;
  margin: 0 20px 0 0;
}

#head .function {
  font-size: 15px;
}

.extra-info {
  font-weight: bold;
}

.extra-info a {
  font-weight: normal;
}

/*
 * SOCIAL MEDIA
 */

#social-media {
  float: right;
  width: 205px;
  border-top: 1px solid #e5e5e5;
}

#social-media li {
  border-bottom: 1px solid #e5e5e5;
}

.postmetadata a.social-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  text-indent: 16px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  vertical-align: bottom;
  margin: 0 3px 0 0;
  background: url(../images/icons.png) no-repeat 0 0;
  text-decoration: none;
}

#social-media a {
  display: block;
  font-size: 13px;
  line-height: 16px;
  height: 16px;
  padding: 0 0 0 25px;
  margin: 10px 0;
  background: url(../images/icons.png) no-repeat 0 0;
  text-decoration: none;
}

.postmetadata a.social-link:hover,
#social-media a:hover {
  text-decoration: underline;
}

.postmetadata a.social-link[href*=facebook],
#social-media a[href*=facebook] {
  background-position: 0 -16px;
}

.postmetadata a.social-link[href*=twitter],
#social-media a[href*=twitter] {
  background-position: 0 -32px;
}

#social-media a[href*=hyves] {
  background-position: 0 -48px;
}

#social-media a[href*=linkedin] {
  background-position: 0 -64px;
}

#social-media a[href*=youtube] {
  background-position: 0 -80px;
}

#social-media a[href*=flickr] {
  background-position: 0 -96px;
}

#social-media a[href*=lastfm],
#social-media a[href*='last.fm'] {
  background-position: 0 -112px;
}

#social-media a[href*=netlog] {
  background-position: 0 -128px;
}

#social-media a[href*=moby] {
  background-position: 0 -144px;
}

#social-media a[href*=foursquare] {
  background-position: 0 -160px;
}

/*
 * CERTIFICATE BADGES
 */

#certificate-badges {
  float: right;
  width: 205px;
  margin: 30px 0 0 0;
}

/*
 * PERSONAL PROJECTS
 */

#personal-projects {
  border-top: 1px solid #e5e5e5;
  margin: 40px 0 50px 0;
  padding: 40px 0 0 0;
}

#personal-projects ul {
  margin: 20px -10px 0 -10px;
  overflow: hidden;
}

#personal-projects li {
  float: left;
  margin: 0 4px;

}

#personal-projects img {
  background: url(../images/project-thumb-background.png) no-repeat;
  padding: 11px;
}

/**
 * 3.5 Contact
 */

#contact {
}

#contact h2,
#contact h1 {
  margin: 0 0 24px 0;
}

#contact h3 {
  font-weight: bold;
}

/**
 * 3.5.1 Contact Main Content
 */

#google-map {
  width: 532px;
  height: 470px;
  margin: 0 0 40px 0;
}

.routes ul {
  margin: 0 0 20px 0;
}

.routes a {
  background: url(../images/read-more.png) no-repeat left center;
  padding: 0 0 0 20px;
  line-height: 20px;
}

/**
 * 3.5.2 Contact secondary Content
 */

#contact-info {
}

#contact-info #address {
  font-weight: bold;
  margin: 0 0 25px 0;
  overflow: hidden;
}

#contact-info #address li {
  width: 164px;
  float: left;
  font-weight: normal;
}

#contact-details {
  border-top: 1px solid #e5e5e5;
}

#contact-details li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  overflow: hidden;
}

#contact-details dt {
  float: left;
}

#contact-details dd {
  margin: 0 0 0 160px;
}

#contact-details [class|=icon] {
  background: url(../images/icons.png) 0 0 no-repeat;
  padding: 0 0 0 22px;
}

#contact-details .icon-telephone {
  background-position: 0 -176px;
}

#contact-details .icon-fax {
  background-position: 0 -224px;
}

#contact-details .icon-email {
  background-position: 0 -208px;
}

#contact-details .icon-web {
  background-position: 0 -192px;
}

#contact-details .icon-twitter {
  background-position: 0 -32px;
}

#contact-details .icon-facebook {
  background-position: 0 -16px;
}

#contact-details .icon-hyves {
  background-position: 0 -48px;
}

#contact-details .icon-flickr {
  background-position: 0 -96px;
}

#contact-details .icon-youtube {
  background-position: 0 -80px;
}

#contact-details .icon-posterous {
  background-position: 0 -240px;
}

#contact-details .icon-hosting {
  background-position: 0 -256px;
}

#contact-form {
  margin: 20px 0 0 0;
}

#contact-form textarea {
  width: 356px;
}

#contact-form input {
  width: 281px;
}

#contact-form input[type=submit] {
  width: 70px;
  float: right;
}

/**
 * 3.6 Seminars
 */

#seminars h2,
#seminars h1 {
  margin: 0 0 24px 0;
}

#seminars #secondary-content {
  width: 348px;
}

#seminars-list {
  float: left;
  width: 205px;
  margin: 0 40px 0 0;
  padding: 10px 0 0 0;
}

#seminars-list li {
  height: 43px;
  width: 205px;
  color: #999999;
}

#seminars-list a.title {
  color: #009fda;
  margin: 0 0 3px 0;
}

/*
 * 3.6.1 Seminar
 */

#seminar {
}

/*
 * 3.6.2 Article
 */

#article {
  border-bottom: 1px solid #eaeaea;
}

#article h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}

#article a[class*=share] {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 16px;
  width: 16px;
  text-indent: 16px;
  line-height: 16px;
  overflow: hidden;
  vertical-align: bottom;
  background: url(../images/icons.png) no-repeat 0 0;
}

#article a[class|=facebook] {
  background-position: 0 -16px;
}

#article a[class|=twitter] {
  background-position: 0 -32px;
}

#article .meta-data {
  color: #999999;
  margin: 5px 0;
}

#article .description {
  overflow: hidden;
}

#article img[align=left] {
  float: left;
  margin: 0 10px 0 0;
}

#article img[align=right] {
  float: right;
  margin: 0 0 0 10px;
}

/*
 * 3.6.3 Signup
 */

#signup-description {
  margin: 30px 0;
}

#signup-form {
  border: 1px solid #ebebeb;
  background: #fafafa;
  padding: 10px;
  overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#signup-form dt {
  float: left;
}

#signup-form label {
  font-weight: bold;
  line-height: 20px;
  display: block;
}

#signup-form span {
  font-weight: normal;
  font-size: 10px;
}

#signup-form input {
  width: 498px;
  margin: 0 0 15px 0;
}

#signup-form input[type=submit] {
  width: 92px;
  float: right;
  margin: 0;
  background-position: -532px 0;
}

#signup-form input[type=submit]:hover {
  background-position: -624px 0;
}

#signup-form textarea {
  width: 498px;
  margin: 0 0 10px 0;
}

/*
 * 3.6.4 Coming up
 */

#coming-up {
  margin: 0 0 40px 0;
}

#coming-up ul {
  border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#coming-up li {
  border-top: 1px solid #eaeaea;
  padding: 10px;
  overflow: hidden;
}

#coming-up li:first-child {
  border: none;
}

#coming-up .title {
  margin: 7px 0 0 4px
}

/*
 * 3.6.5 Archive
 */

#archive {
  margin: 0 0 40px 0;
}

#archive > ul {
  border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#archive > ul > li {
  border-top: 1px solid #eaeaea;
  padding: 10px;
  overflow: hidden;
}

#archive > ul > li:first-child {
  border: none;
}

.js #archive h3 {
  cursor: pointer;
}

.js #archive h3 + ul {
  display: none;
  color: #999999;
}

.js #archive h3.active + ul {
  display: block;
}

/**
 * 3.7 Summary
 */

#summary {
}

#summary h2 {
  margin: 0 0 24px 0;
}

#summary-content {
  margin: 0 0 40px 0;
}

#summary #clients-list {
  width: 572px;
}

#summary #clients-list > li {
  width: 246px;
  padding: 0;
  height: auto;
  border: none;
}

#summary #clients-list > li li {
  width: 246px;
  margin: 0;
}

/**
 * 3.8 Sitemap
 */

#sitemap {
}

#sitemap h2 a {
  color: #333333;
}

#sitemap-list {
  overflow: hidden;
  padding: 20px 0 0 0;
  width: 964px;
  margin: 0 -12px;
  border-bottom: 1px solid #e5e5e5;
}

#sitemap-list #static-pages {
  margin: 0 0 40px 0;
}

#sitemap-list > li {
  width: 195px;
  padding: 0 11px;
  margin: 12px;
  float: left;
  display: inline;
}

#sitemap-list > li > ul {
  margin: 0 0 40px 0;
}

/**
 * 3.9 SERVICES
 */

#spotlight {
  position: relative;
}

#spotlight ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#spotlight li {
  height: 290px;
  width: 940px;
}

#spotlight a {
  color: #333333;
  text-decoration: none;
}

#spotlight .title,
#spotlight .more {
  color: #009fda;
}

#spotlight .image {
  position: absolute;
  top: 0;
  left: 0;
}

#spotlight .content {
  position: absolute;
  left: 490px;
  top: 70px;
  width: 430px;
  font-size: 18px;
  line-height: 24px;
}

#spotlight .title {
  font-size: 24px;
  line-height: 27px;
}

#spotlight-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

#spotlight-nav div {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  width: 0;
  height: 0;
  width: 14px;
  height: 14px;
  text-indent: 14px;
  line-height: 14px;
  overflow: hidden;
  background: #e7e4e4;
  border: 1px solid #e7e4e4;
  margin: 0 0 0 5px;

    border-radius: 15px;
}

#spotlight-nav div.active {
  background: #248cce;
}

#spotlight-nav canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#services-and-products {
  position: relative;
  width: 980px;
  overflow: hidden;
  left: -20px;
  right: -20px;
  margin: 0 0 60px 0;
}

#services-and-products > li {
  float: left;
  margin: 40px 20px 0 20px;
  width: 205px;
  vertical-align: top;
}

#services-and-products > li.first {
  clear: left;
}

#services-and-products .icon {
  margin: 0 0 20px 0;
}

#services-and-products .title {
  font-size: 20px;
  line-height: 20px;
}

#services-and-products .text {
  margin: 0 0 20px 0;
}

#services-and-products .references {
}

#services-and-products .references ul {
  margin: 5px 0;
}

#services-and-products .references li {
  position: relative;
  float: left;
  width: 92px;
  margin: 0 0 0 10px;
}

#services-and-products .references li:before {
  position: absolute;
  content: '•';
  top: 0;
  left: -10px;
}

/**
 * 4. Footer
 */

#footer {
  position: relative;
  clear: both;
  background: url(../images/footer-overlay.png) no-repeat top;
  margin: -12px -50px 0 -50px;
  overflow: hidden;
  padding: 32px 50px 12px 50px;
  z-index: 9999;
}

#footer hr {
  border: 0;
  height: 0;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
}

/**
 * 4.1 Blog
 */

.postmetadata {
  color: #999999;
}

.pagetitle {
  font-weight: bold;
  font-size: 20px;
  color: #999999;
  margin: 0 0 40px 0;
}

#blog {
  overflow: hidden;
  float: left;
}

#blog h2 {
  margin: 0 0 20px 0;
}

#blog ul {
  position: relative;
  left: -20px;
  right: -20px;
  width: 735px;
}

#blog li {
  float: left;
  margin: 0 20px;
  width: 205px;
}

#blog li .title {
  height: 25px;
  margin: 0 0 10px 0;
}

#blog .fhHover-active h3 {
  color: #009fda;
}

/**
 * 4.1.1 Blog articles
 */

#blog-articles li,
#post-articles li {
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #e5e5e5;
}

#blog-articles h2.title,
#post-articles h2.title {
  margin: 0 0 10px 0;
  font-size: 25px;
  line-height: 30px;
}

#blog-articles .title a,
#post-articles .title a {
  color: #333333;
}

#blog-articles .fhHover-active .title a,
#blog-articles .title a:hover,
#post-articles .title a:hover {
  color: #009fda;
  text-decoration: none;
}

#navigation {
  overflow: hidden;
}

#navigation .alignleft {
  float: left;
}

#navigation .alignright {
  float: right;
}

#comments {
  font-weight: bold;
  font-size: 20px;
}

#commentlist {
  margin: 20px 0;
}

#commentlist li {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 10px 0 0 0;
}

#commentlist .comment-author {
  overflow: hidden;
  margin: 0 0 5px 0;
}

#commentlist .comment-author img {
  float: left;
  margin: 0 10px 0 0;
}

#commentlist .comment-author div {
  margin: 0 0 0 40px;
  color: #999999;
}

#commentlist p {
  margin: 5px 0;
}

#respond {
  border: 1px solid #e5e5e5;
  padding: 10px;
  overflow: hidden;
}

#respond label {
  font-weight: bold;
  font-size: 13px;
  display: block;
}

#respond small {
  font-weight: normal;
  font-size: 10px;
}

#respond input {
  width: 281px;
}

#respond input[type=submit] {
  width: 126px;
  background-position: -280px 0;
  text-indent: 126px;
  float: right;
}

#respond input[type=submit]:hover {
  background-position: -406px 0;
}

#respond textarea {
  width: 498px;
}

/**
 * 4.1.2 Blog search
 */

#blog-search {
  background: #000000;
  padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#blog-search input {
  width: 241px;
}

#blog-search input[type=submit] {
  width: 70px;
  background-position: -140px 0;
  text-indent: 70px;
  float: right;
}

#blog-search input[type=submit]:hover {
  background-position: -210px 0;
}

/**
 * 4.1.3 Blog categories
 */

#blog-categories {
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

#blog-categories ul {
  float: left;
  width: 184px;
}

#blog-categories li {
  font-size: 13px;
  line-height: 18px;
}

#blog-categories span {
  color: #999999;
}

/**
 * 4.1.4 Blog archief
 */

#blog-archive {
  margin: 40px 0 0 0;
}

#blog-archive ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

#blog-archive li {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 50px;
  float: left;
  padding: 5px;
  text-align: center;
}

/**
 * 4.1.5 Blog comments
 */

#blog-comments {
  margin: 40px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

#blog-comments li {
  margin: 0 0 20px 0;
}

#blog-comments .postmetadata {
  margin: 0;
}

/**
 * 4.1.6 Blog photos
 */

#blog-photos {
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

#blog-photos ul {
  overflow: hidden;
  list-style: none;
  margin: -5px -5px 5px -5px;
}

#blog-photos li {
  float: left;
  margin: 5px;
  width: 75px;
  height: 75px;
}

/**
 * 4.1.7 Blog videos
 */

#blog-videos {
  margin: 30px 0 0 0;
}

#blog-videos ul {
  list-style: none;
}

#blog-videos li {
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 10px 0 0 0;
}

#blog-videos img {
  width: 110px;
  float: left;
  margin: -10px 10px 0 0;
}

/**
 * 4.1.8 Blog twitter
 */

#blog-twitter {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

#link-twitter {
  position: absolute;
  top: -10px;
  right: 0;
}

#blog-twitter li {
  margin: 10px 0;
}

#blog-twitter .postmetadata {
  margin: 0;
}

/**
 * 4.1.9 Blog blogroll
 */

#blog-blogroll {
  float: left;
  width: 184px;
  margin: 30px 0 0 0;
}

#blog-blogroll li {
  padding: 2px 0;
}

#blog-blogroll img {
  float: left;
  margin: 0 10px 0 0;
}

/**
 * 4.1.10 Blog links
 */

#blog-links {
  float: left;
  margin: 30px 0 0 0;
}

#blog-links li {
  padding: 2px 0;
}

#blog-links img {
  float: left;
  margin: 0 10px 0 0;
}

.navigation {
  overflow: hidden;
}

.navigation .alignleft {
  float: left;
}

.navigation .alignright {
  float: right;
}

/**
 * 4.2 Newsletter
 */

#newsletter {
  background: #e9e9e9;
  float: left;
  padding: 10px;
  width: 185px;
  margin: 0 40px 0 0;
}

#newsletter p {
  margin: 0;
}

#newsletter input[type=text] {
  width: 140px;
}

#newsletter input[type=submit] {
  width: 24px;
  float: right;
}

/**
 * 4.3 Vacancies
 */

#vacancies-list {
  float: left;
  width: 205px;
  margin: 0 40px 0 0;
  padding: 10px 0 0 0;
}

#vacancies-list li {
  height: 43px;
  width: 205px;
  color: #999999;
}

#vacancies-list li a.title {
  color: #009fda;
  margin: 0 0 3px 0;
}

#vacancy h2,
#vacancy h1 {
   margin: 0 0 24px 0;
}

/**
 * 4.4 Footnote
 */

#footnote {
  float: left;
  padding: 10px 0 0 0;
}

#footnote ul {
  margin: 0 0 10px 0;
}

/**
 * 4.6 Services
 */

#services-list-footer {
  float: left;
}

#services-list-footer h2 {
  margin: 0 0 20px 0;
}

#services-list-footer ul {
  width: 205px;
  float: left;
  border-top: 1px solid #e5e5e5;
}

#services-list-footer a {
  background: url(../images/read-more.png) center right no-repeat;
  display: block;
  line-height: 34px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
}

/**
 * 4.6 Vision
 */

#vision {
  width: 205px;
  margin: 0 30px;
  float: left;
}

#vision .content {
  margin: 20px 0 0 0;
}

/**
 * Konami
 */

#konami {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#konami img {
  position: absolute;
  top: 40px;
}

#svluUnder {
  opacity: 0;
  filter: alpha(opacity=0);
}

#page404 {
  background: url(../images/404.jpg);
  height: 360px;
  width: 617px;
  margin: 30px auto 40px auto;
}
