/* ************************
 Lajos.nl
************************ */
body{
	background-color:#fff;
	color:#231f20;
}
body, input, textarea{
	font-family:Univers, Swiss, 'Helvetica Neue LT Std', Helvetica, Verdana,Arial,Helvetica,sans-serif;
	color:#231f20;
	font-size:12px;
	line-height:21px;
	font-weight:bold;
}
p, ul, ol, table{
	margin-bottom:8px;
}

/* styling */
h1,h2,h3{
	font-family:Univers, Swiss, 'Helvetica Neue LT Std', Helvetica, Verdana,Arial,Helvetica,sans-serif;
	color:#231f20;
	font-size:15px;
	font-weight:bold;
	margin:0 0 16px;
	letter-spacing:3px;
}

h2{
	font-size:30px;
	line-height:40px;
	margin-bottom:16px;
	color:#d16a2a;
	letter-spacing:7px;
}
h3{
	letter-spacing:0px;
	font-size:16px;
	color:#d16a2a;
}

strong.smaller{font-size:11px;}

ul ul{margin-left:16px;}
strong{font-weight:bold;}
em{font-style:italic; font-weight:inherit;}
.thinner{
	letter-spacing:2px !important;
}
	.thinner em{
		text-decoration:none !important;
	}
#container_right span{
	color:#A7A9AC;
	letter-spacing:3px;
}
	#container_right span em{
		font-style:normal;
		font-size:8px;
		vertical-align:super;
	}

span.underline{text-decoration:underline;}
.headercolor{	color:#D16A2A;}

.noshow{ display:none;}

a{
	color:#575757;
	text-decoration:underline;
	font-weight:bold;
}
a:visited{
	color:#575757;
	font-weight:bold;
}
a:hover{
	color:#575757;
	text-decoration:none;
}
.highlights a{
	color:#d16a2a;
}


.clear{
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
	content:"";
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	.ie .clearfix {
		zoom:1; /* triggers hasLayout */
		display:block; /* resets display for IE/Win */
    }
a.back{color:#D16A2A;}
	
div.hr{
	background-color:#c9c9c9;
	height:1px;
	margin:16px 0;
	clear:both;
}
	div.hr hr{ display:none;}

.title-blue{
	color:#8099ca;
	font-weight:bold;
	font-size:18px;
}

/* Rounded corners a */
.rounded{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;
	vertical-align:center;
	white-space:nowrap;	
	height:23px;
	line-height:21px;
	cursor:pointer;
}
	.rounded span, .rounded em{
		display:block;
		height:23px;
		line-height:21px;			
		margin:0;
		text-align:center;
	}	
		.ff3 .rounded span, .ff3 .rounded em{	line-height:20px;	}
	.rounded span{
		width:6px;
		float:left;
		background:transparent url(../images/bgr_a_blue.png) no-repeat 0 0;
	}	
	.rounded em{
		font-style:normal;
		padding-right:6px;
		background:transparent url(../images/bgr_a_blue.png) no-repeat 100% 0;
		font-weight:bold;
		float:left;
	}	
	.rounded_white span{background:transparent url(../images/bgr_a.png) no-repeat 0 0;}
	.rounded_white em{background:transparent url(../images/bgr_a.png) no-repeat 100% 0;}

	#fancybox-inner { 
		background-color:#000000 !important;
	}
	
/* STRUCTURE */
#language{
	display:block;
	font-size:8pt;
	position:relative;
	width:985px;
	margin:5px auto 5px;
	text-indent:140px;
	height:20px;
	/*top:-30px;
	position:absolute;*/
}
	#language em{
		font-style:normal;
		font-weight:bold;
		color:#b1b3b4;
	}
	#language a{
		text-decoration:none;
	}

#container{
	/*background-color:#110c14;*/
	position:relative;
	width:985px;
	height:606px;
	
	margin:0 auto 20px;
	
	/*
	position:absolute;
	top:50%;
	left:50%;
	
	margin-left:-479px;
	margin-top:-303px;
	*/
	
}
	#bgr{
		position:absolute;
		left:0;
		top:0;
		width:985px;
		height:606px;
		
	}
	#logo{
		position:absolute;
		/*background:transparent url('../images/exhibition.png') no-repeat top right;*/
		display:block;
		left:698px;
		top:112px;
		width:218px;
		height:105px;
		outline:none;
		z-index:80;
	}
	#navigation{
		position:absolute;
		left:90px;
		top:125px;
		width:600px;
	}
		#navigation li{
			float:left;
			margin-left:17px;
			list-style:none;
		}
		
			#navigation li a.rounded{
				color:#fff;
				text-decoration:none;
				font-size:10px;
			}
				#navigation li a.rounded em{width:88px;}
				#navigation a.rounded span{ background:transparent url(../images/bgr_a.png) no-repeat 0 0;}	
				#navigation a.rounded em{font-weight:normal; background:transparent url(../images/bgr_a.png) no-repeat 100% 0;}	
				
				/* hover / current */
				#navigation li a.current,
				#navigation a.rounded:hover{color:#a7a9ac;}
				/*
				Verandert border, nu alleen kleur
				#navigation a.current span,
				#navigation a.rounded:hover span{ background-image:url(../images/bgr_a_black.png);}	
				#navigation a.current em,
				#navigation a.rounded:hover em{background-image:url(../images/bgr_a_black.png);}
				*/
			.ie6 #navigation {width:800px;}
			.ie6 #navigation a.rounded span{background:none;}
			.ie6 #navigation a.rounded em{background:none; width:auto;}
	#container_left{
		background-color:#fff;
		position:absolute;
		left:140px;
		top:194px;
		width:510px;
		height:380px;
		/*overflow:auto;*/
	}
	#container_right{
		background-color:#fff;
		overflow:auto;
		font-size:10px;
		position:absolute;
		left:712px;
		top:277px;
		width:214px;
		height:300px;
		font-size:12px;
	}
		.field-aboutlieuwe #container_right{ width:217px; }
		.field-webshop_reproductions #container_right { width:217px; }

		#container_right h2{
			font-size:11px;
			line-height:16px;
			margin-bottom:8px;
			color:#a7a9ac;
			letter-spacing:3px;
		}
		#container_right h3{
			font-size:11px;
			line-height:16px;
			margin-bottom:0px;
			color:#231F20;
			letter-spacing:3px;
		}
		#container_right h3 a{color:#231f20;}
	
/* PAGES */

/* CONTACT */
.field-contact #container_left{ width:540px; height:383px; overflow:auto;}
#cf-contact li{
	list-style:none;
	margin-bottom:8px;
	position:relative;
	height:26px;
}
	#cf-contact label{
		float:left;
		width:150px;
		margin-right:8px;
		height:100%;
		line-height:26px;
		font-weight:bold;
		font-size:10px;
	}
		#cf-contact label span{color:#f00;}
	#cf-contact li.chkbox input {
		background: #fff;
		width: auto;
		float: left;
	}
	#cf-contact li.chkbox span {
		display: block;
		float: left;
		width: 300px;
		margin: 1px 0 0 5px;
	}
	#cf-contact input, #cf-contact textarea{
		background-color:#eceded;
		width:322px;
		padding:0 8px;
		border:none;
		height:100%;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;		
	}
		#cf-contact #cf-li-bericht,
		#cf-contact textarea{
			height:90px;
		}
		
		#cf-contact #cf-voornaam{
			width:180px;
			padding-right:150px;
			
		}
			#cf-contact #cf-div-geslacht{
				position:absolute;
				width:120px;
				height:26px;
				vertical-align:middle;
				line-height:26px;
				right:58px;
				top:0;
				text-align:right;
				font-weight:bold;
				font-size:10px;
			}
			.ie7 #cf-sexm{ position:absolute; top:1px; left:60px;}
			.ie7 #cf-sexm-label{ position:absolute; top:-2px; left:40px;}
			
			.ie7 #cf-sexf{ position:absolute; top:1px; left:120px;}
			.ie7 #cf-sexf-label{ position:absolute; top:-2px; left:90px;}
			
			/*.ie7 #cf-contact #cf-div-geslacht{
				top:2px;
				width:250px;
			}
			.ie7 #cf-contact #cf-div-geslacht *{
				float:right;
				width:30px;
			}
			.ie7 #cf-contact #cf-div-geslacht span{
				margin-top:-5px;
			}*/
	#cf-contact .radio{
		background:transparent;
		height:auto;
		width:auto;
	}
		.ie7 #cf-contact .radio{padding-top:10px;}
	#cf-contact .submit{
		height:auto;
		width:auto;
		font-size:11px;
		font-weight:bold;
		cursor:pointer;
	}
	
	.warning{
		color:#f00;
	}
/* EXHIBITION */
.field-exhibition{
}
	.field-exhibition h1{color:#a7a9ac;}
	
	.field-exhibition #container_left{
		background-color:#110c14;
		color:#a7a9ac;
	}
		#exhibition-list{
			display:block;
			position:absolute;
			top:257px;
			left:107px;
			font-size:9px;
		}
		.ie7 #exhibition-list{left:91px;}
		
			#exhibition-list li{
				list-style:none;
				height:20px;
				margin-bottom:30px;
			}
			    .ie7 #exhibition-list li{ margin-bottom:27px;}
				
				#exhibition-list li a{text-decoration:none;}
				#exhibition-list li .rounded em{width:88px;}
				#exhibition-list li a.current,
				#exhibition-list li a:hover{color:#fff;}
		
		.ie6 #exhibition-list li .rounded em,
		.ie6 #exhibition-list li .rounded span{background:none;}
		
	.field-exhibition #container_right{
		top:252px;
		background-color:#110c14;
		height:305px;
		height:296px;
		height:323px;
		color:#a7a9ac;
		overflow:auto;
	}
		.field-exhibition .extended{
			height:278px !important;
		}
		
		.field-exhibition #container_right li{
			list-style:none;
			float:left;
			width:50px;
			margin:0 10px 8px 0;
		}
		  .ie7 .field-exhibition #container_right li{margin-bottom:8px;}
		
		.field-exhibition #container_right ul.text li{
			list-style:none;
			float:none;
			width:auto;
			margin:0;
			padding-left:10px;
			background:transparent url('../images/li.jpg') no-repeat left 8px;
		}
		.field-exhibition #container_right ul.text{color:#575757;}
		.field-exhibition #container_right ul.text li,
		.field-exhibition #container_right ul.text li a{text-decoration:none; color:#c2c2c2; }
			.field-exhibition #container_right ul.text li a:hover{color:#575757;}
		.field-exhibition #container_right ul.text li.selected{background-image:url('../images/li-orange.jpg');}
		.field-exhibition #container_right ul.text li.selected a{color:#d16a2a;}
			.ie7 .field-exhibition #container_right ul.text li{padding-left:0; margin-bottom:0px;}			
		 .different{color:#9a2013 !important;}
		
			.field-exhibition #container_right li img{
				cursor:pointer;
			}

	#description{
		color:#fff;
		position:absolute;
		top:236px;
		left:0px;
		height:50px;
		width:380px;
	}

/* Het boek */			
.field-auction #container_left,
.field-thebook #container_left{
	width:300px;
	height:330px;
	margin-top:50px;
	text-align:center;
}

/* book 1 / 2 */
.field-auction #book1,
.field-auction #book2,
.field-thebook #book1,
.field-thebook #book2{
		background-color:#fff;
		overflow:auto;
		font-size:10px;
		position:absolute;
		left:700px;
		top:252px;
		width:215px;
		height:320px;
		font-size:12px;
}
	.field-auction #book1,
	.field-thebook #book1{
		left:456px;
	}
	.field-auction #book1 p.price,
	.field-auction #book2 p.price,
	.field-thebook #book1 p.price,
	.field-thebook #book2 p.price{
		text-align:left;
	}

.isbn{
	font-size:10px;
}
	
/* fancybox */
#fancybox-inline{text-align:center;}
#fancybox-inline object{outline:none; margin-bottom:16px;}
#fancybox-inline p{margin:0 !important;}
	#fancybox-inline p img{cursor:pointer;}

#main-img{

	position:absolute;
	left:300px;
	top:257px;
}

#main-img img{
	-moz-box-shadow: 0 0px 20px rgba(0,0,0,1.0);
}

/* frontpage extra */
.location{
	font-family:Univers, Swiss, 'Helvetica Neue LT Std', Helvetica, Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin:0 0 16px;
	color:#D16A2A;
	font-size:15px;
	letter-spacing:5px;
}


/* Calendar pages */

/* Extra title */
#title{
	position:absolute;
	width:400px;
	height:30px;
	color:#fff;
	font-family:Univers, Swiss, 'Helvetica Neue LT Std', Helvetica, Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	left:140px;
	top:120px;
}

#container_calendar{
		position:absolute;
		left:140px;
		top:194px;
		
		padding-right:20px;
		
		overflow:auto;
		
		width:510px;
		height:370px;
}	
	/* calendar page */
	.field-calendar #container_calendar{
		width:780px;
		overflow:visible;
	}	/* */
	
	#container_calendar h1{
		letter-spacing:0px;
	}
		#container_calendar .location{
			letter-spacing:3px;
		}

	/* TABLE */
	#calendartable{
		position:relative;
		height:270px;
		margin-top:20px;
		overflow:auto;
	}/*  */

	#container_calendar table td{
		vertical-align:top;
		padding-bottom:20px;
	}
	.field-calendar #container_calendar table{
		text-align:left;
		font-size:11px;
		vertical-align:top;
		color:#777676;
	}
	 .field-calendar #container_calendar table a{
		font-weight:normal;
		color:#231F20;
		text-decoration:none;
	 } 
		.field-calendar #container_calendar table th,
		.field-calendar #container_calendar table td{
			border-right:1px solid #afafaf;
			border-bottom:1px solid #afafaf;
			padding:2px 6px;
			width:140px;
			vertical-align:top;
		}
			.field-calendar #container_calendar table th{
				color:#d16a2a;
				font-weight:bold;
			}
			.field-calendar #container_calendar table th.date,
			.field-calendar #container_calendar table td.date{
				width:40px;
				font-weight:bold;
				color:#231F20;
			}
				.field-calendar #container_calendar table th.date span,
				.field-calendar #container_calendar table td.date span{
					color:#d16a2a;
				}

	/* right */
	#calendar_right{
		background-color:#fff;
		overflow:auto;
		font-size:10px;
		position:absolute;
		left:400px;
		top:277px;
		width:214px;
		height:300px;
		font-size:12px;
	}
	
	/* footer */		
	#footertekst{
		font-size:10px;
		position:absolute;
		left:0px;
		top:360px;
		letter-spacing:0;
		width:860px;
		height:20px;	
	}
		#footertekst a{
			font-weight:normal;
			text-decoration:none;
		}
		
/* auction button */
#auction{
	width:142px;
	height:99px;
	position:absolute;
	left:536px;
	top:430px;
}

/* home page */
.field-home #container_right{
	left:698px;
}

/* webshop */
#painting{
	margin-left:145px;
	margin-top:60px;
	padding-left:12px;
	color:#a8a9ad;
}
	#painting img{margin-left:-12px;}
	
	.field-webshop_cards #painting img{margin-left:0;}
	.field-webshop_cards #painting a.fancybox:first-child{margin-left:-12px;}
	.field-webshop_cards #container_left{width:555px;}

#webshop{
	position:absolute;
	left:107px;
	top:281px;
	font-size:11px;
}
	#webshop li{
		list-style:none;
		width:100px;
		text-align:center;
		background:transparent url('../images/bgr_a_grey.png') no-repeat left top;
		padding-top:1px;
		margin-bottom:26px;
		font-size: 9px;
		
	}
	#webshop li.selected {background:transparent url('../images/bgr_a_black.png') no-repeat left top;}
	#webshop li.selected a{color:#000;}
		#webshop li a,
		#webshop #painting a{
			color:#a8a9ad;
			text-decoration:none;
		}
			#webshop li a:hover,
			#webshop #painting a:hover{
				color:#000;			}
	#container_right table{ width:100%;}
		#container_right table em{text-decoration:underline; font-weight:bold; font-style:normal;}
#book{
	position:absolute;
	left:175px;
	top:74px;
	font-size:11px;
}
	#bookclick{
		margin-left:50px;
		color:#a8a9ad;
		text-decoration:none;
	}
	
#painting a{
	color:#a8a9ad;
	text-decoration:none;
}

	
#fancybox-left-ico {
 left: 20px;
}

#fancybox-right-ico {
 right: 20px;
 left: auto;
} 
