/* CSS Reset
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*main elements */
body { 
	background: #FFF url('../img/bg2.jpg') center top no-repeat; position: relative;
	
}

body#sub  {
	background: #FFF url('../img/bg-sub2.jpg') center top no-repeat; position: relative;
}

#header { 
	height: 42px; 
	width: 960px; 
	margin: 0px auto; 
	position: relative; 
	z-index: 80;
	
}

#content {
	width: 960px; margin: 18px auto; position: relative; 
}

#content {
	
}

#sub.main-portfolio #content {
	background: none;
}

.aside {
	width: 300px;
	
	background: url('/img/fade.gif') no-repeat;
	padding-left: 37px;
	float: left;
	margin-left: 3px; /* 3px ie6 kill me*/
	
}

#footer {
	clear: both;
	padding: 0px 5px;
	width: 950px;
	margin: 0px auto;
}

#sub #footer {
	
	padding: 0px;
	clear: both;
	width: 960px;
	margin: 0px auto;
}

/*columns */	

.column1 { 
	padding: 0px 20px 10px 5px; 
	width: 330px; 
	float: left; 
}

#sub .column1  {
	float: left; 
	width: 587px;
	padding: 0px 30px 10px 0px;
	overflow: hidden;
	
}

.column3 { 
	padding: 0px 0px 10px 0px; 
	width: 245px; 
	float: left; 
}

.column2 { 
	padding: 0px 20px 10px 20px; 
	width: 320px; 
	float: left;
	overflow: hidden;
}
	
	
/* homepage - companies list */
ul#opdrachtgevers { 
	display: block; 
	padding: 0 0 0 12px; 
	width: 233px; 
	height: 170px;
}

ul#opdrachtgevers li { 
	display: inline;
	float: left; 
	width: 66px; 
	height: 66px;
	margin-left: 10px; 
	margin-bottom: 10px;
	background: #CCC; 
	list-style-type: none;
}

ul#opdrachtgevers li img { 
	padding: 1px; 
	background: #FAFAFA; 
	border-top:1px solid #e0e0e0; 
	border-right:1px solid #bebebe; 
	border-bottom:1px solid #bebebe; 
	border-left:1px solid #e0e0e0; 
}

ul#opdrachtgevers li a { 
	display: block; 
	width: 66px; 
	height: 66px;
}

.aside dl {

}
.aside dt {
	margin-top: 15px;
	padding: 5px;
	background: #EEE;
}


.aside dd {
	padding:0;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	background: #EEE;
	padding: 0px 5px 5px 5px;
}

/* Linking styles */
#content a, #footer a {
	color: #717e72; 
}

#content a:hover, #footer a:hover {
	color: #000; 
}

a.external {
	white-space: nowrap;
	padding-right: 15px;
	background: url('../img/icon_external.gif') center right no-repeat;
	overflow:auto;
}

		
/* Typography */
p, ul, ol, dd, address {
	font: 13px/21px "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 20px;
	color: #444;
}

.column1 ul, .column1 ol {
	padding-left: 30px;
}
.column1 ul li {
	list-style-image:url('../img/tick2.gif');
	list-style-type: disc;
}

small { font-size: 11px;}

dt {
	font: 13px/20px "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
}

h1, h2, h3, h4, h5, h6 { 
	line-height: 1; 
	font-weight: 100;
	font-family: Frutiger, Univers, "Gill Sans", "Myriad Pro", Myriad, "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #464646;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3{ font-size: 18px; }
#content h1 { padding-bottom: 7px;}
#content h2 { padding-bottom: 7px;}
#sub #content h2 { padding-top: 15px;padding-bottom: 0px;}
#sub.main-portfolio #content h2 { padding-top: 25px;padding-bottom: 0px;}
.column3 h2 { padding-left: 20px;}

	
#footer p { 
	font-size: 11px;
	color: #BEBEBE;
}

strong.attention { font-weight: 900;}


blockquote p {
	padding: 20px 0px 0px 30px; 
	font: italic 17px/25px "Palatino Linotype", Palatino, Palladio, Baskerville, "Bookman Old Style", "Nimbus Roman No9 L", Garamond, Georgia, serif; 
	color: #444;
	text-align: justify;
	
}

#sub blockquote p{
	padding: 0px 0px 20px 30px; 
}

cite { 
	text-align: right; 
	display: block; 
	padding-top: 25px;
}

cite a { 
	color: #03a9f3; 
	font-style: normal; 
	font-weight: 100; 
	font-size: 16px; 
	text-decoration: none; 
}

.intro-paragraph {
	font-weight: 900;
	font-size: 12px;
}

.intro-paragraph em{
	font-style: normal;
}

#content abbr {
border-bottom:1px dotted #717e72;
cursor: help;
}
		
/* Negative Text-indent Image replacements */		
#introduction h2 {
	position: relative; 
	display: block; 
	width: 370px; 
	height: 40px; 
	background:url('../img/mooie-html-code.png') top left no-repeat; 
	text-indent: -9999px; 
}
#introduction h2 abbr { 
	position: absolute;
	display: block; 
	right: 122px; 
	top: 0px; 
	width: 110px; 
	height: 40px; 
	text-indent: -9999px;
	cursor: help; 
}
.category { 
	display: block;
	width: 370px;
	height: 55px;
	margin: 0 0 30px 0; 
	padding: 0;
	}
h1.category {
	padding:0; 
	margin: 0 0 0px 0; 
	display: block; 
	width: 370px; 
	height: 55px;
}
.category a { 
	display: block;
	width: 350px; 
	height: 20px;
	text-indent: -9999px;
	padding: 10px;
	cursor: pointer;
}

.diensten a{
	background: url(../img/diensten.png);
}

.htmlcss a{
	background: url(../img/html-css.png);
}

.portfolios a{
	background: url(../img/portfolio.png) no-repeat;
}

.seosem a{
	background: url(../img/seo-sem.png);
}

.contact a{
	background: url(../img/contact.png);
}

.notebooks a{
	background: url(../img/notebook.png);
}

.diensten a{
	background: url(../img/diensten.png);
}

.diensten a{
	background: url(../img/diensten.png);
}

.diensten a{
	background: url(../img/diensten.png);
}


/* Site-Wide Logo, append to p or h1 */
.logo {
	display: block;
	padding: 0;
	width: 122px; 
	height: 42px;
}

.logo a{
	display: block; 
	width: 122px; 
	height: 42px; 
	background: url('../img/logo-click-transform-sprite.png') top left no-repeat; 
	text-indent: -9999px;
	cursor: pointer;
}
	
.logo a:hover{ 
	background: url('../img/logo-click-transform-sprite.png') 0px -44px no-repeat;
}
		
 
ul#navigation{
	font-size: 90%;
	position:absolute;
	top: 0;
	right: 0;
	width: 597px;
	height: 43px;
	z-index: 90;	
	opacity: .97; /* Standard: FF gt 1.5, Opera, Safari */
}

#sub ul#navigation{
	margin-left: -100px;
	right: 50%;
	left: 50%;

}

ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}

/*

ul#navigation li { 
	line-height : 1.35em;
	position: relative;
	float: left;
}

ul#navigation>li li {
	float: none;
}

#navigation a {
	display: block;
	width: 105px;
	color: #F6F6F6;
	height: 31px;
	padding: 12px 5px 0px 5px;
	text-decoration: none;	
}
ul#navigation a:hover {
	color: #000;
	background-color: #99e1b1;
}

ul#navigation li li a {
	width: 160px;
	padding: 4px 5px 4px 5px;
	background-color: #F6F6F6;
	color: #333;
	height: auto;
}

ul#navigation li li li a {
	width: 168px;
	padding: 4px 5px 4px 5px;
	background-color: #FFF;
	color: #333;
	height: auto;
}

ul#navigation li ul {
	position : absolute;
	left: -999em;
}

#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	top: 0;
	left: 0px;
	margin-left: 100%;
}

#navigation li:active ul, #navigation li:hover ul, #navigation li.sfhover ul {
   	top: 100%;
	margin-left: 0;
}
div#menu {
	width:100%;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			120px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			43px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			120px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			120px; /* match ul width */
	top:			0;
}






/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	
}

.sf-menu li {
	height: 43px;
}

.sf-menu li li{
	height: 35px;
}

.sf-menu li a {
	padding: 		14px 60px 2px 5px;
	text-decoration:none;
	color: #FFF;
}

.sf-menu li li a {
	padding: 		8px 5px;
	text-decoration:none;
}

.sf-menu li li li a {
	padding: 		8px 5px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li li{
	background:		#333;
}
.sf-menu li li li{
	background:		#696969;
}

#navigation li li a:hover{
	background:	#696969;
	color: #FFF;
}

#navigation li li li a:hover{
	background:	#999999;
	color: #FFF;
}

.sf-menu li li li {
	width: 190px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:		#696969;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	60px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			40px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

li li .sf-sub-indicator {
	
	right:			10px;
	top:			12px; /* IE6 only */
	
}

.sf-menu li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			15px;
	right: 40px;
	background-position: 0px -100px; /* use translucent arrow for modern browsers*/
}
.sf-menu li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			15px;
	right: 10px;
	background-position: 0px -100px; /* use translucent arrow for modern browsers*/
}


/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
#navigation.sf-shadow ul {
	background:	url('../img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Homepage Media scroller */
div#media {
	width:100%; 
	height: 378px; 
	overflow: hidden; 
	position: relative;
}
	#introduction { width:555px; height: 235px; position: absolute; left: 50%; right: 50%; padding-top: 120px; margin-top: 22px; margin-left:-478px; z-index: 10; }
	#introduction p strong { display: block; width: 343px; height: 37px; background:url('../img/met-een-oogje-voor-design.png') top left no-repeat; text-indent:-9999px }
	#screenshot { width:555px; height: 355px; position: absolute; left: 50%; right: 50%; margin-top: 23px;  margin-left:-49px; z-index: 20; }
	#mobiel { width:216px; height: 307px; position: absolute; left: 50%; right: 50%; margin-top: 71px; margin-left:242px; z-index: 30; }

/* Forms */
legend { display: block; text-indent: -9999px; font-size: 9px;}
input.medium-input { width: 220px; height: 18px; padding: 3px; margin-top: 3px; font-family: Georgia; font-style: italic; font-weight: 100;}
textarea { width: 410px; height: 118px; padding: 3px; margin-top: 3px; font-family: Georgia; font-style: italic; font-weight: 100;}
#privacypolicy p{ font-size: 10px; line-height: 15px; }

#map { width: 290px; height: 170px; border: 5px solid #EEE; margin-top: 10px; overflow: hidden;}	

form#call-me-back label{
display: block;
}
form#call-me-back  .medium-input{
width: 280px;
}
form#call-me-back textarea{
width: 280px;
height: 60px;
}

form#call-me-back small{
display: block;
}
/* Hacks and small tidbits*/	
hr { 
	display: none;
}
clear { 
	clear: both;
}
.hide {
   display:none;
}

.screenreader {
	position: absolute;
	left: -9999px;
}

#portfolio-menu li ul {
overflow: auto;
border-bottom:1px solid #f6f6f6;

}

#portfolio-menu li ul li p{
padding-bottom: 0;
margin:0;

}

/* vcard styles */
.vcard p {
padding-bottom: 10px;
}

.email { padding-left: 15px; background: url('../img/mail_back.gif') center left no-repeat;}
.tel { padding-left: 15px; background: url('../img/mobile.gif') center left no-repeat;}
.fn { padding-left: 15px; background: url('../img/person.gif') center left no-repeat;}
address { padding-left: 15px; background: url('../img/home.gif') 0px 5px no-repeat;}

form p {
padding-bottom: 10px;
}
/* form styles */



/* fancybox */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../img/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancybox/fancy_title_right.png') repeat-x;
}


ul.tabs {
    margin:50px 0 0 0;
    padding:0;
    width:960px;
}
ul.tabs li {
    list-style:none;
    display:inline;
}
ul.tabs li a {
    margin:0 15px 0 0;

}
ul.tabs li a:hover {
    border-bottom:none;
}
ul.tabs li a.active, ul.tabs li a.active:hover {
    color:#000;
}

#portfolio-contents {
	padding: 0;
	margin:0;
	overflow: auto;
}

#portfolio-contents li{
	float: left;
}

#portfolio-menu li li{
	width: 310px;
	height: 110px;
	
	display: block;
	float: left;
	padding: 10px 15px 20px 0px;
}

#portfolio-menu li li.last { padding-right:0px;}

#portfolio-menu li li p {
	font-size: 11px;
}
#portfolio-menu a {
	text-decoration: none;
}
#portfolio-menu a img {
	border: 3px solid #EEE;
}

.tab-content li {
	
}

