html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

@font-face {
	font-family: 'Museo300';
	src: url('/stylesheets/fonts/museo300-regular-webfont.eot');
	src: local('/fonts'), url('/stylesheets/fonts/museo300-regular-webfont.woff') format('woff'), url('/stylesheets/fonts/museo300-regular-webfont.ttf') format('truetype'), url('/stylesheets/fonts/museo300-regular-webfont.svg#webfontkTfFEHMQ') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Museo700';
	src: url('/stylesheets/fonts/museo700-regular-webfont.eot');
	src: local('/fonts'), url('/stylesheets/fonts/museo700-regular-webfont.woff') format('woff'), url('/stylesheets/fonts/museo700-regular-webfont.ttf') format('truetype'), url('/stylesheets/fonts/museo700-regular-webfont.svg#webfontkTfFEHMQ') format('svg');
	font-weight: normal;
	font-style: normal;
	}

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_3 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .grid_1 {
	width:300px;
}

.container_3 .grid_2 {
	width:620px;
}

.container_3 .grid_3 {
	width:940px;
}




/* Prefix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .prefix_1 {
	padding-left:320px;
}

.container_3 .prefix_2 {
	padding-left:640px;
}



/* Suffix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .suffix_1 {
	padding-right:320px;
}

.container_3 .suffix_2 {
	padding-right:640px;
}



/* Push Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .push_1 {
	left:320px;
}

.container_3 .push_2 {
	left:640px;
}



/* Pull Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/


.container_3 .pull_1 {
	left:-320px;
}

.container_3 .pull_2 {
	left:-640px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/* Martine's staaaail
----------------------------------------------------------------------------------------------------*/
body {
  background-color: #4b4b4b;
  letter-spacing: 0.01em;
  }

#header {
  background: transparent url("/images/header_bg.png") repeat-x;
  height: 46px;
  position: relative;
  z-index: 1;
  }
  
#logo h1 a {
	background: transparent url("/images/logo_redwebs.png") no-repeat scroll left top;
	height: 16px;
	display: block;
	margin-top: 12px;
	}
	
#header h1 a span {
	display:block;
	text-indent:-6000px;
	}
	
#nav ul {
  float: right;
  list-style-type: none;
  margin-top: 8px;
  }

#nav ul li {
  display: inline;
  padding-left: 10px;
  }
  
#nav ul li a {
  font:normal 14px/25px "museo300",helvetica, sans-serif;
  color: #e1e1e1;
  margin-top: 5px;
  }
	
#content_1 {
	background-color: #e3e3e1;
  margin: -3px auto;
	position: relative;
	z-index: 0;
	top: -3px;
	min-height: 310px;
  }

#content_1.home {
  background:  #e3e3e1 url("/images/koffie2.jpg") no-repeat scroll center -32px;
  }

#content_1.portfolio {
  background:  #e3e3e1 url("/images/lamp.jpg") no-repeat scroll center -17px;
  }

  
#webmail {
  background: transparent url("/images/bg_webmail.png") no-repeat scroll right top;
  float: left;
  padding: 20px 26px 20px 20px;
  position: relative;
  top: 3px;
  width: 274px;
  height: 205px;
  } 
  
#webmail input {
  display: block;
  }
  
h4 {
	font:bold 14px/20px helvetica;
	color: #767676;
	margin-bottom: 7px;
  }
  
input#login_username, 
input#secretkey {
  background-color:#f8f8f8;
	border:none;
	color:#777777;
  width: 95%;
	font:normal 14px/20px helvetica;
	padding:12px 7px 9px;
	margin-bottom: 9px;;
	letter-spacing: 0.03em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 2px #B8B5B5 inset;
	}
	
#webmail .commit {
  float: right;
  margin-top: 5px;
  }
	
.commit span {
  background: transparent url("/images/btn_geel_r.png") no-repeat scroll right top;
  height: 37px;
  display: inline-block;
	}

.commit input[type="submit"] {
  background: transparent url("/images/btn_geel_l.png") no-repeat scroll left top;
  text-decoration: none;
  display: inline-block;
  color:  #4b4b4b;
	font: bold 15px/25px helvetica, sans-serif;
  text-shadow: 0 1px 1px white;
  border: none;
  padding: 5px 30px;
  height: 37px;
  margin-left: 0px;
  }
  
.commit span:hover {
  background-position: right bottom;
  }
  
.commit input[type="submit"]:hover {
  background-position: left bottom;
  }
  
#content_2 {
  background-color: #f4f4f4;
  border-top: 1px solid #d3d3d2;
  border-bottom: 1px solid #d3d3d2;
  position: relative;
  -moz-box-shadow: 0 28px 40px #666666;
  -webkit-box-shadow: 0 28px 40px #666666;
  }
  
#cta {
  margin: 24px 0 0;
  }  
  
.btn_cta {
  background: transparent url("/images/btn_grijs_r.png") no-repeat scroll right top;
  height: 37px;
  display: inline-block;
  min-width: 155px;
  margin-right: 5px;
  }
  
.btn_cta span {
  background: transparent url("/images/btn_grijs_l.png") no-repeat scroll left top;
  text-decoration: none;
  display: inline-block;
  border: none;
  padding: 7px 35px 6px 21px;
  height: 24px;
  margin-left: 0px;
  }
  
.btn_cta a {
  color:  #4b4b4b;
	font: bold 15px/25px helvetica, sans-serif;
  text-shadow: 0 1px 1px white;
  }
  
.btn_cta a:hover {
  text-decoration: none;
  }
  
.btn_cta:hover {
  background-position: right bottom;
  }
  
.btn_cta span:hover {
  background-position: left bottom;
  }
  
a#portfolio {
  background: transparent url("/images/btn_icons.png") no-repeat scroll left -33px;
  padding-left: 27px;
  display: block;
  }
  
a#mail {
  background: transparent url("/images/btn_icons.png") no-repeat scroll left 4px;
  padding-left: 33px;
  display: block;
  }
  
.padding_40 {
  padding: 35px 0 40px;
  }
  
.padding_15 {
  padding: 15px 0;
  }
  
#main{
  width: 520px;
  }
  
h2 {
  font:bold 33px/40px helvetica, sans-serif;
  color: #26a8e0;
  margin-bottom: 16px;
  }
  
.thumb {
  width: 300px;
  height: 230px;
  margin-bottom: 10px;
  display: block;
  }
  
.thumb a {
  text-indent: -9000px;
  display: block;
  height: 230px;
  }
  
span#mdl, 
span#slimmeactie,
span#benniestout
 {
  background: transparent url("/images/thumbs.png");
  }

span#mdl:hover {
  background-position: left top;
  }
  
span#slimmeactie:hover {
  background-position: left 460px;
  }
  
span#benniestout:hover {
  background-position: left 230px;
  }
  
span#mdl {
  background-position: right top;
  }
  
span#slimmeactie {
  background-position: right 460px;
  }
  
span#benniestout {
  background-position: right 230px;
  }



#intro p {
  font:normal 18px/28px "museo300",helvetica, sans-serif;
  color: #6F6F70;
  }
  
h3 {
  font:normal 16px/25px "museo700",helvetica, sans-serif;
  color: #4b4b4b;
  margin-bottom: 5px;
  }
  
p {
  font:normal 13px/20px helvetica, sans-serif;
  color: #6f6f70;
  margin-bottom: 9px;
  }
  
a {
  color: #26a8e0;
  text-decoration: none;
  }
  
.leesmeer {
  background: transparent url("/images/pijl.png") no-repeat scroll right 1px;
  padding-right: 18px;
  }
  
a:hover {
  text-decoration: underline;
  }
  
.leesmeer:hover {
  text-decoration: none;
  border-bottom: 1px solid;
  }
  
#footer {
  background-color: #4b4b4b;
  }
  
#footer p {
  font-size: 11px;
  color: #b1b4b1;
  }
  
#footer a {
  color: white;
  background: none;
  padding-right: 4px;
  }

.hartje {
  background: transparent url("/images/hartje.png") no-repeat scroll left 5px;
  padding-left: 15px;
  }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/redwebs_cms/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/redwebs_cms/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/redwebs_cms/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/redwebs_cms/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/redwebs_cms/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/redwebs_cms/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/redwebs_cms/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/redwebs_cms/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
