html {
	font: 90%/1.5 georgia, verdana, sans-serif;
	font-style: italic;
}

body {
	margin:0;
	padding:0;
	background-color: #FFFFFE;
	color: #564A3E;
}

#main {
	width: 1024px; /*Width of main container*/
	margin: 24px auto 0 30px; /*Center container on page*/
	background-color: #FFFFFE;
}


#contentwrapper {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#content {
	margin-left: 220px; /*Set left margin to LeftWidth*/
	margin-right: 0px; /*Set left margin to rightWidth*/
	margin-top: 0;
}

#content a {
	border-bottom: 1px dotted #BAA8A8;
}

#content a:hover {	
	color: #A57E76;
	border-bottom: 1px dotted #A57E76;
}

#left {
	float: left;
	width: 220px; /*Width of left column*/
	margin-left: -1024px; /*Set left margin to -(MainWidth)*/
	background: #FFFFFE;
}


#right{
	float: left;
	width: 0px; /*Width of right column*/
	margin-left: -0px; /*Set left margin to -(RightColumnWidth)*/
}

#footer {
	clear: left;
	width: 100%;
	background: #FFFFFE;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

/* generic things */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #564A3E;
}



h2 {
	font-size: 1em;
	color: #564A3E;
}

a {
	color: #564A3E;
	text-decoration: none;
}



#content a img{
	border: 0;
}

a:hover {	
	color: #A57E76;
	border-bottom: 0;
}



a hover img {
	border-bottom: 0;
}

/* left header */


#left #logo {
	width: 220px;
	height: 180px;
	float: left;
}

#left #logo img{ /*logo */
	border: 0;
	margin-top: 0px;
	margin-left: 0px;
}

#left #estadiezijn {
	margin: 0;
	height: 120px;
}

#left #taal {
	height: 30px;
	border-bottom: 1px dotted #CCC;
	width:180px;
}

#taal a {
	display: block;
	width: 70px;
	margin-top: 0px;
	float: left;
	border-bottom: 0;
}

#taal a:hover {	
	color: #A57E76;
	border-bottom: 1px dotted #A57E76;
}

/* thumbnails + navigatie */

#content #thumbnails {
	width: 672px;
	float: left;
	overflow: hidden;
	margin: 0;
}

#thumbnails_holder {
	min-height: 70px;
	max-height: 160px;
	float: left;
	width: 700px;
}

#thumbnails .set {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 9px;
	margin-bottom: 10px;

}
#thumbnails .set a {
	text-decoration: none;
	border: 0;
}

#thumbnails .set a img{
	border: 1px solid #DDD;
	filter: gray; /* ie only */
}

#thumbnails .set a:hover img{
	border: 1px solid #EEE;
	filter: alpha(opacity=100); 
}

#thumbnails .set img.sel{
	border: 1px solid #EEE;
}

#thumbnails .next_lot {
	width: 60px;
	float: left;
}

#thumbnails .previous_lot {
	width: 90px;
	float: left;
}

#nav {
	position:relative;
	float: left;
	height: 0px;
	width: 100%;
}

#nav a {
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	border-bottom: 0;
}



/* menu */

#menu {
	position:relative;
	float: left;
	margin: 7px 10px 10px 0px;
}

#menu h2 {
	margin: 0 0 6px 4px;
	border-bottom: 1px dotted #CCC;
	width: 180px;
	height: auto;
	font-size: 1em
}

#menu ul {
	list-style-type: none;
	margin: 1px 0 18px 0px;
	padding: 0;
	width: 210px;	
}

#menu li {
	margin: 0 0 2px 4px;
	padding: 0;
	text-decoration: none;
	font-style: italic;
}

#menu a {
	text-decoration: none;
	border-bottom: 0;
}

#menu a:hover {
	border-bottom: 1px dotted #BAA8A8;
}

#menu a.sel {	
	color: #A57E76;
	border-bottom: 1px dotted #A57E76;
}



h2.about {
	height:40px;
	background: transparent url(images/about.png) no-repeat 0px 0px;
	text-indent: -999px;
}

h2.work {
	height:40px;
	background: transparent url(images/work.png) no-repeat 0px 0px;
	text-indent: -999px;
}

h2.other {
	height:40px;
	background: transparent url(images/other.png) no-repeat 0px 0px;
	text-indent: -999px;
}

h2.more {
	height:30px;
	background: transparent url(images/more.png) no-repeat 0px 10px;
	text-indent: -999px;
}

#menu .email {
	font-size: 1.2em;
}

.copyright {
	font-size: 0.75em;
	font-style: italic;
	display: block;
	margin-top: 46px;
}

/* description */

#description_holder {
	display: block;
	margin: 0px 0px 16px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	float: left;
	position: relative;
	width: 100%;
	#width: auto; /* ie only */
}

#description {
	position: relative;
	margin: 15px 0px 10px 2px;
	font-size: 0.8em;
}

#description H1 {
	margin: 4px 0px 8px 0px;
	font-size: 1.1em;
	font-weight: bold;
}



/* content */

#content_holder {
	margin: 0px 0px 10px 0px;
	width: auto;
	max-width: 670px;
	min-width: 400px;
	float: left;
}

/* items */
 .item {
	display: block;
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
 }

/* about */

#about {
	margin: 20px 0px 0px 20px;
	width: 680px;
}

#about .pic {
	width: 680px;
	height: 2px;
	float: left;
	display: block;
	background-color:#FFF;
}

#about .leftcolumn {
	width: 390px;
	float: right;
	display: block;
	margin-right: 60px;
	margin-top: 20px;
}

#about .rightcolumn {
	width: 230px;
	float: right;
	display: block;
	margin-top: 20px;
}

#about h2 {
	margin-bottom: 4px;
}

.leftcolumn  p, .rightcolumn p{
	display: block;
	margin: 0px 0px 30px 0px;
}

#about .email {
	font-size: 1.3em;
	margin-top: -0.9em;
}

.question {
	display: block;
	font-weight: bold;
	font-style: italic;
}
.answer {
	display: block;
	margin: 4px 0 20px 0;
}

 /* contact */

#contact {
	margin: 24px 0px 0px 20px;
}

 address {
}