* {
  margin: 0;
  padding: 0;}

.group:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}

a img, abbr {
  border: 0;}


/**
 * USER MESSAGES
 */
div.feedback-success,
div.feedback-failure,
div.feedback-warning,
div.feedback-message {
  padding: 9px;
  border-width: 1px 0 1px 0;
  border-style: solid;}

div.feedback-success p, div.feedback-success ul,
div.feedback-failure p, div.feedback-failure ul,
div.feedback-warning p, div.feedback-warning ul,
div.feedback-message p, div.feedback-message ul {
  color: #000;
  margin-bottom: 0;}

div.feedback-success {
  border-color: #0C0;
  background-color: #AFA;}

div.feedback-failure {
  border-color: #F00;
  background-color: #FAA;}

div.feedback-warning {
  border-color: #FF0;
  background-color: #FFA;}

div.feedback-message {
  border-color: #00C;
  background-color: #AAF;}
  
/* ##### CUSTOM STYLES ##### */

/* ##### TYPOGRAPHY ##### */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  background: #585858;
}

h2 {
  font-weight: bold;
  color: #9F9F9F;
  font-size: 2.083em;
  margin-bottom: 20px;
  text-transform: uppercase; 
}

h3 {
  font-weight: bold;
  color: #9F9F9F;
  font-size: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase; 
}

p {
  margin-bottom: 25px;
}

.downloadlink {
  font-size: 11px;
}
  
a {
  color: black;
}

/* ##### BACKGROUND -> IMAGE ##### */
#imagebackgound {
    position: fixed;
    z-index: 2;
}

/* ##### BACKGROUND -> MOVIES ##### */
#flashcontent {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 2;
}

/* ##### BACKGROUND -> PICTURES (FOR THE JS HATERS) ##### */
#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.has_js #background {
  display: none;
} 

/* ##### SITE-STRUCTURE ##### */
#wrapper {
  position: absolute;
  left: 50%;
  margin: 40px 0 0 -452px;  
  width: 905px;
  z-index: 3; 
}

#languageswitch {
  position: fixed;
  left: 50%;
  margin: 210px 0 0 -452px;  
	z-index: 3;
  font-weight: bold;
  font-size: 14px;
  color: #eeeeee;
}

#languageswitch a {
	text-decoration: none;
  color: #eeeeee;
  font-weight: normal;
  font-size: 12px;
}
	
#content {
  background: #f1f4f0;
  width: 600px;
  min-height: 585px;
  position: relative;
  margin-left: 152px;   
  z-index: 6;
  top: -25px;
  overflow: hidden;
}

#content .page {
  padding: 26px;
  width: 548px;
  z-index: 7;
}

#content #arrow {
  float: right;
  margin: 26px 26px 0 551px;
  z-index: 8;
  position: absolute;
  cursor: pointer;
  visibility: hidden;
}

#back_arrow {
  margin-left: 160px;
  z-index: 5;
  cursor: pointer;
  visibility: hidden;
}

/* ##### NAVIGATION ##### */
#nav {
  width: 132px;
  color: white;
  background: url(/images/nav.png);
  float: left;
  position: fixed;
  z-index: 6;
    padding: 10px;
}

#nav a {
    margin: 4px 0;
    display: block;
    position: relative;
    height: 1px;
}

#nav .purple {
   height: 20px;
}

#nav .purple a {
   margin-top: 23px;
}

#nav .orange a img,
#nav .purple a img {
    position: absolute;
    top: 0;
    z-index: 3;
}

#nav .orange a img.black,
#nav .purple a img.black {
    z-index: 4;
}

/* ##### CARD ##### */
#card {
  width: 152px;
  height: 382px;
  background: url(/images/card.png);
  position: fixed;
  top: 243px;
  margin-left: 752px;
  font-weight: bold;
  z-index: 4;
  
}

#card h1 {
  display: block;
  height: 191px;
  background: pink;
  text-indent: -9999px;
  background: url(/images/logo.png) no-repeat center;
}

#card p {
  margin: 15px 0 14px 10px;
}

#card a {
  margin: 15px 0 0 10px;
  text-decoration: none;  
}

#button {
  width: 152px;
  height: 35px;
  display: block;
  text-indent: -9999px;
  position: fixed;
  bottom: 0px;
  cursor: pointer;
}

.play {
  background: url(/images/playpause.png) 0px 35px;
}

.pause {
  background: url(/images/playpause.png);
}

/* ##### PAGE -> HOME ##### */
#home {
  position: relative;
}

#home .logo {
  margin-bottom: 75px;
  z-index: -10;
}

#invisible{
  filter: alpha(opacity=1);
  -ms-filter: 'alpha(opacity=1)';
  opacity: 0.00;
	width: 100%;
	height: 100%;
	}
#rollover-zone {
  position: absolute;
  top: 23px;
  width: 405px;
  height: 305px;
  z-index: 100;
  }
  

.has_js .contentblock-category {
  display: none;
}

#contentblocks {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 425px;
  height: 325px;
}

#contentblocks div {
  position: absolute;
  padding: 25px;
  top: 0;
  left: 0;
  width: 375px;
  height: 275px;
  background-color: #C0C0C0;
  z-index: 2;
}

#contentblocks .active {
  z-index: 1;
}

#contentblocks .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 3;}

.trigger span {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 10px;
}


/* ##### PAGE -> PROJECTS ##### */
#projects ol {
  list-style: none;
  margin-bottom: 20px;
  border-top: 1px dotted gray;
  text-decoration: none;
}

#projects ol li {
  border-bottom: 1px dotted gray;
  padding: 4px 0;     
}

/* ##### PAGE -> PROJECT ##### */
#project h2 {
  margin-bottom: 7px;
}

span.caption {
  background: white;
  display: block;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  text-align: left;
}

span.caption img {
  width: 100%;
}

span.caption span {
  color: #858585;
  font-style: italic;
  clear: both;
    margin-bottom: 0;
    padding: 0; 
}

.terug-maar-projecten {
    width: 100%;
    border-top: 1px dotted gray;
    padding-top: 4px;
}

.terug-maar-projecten a {
    text-decoration: underline;
}

/* ##### PAGE -> LINKS ##### */
#links ul {
    list-style: inside;
}

object {
    outline: none;
}

.project{
    text-decoration: none;
  }

#team .column {
  width: 50%; }
#team .column.left {
  float: left; }
#team .column.right {
  margin-left: 50%; }
#team h3 {
  text-transform: none;
  color: #000;
  margin-bottom: 0px;
  }
#team .description {
  font-size: 10px;
  line-height: 12px;
  padding-right: 1em;
}
#team p {
  margin-top: 6px;
  margin-bottom: 12px;
}
  
.rollover{
  width: 194px;
  height: 200px;
  position:absolute;
  right: 0px;
  top: 25px;
  color: #232020;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 120%;
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 5px;
}
  
.homepage-types{
  font-family: Arial,Helvetica,sans-serif;
	top: -60px;
  width: 155px;
  float: left;
  position: relative;
  display: block;
  color: #888888;
  font-weight: bold;
  font-size: 1.1em;
}

.homepage-subjects{
  font-family: Arial,Helvetica,sans-serif;
  top: -60px;
  width: 215px;
  float: left;
  position: relative;
  display: block;
  color: #232020;
  font-weight: bold;
  font-size: 1.1em;
}

.homepage-subjects a {
	text-decoration: none;
}
	
.homepage-projects{
	font-family: Arial,Helvetica,sans-serif;
  top: -60px;
  width: 155px;
  float: left;
  position: relative;
  display: block;
  font-size: 0.9em;
  padding-left: 5px;
  line-height: 140%;
}

.homepage-projects a {
  text-decoration: none;
}

.googlemaps{
	position: absolute;
	right: 5px;
	top: 5px;
}
