body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px%;
	line-height: 1.0em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url('../imgs/dottedline.jpg');
	background-repeat: repeat-x;
	background-color: white;
}

.twoColFixRtHdr #container {
	width: 860px; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: repeat-x;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px; /* was 16px */
	padding-bottom: 0;
	padding-left: 16px;
} 

.twoColFixRtHdr #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 334px; /* (was 332) the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: url(../imgs/bluepixel.png);  the background color will be displayed for the length of the content in the column, but no further
	border-left:solid 1px #999; */
	text-align:right;
	margin: 5px 0 0 0;
	padding: 0px;

}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size:12px;
	line-height:18px;
	color:#333;
	padding: 0px;
}

ul.noindent {
margin-left: .05em;
margin-top: 0px;
padding-left: .05em;
padding-top: 0px;
}
ul li{
list-style-type: none;
padding: 2px 0 0 10px;
background: url(../imgs/tinybullet.gif) no-repeat 0 9px; /*originally this was 0 7px 0 0, which was the mistake*/
}

.twoColFixRtHdr #mainContent { 
	margin: 0 332px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #content { 
	margin: 0 160px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#content .wrap {
    width: 660px;
    float: left;
    margin-right: 12px;
	padding-top: 200px;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0099cc; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.boldblue {
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #333;
}

.projecttitle {
	font-weight: regular;
	letter-spacing: 0.05em;
	color: #999;
	padding-top: 50px;

}

p {margin-top: 0;
	}


a {
	font-size: 1em;
	text-decoration:none;
	color: #8C8C8C;
}
a:visited {
	color: #8C8C8C;
}
a:hover {
	color: #8C8C8C;
	text-decoration:underline;
}
a:active {
	color: #8C8C8C;
	text-decoration:none;
	font-weight: regular;
}


a.innerborder, a.innerborder  {
	float: left;
	overflow:hidden;
}

a.innerborder:hover {
	border:5px solid #ccc;
	margin: -2px;
}

a.innerborder:hover img {
}

ul {
	margin-left: -15px;
	margin-top: 5px;
	
}

#header {
  margin-bottom: 10px;
  height: 130px;
  }
  
  
#header .logo {
  float: left;
  margin-right: 12px;
  padding-top: 18px;
  width: 320px;
  height: 100px;
}

  
#header404 {
  margin-bottom: -20px;
  height: 140px;
  }

#header404 .logo {
  float: left;
  margin-right: 12px;
  padding-top: 10px;
  width: 160px;
  height: 120px;
}



/*
#header #nav {
  float: left;
  width: 504px;
  height: 140px;
  } 
  
*/

   /* Begin Navigation Styling */
#header .header_nav {
	color:#333;
	letter-spacing: 0.05em;
	float:right;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	padding-top:28px;
	margin-right: 0px;
	position:relative;
	text-align:right;
	width:380px;
}

#header .header_nav h1 {
color:#999999;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
padding-bottom:10px;
text-align:left;
text-decoration:none;
width:250px;
}

#header .header_nav a {
color:#333;
padding:3px;
text-decoration:none;
}

#header .header_nav a:hover {
	color:#333;
	text-decoration: underline;
	font-size: 1em;
}


#mainContent { 
	margin: 0 160px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.projectcol {
  float: left;
  width: 160px;
  min-height: 1px; 
  margin-right: 12px;}
  
.noheight {
  height: auto !important; }
  
.row {
  clear: both; }
  
.vbox {
  float: left; }

.item {
  width: 160px;
  height: 160px;
  float: left;
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  padding: 0px; 
  margin-top: 12px;}
  .item:hover {
    cursor: pointer; }
  .item span {
    display: block; }
  .item img {
	border:none;
    width: 100%;
    height: 75%; }

    .item .inner {
    background: rgba(0, 0, 0, 0.05);
    color: #00adee;
    position: absolute;
    left: 0px;
    top: 75%;
    width: 94%;
    font-size: 85%;
    padding: 5px; }
	
    .item .inner .title {
	  width: 155px;
      color: #333;
      font-size: 90%;
      line-height: 1.2;
      padding-top: 0px;
      padding-bottom: 5px; }
	  
    .item .innertext {
    border-bottom-left-radius: 0px;
    background: rgba(215, 223, 35, 0.1);
    color: #00adee;
    position: absolute;
    left: 0px;
    top: 0%;
    width: 95%;
    font-size: 85%;
    padding: 5px; }

    .item .innertext .text {
	  width: 155px;
      color: #333;
      font-size: 90%;
      line-height: 1.2;
      padding-top: 0px;
      padding-bottom: 5px; }
	  
  .item .white {
    background: rgba(0, 0, 0, 0.6);
    color: #fff; }
    .item.white .inner .title {
      color: #000; }
  .item .tint {
    width: 160px;
    height: 160px;
    margin: 3px; }
  .item .details {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    position: absolute;
    left: 5px;
    top: 20px;
    width: 160px;
    min-height: 25px;
    z-index: 1000;
    opacity: 0.8;
    padding: 9px;
    background: #ccc; }
    .item .details .one_liner {
      margin: 0 0 0 10px; }
    .item .details .people {
      margin: 5px 0 5px 10px; }
  .item:hover .details {
    display: block; }


.tint {
	color:#333;
	font-size: 1em;
	display: block;
	position: absolute;
	left: -3px;
	top: -3px;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
  .tint:hover {
    background-color: rgba(256, 256, 256, 0.3); }
	
.textbox {
    margin-top: 5px;
	margin-bottom: 7px;
	padding: 5px;
    font-size: 12px;
	line-height: 18px;
	color:#069;
	width: 150px;
	height: 150px;
    float: left;
}

/**** Masonry CSS ****/

.wrap {
    background: #FFF;
    /*border: 0px solid #456;*/
    padding: 0px;
	margin-bottom: 5px;
	border-radius: 0px;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box {
    margin-right: 12px;
    margin-bottom: 8px;
    margin-left: 0px;
	padding: 0px;
    font-size: 11px;
    float: left;
}

.col1 { width: 160px; }
.col2 { width: 332px; }
.col3 { width: 504px; }
.col4 { width: 676px; }
.col5 { width: 848px; }

.col1 .title {
	font-size: 1.1em;
      color: #333;
      line-height: 1.2;
      padding: 0 0 0 5px; }
.col2 .title {
	font-size: 1.1em;
      color: #333;
      line-height: 1.2;
      padding: 0 0 0 5px; }
.col3 .title {
	font-size: 1.1em;
      color: #333;
      line-height: 1.2;
      padding: 0 0 0 5px; }
.col4 .title {
	font-size: 1.1em;
      color: #333;
      line-height: 1.2;
      padding: 0 0 0 5px; }
.col5 .title {
	font-size: 1.1em;
      color: #333;
      line-height: 1.2;
      padding: 0 0 0 5px; }


.col1 img { max-width: 160px; }
.col2 img { max-width: 332px; }
.col3 img { max-width: 504px; }
.col4 img { max-width: 676px; }
.col5 img { max-width: 848px; }

	
/**** slideshow CSS ****/

	
.slides{
			background:#fff;
			height:436px;
			position:relative;
			overflow:hidden;
		}

.slides #srotate{
			overflow-y:hidden;
			overflow-x:auto;
			height:452px;

		}

.slides #srotateimg{
			width:10000px;
		}

.slides #srotate img{
			float:left;
			margin-right:250px;

		}

.slides .navigation{
	width:189px;
	height:437px;
	position:absolute;
	top:0px;
	left:662px;
	background-color: rgba(256, 256, 256, 1);
}


		

	
	#eronder {
	background-color: #1d3420;
	height: 20px;
	width: 960px;
	position: relative;
	top: -20px;
	padding-top: 10px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

	#eronder a{
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



		
		.navigation{
			position:relative;
		}
		
	.big{
	font-size:24px;
	line-height:20px;
	font-weight:normal;
	color:#333;
	margin-bottom:4px;
		}
		
	.ondertitel{
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#333;
	margin-bottom:18px;
		}
		
		.navigation .copy{
			font-size:12px;
			line-height:18px;
			color:#333;
		}
		
		.navigation .readmore a{
	font-size:12px;
	color:#333;
		}
		

		.navigation .slide_copy{
				font-size:11px;
	color:#333;
			display:none;
		}
		
		.navigation .nav_links{
	position:absolute;
	bottom:8px;
	left:8px;
	width: 131px;
	text-align: center;
		}
		
		.navigation .readmore{
			
		}
		
		.navigation .nav_links a{
			background:url(../imgs/bullet_lichtgroen.png);
			width:15px;
			height:15px;
			display:block;
			float:left;
			margin-left:10px;
		}
		
		.navigation .nav_links a:hover,
		.navigation .nav_links a.active
		{

				background:url(../imgs/bullet_wit.png);

		}


#mainContent #A {
  float: left;
  width: 160px;
  height: 160px;
  background: e3e4e4;
  margin-bottom: 12px;
  margin-right: 12px;
}

#mainContent #AA {
  float: left;
  width: 160px;
  height: 160px;
  background: #e3e4e4;
  margin-bottom: 12px;
  margin-right: 12px;
  overflow:hidden;
  
}

#mainContent #AA img{
 border:none;
}

#mainContent #AA a{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;

}



#mainContent #AA .tekst {
  background: transparent;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 2px;
  padding-bottom: 3px;  
}


#mainContent #A_right {
  float: right;
  margin-right: 12px;
  width: 160px;
  height: 160px;
  background: transparent;
  margin-bottom: 12px;
}

#mainContent #A_right:hover {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
cursor:pointer;
}

#mainContent #A_alt {
  float: left;
  margin-right: 12px;
  width: 160px;
  height: 160px;
  background: #ccc;
  margin-bottom: 12px;
  margin-top: 172px;

}

#mainContent #B {
  float: left;
  margin-right: 12px;
  width: 332px;
  height: 160px;
  background: #ccc;
  margin-bottom: 12px;
}

#mainContent #C {
  float: left;
  margin-right: 12px;
  width: 504px;
  height: 160px;
  background: #ccc;
  margin-bottom: 12px;
}

#main #D {
  float: left;
  margin-right: 12px;
  width: 676px;
  height: 160px;
  background: #ccc;
  margin-bottom: 12px;
}

.slideshow {
	float: left;
	margin-right: 12px;
	width: 850px;
	height: 360px;
	background: rgba(215, 223, 35, 0.1);
	margin-bottom: 12px;
}

#main #F {
  float: left;
  margin-right: 12px;
  width: 332px;
  height: 332px;
  background: #ccc;
  margin-bottom: 12px;
}

#main #G {
  float: left;
  margin-right: 12px;
  width: 332px;
  height: 504px;
  background: #ccc;
  margin-bottom: 12px;
}

#main #H {
  float: left;
  margin-right: 12px;
  width: 332px;
  height: 676px;
  background: #ccc;
  margin-bottom: 12px;
}


#main #tumblrlog {
	float: right;
	width: 332px;
	background-color:#fff;
}

  
.blogtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #fff;
	padding: 0;

}
  
.tumblr_photo
{
width: 160px;
height: auto;
float: right;
margin: 0;
padding-left:10px;
}



.tumblr_photo_post
{
	
	}
	
.tumblr_post
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	list-style-type:none;
	width: 310px;
	padding: 0;
	margin: 10px 10px 10px -30px;
	overflow: hidden;
}


.tumblr_post	a {
	color: #333;
	text-decoration:none;
}
.tumblr_post	a:hover{
	color: #333;
	text-decoration:underline;
}

#mainContent #text_column {
  float: left;
  margin-right: 0px;
  width: 160px;
  padding: 0px;
  margin-bottom: 12px;
}

#mainContent #text_block {
  float: left;
  background:#e3e4e4;
  margin-right: 12px;
  width: 160px;
  height: 160px;
  padding: 0px;
  margin-bottom: 12px;
}



.qtip .qtip-content{
   padding: 25px;
   overflow: hidden;
}
   
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #F0DE7D;
   }
   
   .qtip-light .qtip-content .qtip-title{
      background-color: #f1f1f1;
   }

   .qtip-dark .qtip-content .qtip-title{
      background-color: #ffffff;
   }

   .qtip-red .qtip-content .qtip-title{
      background-color: #F28279;
   }
   
   .qtip-green .qtip-content .qtip-title{
      background-color: #B9DB8C;
   }
   


#footer {
  background: #fff;
  width: 848px;
  height: 160px;
  margin-bottom: 12px;
}

/* PIE easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* remove this, height used for demo only */
#navigation, #content, #ads, #footer { height: 64px; }
.twoColFixRtHdr #container #header .header_nav .active {
	font-weight: regular;
	color: #00B0F1;
}
.twoColFixRtHdr #container #mainContent .projectcol .textbox{
	color:#333;
	font-weight: bold;
}

