@charset "utf-8";
/* CSS Document */

/* Default settings */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {  
	margin: 0px; padding: 0px; border: 0px;
}  
body {background-color: #2d2a26; font: 11px/20px Tahoma; color: #b3b3b3;}
.container {width: 900px; margin: 0 auto;}
h2 {
	margin-top: 10px;
	padding-bottom: 20px;
	font: 14pt Georgia;
	color: #e6e2d9;
}

/* ------ Begin header ------ */
#header {overflow: hidden;}
#header-inner {height: 140px; background: url(../images/zw_header.jpg) no-repeat;}
#switch {
	height: 80px;
	width: 80px;
	padding: 10px 0px 0px 665px;
	color: #2d2a26;
}
#switch a {color:#2d2a26; text-decoration:none;}
span.switch-dag {font-weight:normal;}
span.switch-avond {font-weight:bold;}

/* Begin script tooltip */
span.tool {position: absolute; /* this is key */}
span.tool span.tip {display: none; /* so is this */}
span.tool:hover span.tip {	/* tooltip will display on :hover event */
	width: 200px;
	left: -40px;
	top: 20px;
	padding: 20px;
	position: absolute;
	z-index: 100;
	display: block;
	border: 1px solid #12100e;
	background-color: #dacdbd;
	text-align: left;
	color: #2d2a26;
}
/* Einde script tooltip */
/* ------ Einde header ------ */

#content {overflow: hidden;} /* Wrapper van portfolio, about, contact, twitter */

/* ------ Begin portfolio ------ */
#portfolio {
	width: 580px;
	height: 498px;
	position: relative;
	float: left;
	padding: 20px 10px 0px 20px;
	background: url(../images/zw_slider_scroll.jpg) no-repeat;
}

/* Begin script slider */
.scroll {
    width: 570px;
	height: 428px;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	overflow: auto;
}
.scrollButtons {
	width: 16px;
	height: 16px;
	position: absolute;
	cursor: pointer;
}
.scrollButtons.left {top: 472px; left: 218px;}
.scrollButtons.right {top: 472px; left: 238px;}
ul.navigation {
	width: 510px;
	padding: 20px 0px 9px 64px;
	list-style: none;
}
ul.navigation a {
	padding: 7px;
    font: bold 12px Georgia;
	color: #2d2a26;
    text-decoration: none;
}
ul.navigation a:hover {color: #ffffff;}
ul.navigation a.selected {color:#ffffff;}
ul.navigation a:focus {outline: none;}
ul.navigation li {display: inline;}
/* Einde script slider */
/* ------ Einde portfolio ------ */

/* ------ Begin about ------ */
#about {
	width: 25%;
	height: 450px;
	float: right;
	padding: 34px 3% 0px 3%;
	background: url(../images/zw_about.jpg) no-repeat;
}
#about a {color:#e6e2d9; }
#about a:hover {color:#e6e2d9; text-decoration:none; }
/* ------ Einde about ------ */

#contact {overflow: hidden;}

/* ------ Begin twitter ------ */
#twitter {float: left;	width: 210px;}
#twitter {
	float: left;
	margin-top: 10px;
	padding: 25px 40px 0 20px;
	background: url(../images/zw_middenstreep.jpg) no-repeat;
}
#twitter a {color:#2d2a26;}

/* Begin script Twitter */
#twitter_div {width: 210px; margin-top: -10px;}
#twitter_div ul li span {font-size:11px; font-weight:normal;} 
#twitter_div ul li span a {font-size:11px; color: #e6e2d9; font-weight:normal; text-decoration: none;}
#twitter_div ul li span a:hover {font-size:11px; color: #e6e2d9; font-weight:normal; border-bottom: 1px solid #e6e2d9;}
ul#twitter_update_list {
	width: 210px;
	padding-bottom: 5px;
	overflow: hidden;
}
ul#twitter_update_list li {
	width: 210px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #1a1915;
	list-style: none;
}
ul#twitter_update_list li a {color: #e6e2d9; font-weight:bold; text-decoration: none; }
ul#twitter_update_list li a:hover {border-bottom: solid 1px; color: #e6e2d9; font-weight:bold; }
/* Einde script Twitter */
/* ------ Einde twitter ------ */

/* ------ Begin blog ------ */
#blog {
	width: 340px;
	float: left;
	margin-top: 10px;
	padding: 25px 40px 0 0;
	background: url(../images/zw_middenstreep.jpg) no-repeat;
}
#bloglist {margin-left: 15px; }
#bloglist a {color:#e6e2d9; }
#bloglist a:hover {color:#e6e2d9; text-decoration:none; }
/* ------ Einde blog ------ */

/* ------ Begin form ------ */
#form {
	width: 230px;
	float: right;
	margin-top: 10px;
	padding: 25px 20px 0 0;
	background: url(../images/zw_middenstreep.jpg) no-repeat;
}

/* Begin script contactform */
.message {
	width: 200px;
	padding: 10px;
	display: none;
	background: #403b35;
	border: 1px solid #b3b3b3;
}
#alert {padding:10px; list-style-position:inside;}
.contactform {float:left;}
input.btn {
	width: 100px;
	height: 30px;
	background: url(../images/zw_btn_bg.jpg) repeat-x;
	border: 1px solid #1a1915;
	font: bold 11px Tahoma;
	color: #1a1915;
	float:right;
}
input.txt,
textarea.msg {
	padding-top: 2px;
	padding-left: 4px;
	background-color: #292623;
	font: 11px Tahoma;
	color: #b3b3b3;
	border-top: 1px solid #1a1915;
	border-right: 1px solid #3e3933;
	border-bottom: 1px solid #3e3933;
	border-left: 1px solid #1a1915;
}
input.txt {width: 210px; height: 18px;}
textarea.msg {width: 210px;	overflow: auto;}
.special {display:none;}
.tableform {width:100%;}
/* Einde script contactform */
/* ------ Einde form ------ */

/* ------ Begin footer ------ */
#footer {margin-top: 10px; overflow: hidden;}
#footer-inner {height: 63px; padding-top: 27px; background: url(../images/zw_footer.jpg) no-repeat;}

#icons {
	width: 200px;
	height: 28px;
	padding-left: 20px;
	float:left;
}
#icons-list {position: relative; list-style: none;}
#icons-list span {position: absolute; display: none;}
#icons-list a {
	position: absolute;
	display: block;
	text-indent: -900%;
	outline: none;
}
#icons-list a:hover {background-position: left bottom;}
#icons-list a:hover span {display: block;}

#icons-list .icons-twitter,
#icons-list .icons-twitter span {width: 32px; height: 28px; left: 0px; top: 0px;}
#icons-list .icons-twitter {background: url(../images/zw_icons_tw.jpg) no-repeat;}
#icons-list .icons-twitter span {background: url(../images/zw_icons_tw_ho.jpg) no-repeat;}

#icons-list .icons-linkedin,
#icons-list .icons-linkedin span {width: 32px; height: 28px; top: 0px;}
#icons-list .icons-linkedin {left: 32px; background: url(../images/zw_icons_li.jpg) no-repeat;}
#icons-list .icons-linkedin span {left: 0px; background: url(../images/zw_icons_li_ho.jpg) no-repeat;}

#icons-list .icons-favorites,
#icons-list .icons-favorites span {width: 32px; height: 28px; top: 0px;}
#icons-list .icons-favorites {left: 64px; background: url(../images/zw_icons_fav.jpg) no-repeat;}
#icons-list .icons-favorites span {left: 0px; background: url(../images/zw_icons_fav_ho.jpg) no-repeat;}

#icons-list .icons-email,
#icons-list .icons-email span {width: 32px; height: 28px; top: 0px;}
#icons-list .icons-email {left: 96px; background: url(../images/zw_icons_em.jpg) no-repeat;}
#icons-list .icons-email span {left: 0px; background: url(../images/zw_icons_em_ho.jpg) no-repeat;}

#copyright {padding: 7px 20px 0 0; width: 50%; float: right; text-align: right;}
/* ------ Einde footer ------ */