*
{
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  min-width: 750px;
  text-align:center;
  font-weight: lighter;
}

#wrapper
{	position:relative;
	background-color: #FFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	z-index:1;
	width: 100%;
	max-width: 1000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 750px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/*#project_frame
{background-color:transparant;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 15px;
	z-index:1;
	max-width: 1000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
/*	min-width: 750px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
/*margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */

/*}
*/

/*projects */

#project_frame { 
	position:absolute;
	left:50%;
	top:0%;
	/* margin:0 0 0 0; */
	margin-left:-375px;
	margin-top:0px;
	width:750px;
	/* width:100%; */
	height:550px;
	background-color: #FFF;
	}

/*projects */

#wrapper_project {
	position:absolute;
	left:50%;
	top:0%;
	margin-left:-375px;
	margin-top: 0px;
	width:750px;
	height:550px;
	background-color: #FFF;
	border:none;
	overflow:hidden;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	}
	

#back {
	background:#FFF;
	font-color:#000;
	position:absolute;
	left:50%;
	margin-left:348px;
	margin-top:510px;
	width:20px;
	height:10px;
	z-index:0;
	font-size:12px;
	}
	
	
/*#back {
	background:#FFF;
	font-color:#000;
	position:absolute;
	left:50%;
	margin-left:-12px;
	margin-top:530px;
	width:20px;
	height:10px;
	z-index:0;
	font-size:12px;
	}
	*/

#myFrame {
	position:absolute;
	left:50%;
	top:0%;
	margin-left:-375px;
	margin-top: 0px;
	width:750px;
	height: 550px;
	background-color: #FFF;
	border:none;
	overflow:hidden;
	} 


/*mainpage*/

#iframe_project{
	width: 750px;
	height: 600px;
	background-color: #FFF;
	border:none;
	margin-top: 30px;
	margin-bottom:30px;
	z-index:1;
	overflow:hidden;
}

#header
{ margin-top:40px;
  text-align: center;
 /* margin: 1em 0; */
  font-size: 20px;
  list-style:none;
  font-weight: lighter;
  letter-spacing: -1px;
  text-decoration:none;
  border:none;
}

#menu
{
  text-align: center;
  margin: 2em 0;
  font-size: 16px;
  list-style-type:none;
  margin-left:0px;
 /* letter-spacing: -1px; */
  font-weight: lighter;
}

#menu ul li
{
  list-style: none;
  display: inline;
}

#menu ul li a
{
  padding: 0 1em;
}

#menu ul li a:hover
{
  text-decoration: underline;
 
}

#content
{
	width: 750px;
	clear: both;
	margin: 0px auto;
	overflow:hidden;
	text-align:left;
	font-size:12px;
	font-weight: lighter;
}

#content #left
{
  display: block;
  float: left;
  width: 47%;
  text-align: justify;  
}

#content #left h2
{
  text-align: right;
}

#content #right
{
  display: block;
  float: right;
  width: 47%;
  text-align: justify;
}

#content p
{
  margin: 1em 0 2em;
}

#content ul
{
  list-style: inside;
  margin: 1em 0 2em;
}

#content blockquote
{
  border-left: 5px solid;
  padding-left: .5em;
}


#footer
{
  clear: both;
  text-align: center;
 /* padding: 4em 0 1em; */
  font-size: .9em;
  letter-spacing: 0px;
  font-size:9px;
  margin-bottom: 10px;
}

/*scrollbar */

#scrollbar_container{
	position:relative;
	width:100%;
	margin:0 0 0 0;
	height:100%;
	z-index:90;
	background:#FFF;
	 overflow: hidden;
	}

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color: #FFF;
	cursor:move;
	float:right;
	border:dotted 1px;
	}
	
#scrollbar_handle {
	width:10px;
	background: #CCC;
	cursor:move;
	}
#scrollbar_content {
	 overflow:hidden;
	height:100%;
	margin:0 0 0 15px;
	width:100%;
	}
#scrollbar_content_in {
	overflow:hidden;
	margin:0px 30px 0px 0;
	}
#scroll_arrowdown {
	left:100%; 
	margin-left:-9.5px;
	top:0px;
	position:absolute;
	z-index:200;
	font-size:14px;
	}
	
#scroll_arrowup {
	left:100%;
	margin-left:-9.5px;
	top:100%;
	margin-top:-19px;
	position:absolute;
	z-index:200;
	font-size:14px;
	}


/* projects enzo */

#projects
{	
  	display:inline-block;
    float: none;
	width:211px;
	height:141px;
	margin-left:25px;
	padding-bottom: 20px;
	background: none;
}

#projects_left
	{	
  	display:inline-block;
    float: none;
	width:211px;
	height:141px;
	margin-left:0px;
	padding-bottom: 20px;
	background: none;
}
	
.tile{
	background: #FFF;
	position: relative;
	left:0px;
	top:0px;
	width:211px;
	height:141px;
	filter: alpha(opacity = 0); /* For IE8 and earlier */
	-moz-opacity: 0.0;
	opacity: 0;
	z-index:101;
}

.tile_text{
	position:relative;
	left:0px;
	top:0px;
	padding:90px 0 0 12px;
	font-size:12px;
	font-stretch: extra-expanded;
	color: #000;
	line-height:16px;
	cursor: pointer;
	/*font-family:Arial, Helvetica, sans-serif; */
	text-decoration:none;
}

.tile_title{
	font-size:12px;
	font-weight:bold;
}


.project_img{
	position:absolute; 
	left:0px; 
	top:0px;
	width:211px;
	height:141px;
	z-index:10;
}


.project_tile		 {
	width:211px;
	height:141px;
	background: #FFF;
	margin:5px 10px 5px 0;
	display: block;
	position:relative;
	text-align:left;
}


/* muis over dingetjes
*/

a:link {
	color:#000;
	text-decoration: none;
	font-weight:100;
	outline:0px;
	list-style:none outside none;
	}

a:visited {
	color:#000;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
}

a:hover {
	color:#000;
	text-decoration: underline;
	outline:0px;
	list-style:none outside none;
	
}

a:active {
	color:#000;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
}

a.main:link {
	color:#FFF;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
	}

a.main:visited {
	color:#FFF;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
}

a.main:hover {
	color:#FFF;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
}

a.main:active {
	color:#FFF;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
}

a.pic:link {
	color:#FFF;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
	}

a.pic:visited {
	color:#FFF;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
}

a.pic:hover {
	color:#FFF;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
}

a.pic:active {
	color:#FFF;
	text-decoration: none;
	outline:0px;
	list-style:none outside none;
}
