body {
	margin-top: 0px;
	background-color:#faf9f7;
	/*background-image: url(../images/theqbf-bg.gif);*/
	color: #000;
	font-family:Arial, Helvetica;
	font-size:11px;
	word-spacing:1px;
	line-height: 1.5;
	height:100%;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }

form {
	margin:0;
}
 
.twoColFixRt #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	_width: 1010px;  /* IE6 hack */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 335px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}

.twoColFixRt #mainContent {
	margin-top: 0px;
	margin-right: 335px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #faf9f7;	
} 

.twoColFixRt #mainContentindex {
	margin-top: 0px;
	margin-right: 335px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #faf9f7;
	padding: 0px;
	height: 975px;
} 


.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;
}



.twoColFixRt #infocontainer {
	width: 655px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left:8px;

} 


.twoColFixRt #infosidebar {
	float: right;
	width: 196px; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.twoColFixRt #infoContent {
	margin-top: 0;
	margin-right: 236px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 10px;
} 



.twoColFixRt #headercontainer {
	width: 665px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 0px;
	height: 130px;
	/*background-image: url(../images/projects/theambientlife/header-theambientlife.png);*/
} 


.twoColFixRt #headersidebar {
	float: right;
	width: 19px; /* top and bottom padding create visual space within this div */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.twoColFixRt #headerContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 8;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
} 



#mainholder-image {
	width:665px;
	height:374px;
	background-color:#cccccc;
	overflow:hidden;
	background-image:url(../images/projects/blank.jpg);
}


#about{
	padding-top:0px;
	padding-left:30px;
}

#nike{
	padding-top:0px;
	padding-left:0px;
}

#work{
	padding-left:6px;
}


#headlines{
	padding-left:30px;
}


#contact{
	padding-left:30px;
}


#info{
	width:400px;
	margin-top: 0;
	margin-right: 305px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 8px;
	float: left;
}


#info-credits{
	padding-left:8px;
	width:196px;
	float: right;
}

/*
project {
	background-color:#FFF;	
 }
*/


a:focus {
	-moz-outline-style: none;
}


.qbf a {
	font-family:Arial, Helvetica;
	background-color: #ffffff;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	line-height: 1.9;
	font-size: 11px;
}


.qbf a:active {
	background-color: #f6f78e;
	padding:2px 3px 3px 3px;
	line-height: 1.9; 
	font-size: 11px;
}


.qbf a:visited {
	background-color: #ededed;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	line-height: 1.9;
	font-size: 11px;
	/*background-image: url(../images/btn-bg-visited.jpg);*/
}

.qbf a:hover {
	background-color: #94e7ce;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	line-height: 1.9;
	font-size: 11px;
}









.projects a {
	font-family:Arial, Helvetica;
	background-color: #ffffff;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	_padding:0px; /* IE6 hack */
	line-height: 1.9;
	font-size: 11px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}


.projects a:active {
	background-color: #f54545;
	padding:2px 3px 3px 3px;
	_padding:0px; /* IE6 hack */
	line-height: 1.9; 
	font-size: 11px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}


.projects a:visited {
	background-color: #e8e8e8;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	_padding:0px; /* IE6 hack */
	line-height: 1.9;
	font-size: 11px;
	/*background-image: url(../images/active.jpg);*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}

.projects a:hover {
	background-color: #84d7e4;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	_padding:0px; /* IE6 hack */
	line-height: 1.9;
	font-size: 11px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}

.projects a.projectsactive {
	background-color: #aef4f2;
	padding:2px 3px 3px 3px;
	_padding:0px; /* IE6 hack */
	line-height: 1.9; 
	font-size: 11px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}

/*PROJECTS in HEADLINES*/

.hprojects a {
	font-family:Arial, Helvetica;
	background-color: #ffffff;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	line-height: 1.9;
	font-size: 11px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}


.hprojects a:active {
	background-color: #acf4f2;
	padding:2px 3px 3px 3px;
	line-height: 1.9; 
	font-size: 11px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}


.hprojects a:visited {
	background-color: #ededed;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	line-height: 1.9;
	font-size: 11px;
	/*background-image: url(../images/btn-bg-visited.jpg);*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}

.hprojects a:hover {
	background-color: #84d7e4;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	line-height: 1.9;
	font-size: 11px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #faf9f7;
}







.more a{
	background:none;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	line-height: 1.8;
	font-size: 11px;
}


.more a:hover{
	background: none;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	line-height: 1.8;
	font-size: 11px;
}


.more a:visited{
	background: none;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	line-height: 1.8;
	font-size: 11px;
}


.more a:active{
	background: none;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	line-height: 1.8;
	font-size: 11px;
}


.plattetekstaboutitalic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #211f20;
	vertical-align: super;
	line-height: 0.4;
}


.plattetekstitalic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #211f20;
}


.plattetekst {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	color: #211f20;
}


.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #211f20;
}

/*
.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 39px;
	color: #211f20;
}

#ambient {
	color: #2ec2d9;
}

#devacaturemanager {
	color: #f84411;
}

#uttwente {
	color: #0adfdc;
}
*/


.credits {
	font-family:Arial, Helvetica, sans-serif;
	line-height:2.0;
	margin: 0 0 14px 0;
	padding: 0 0 0 2px;
	font-size: 11px;
	top: 4px;
}


.credits-underline {
	font-family:Arial, Helvetica, sans-serif;
	line-height:2.0;
	margin: 0 0 14px 0;
	padding: 0 0 0 2px;
	border-bottom: 1px dotted #aaa;
	font-size: 11px;
	top: 4px;
}

#about-open{
	display: none;
}

#nike-open{
	display: none;
}


#work-open{
	display: none;
}


#headlines-open{
	display: none;
}


.prevnext a {
	font-family:Arial, Helvetica;
	background-color: transparent;
	text-decoration: none;
	color:#221e1f;
	padding:2px 3px 3px 3px;
	line-height: 1.8;
	font-size: 11px;
}



/*
.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 0.8;
	padding: 13px;
	list-style-image: url(../images/pointer-list.gif);
}
*/












/* SLIDESHOW*/

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 5px solid #ff0000;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ff0000; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ff0000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 


#newsletter {
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

.gallery-project {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.gallery-sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	font-style: italic;
}

#gallery {
	height: 35px;
	width: 210px;
	padding-top: 9px;
}

/*
.gimage{
	border-style:solid;
	border-color: #f6f78e;
	border-width:3px;
}
*/

