/* FOR ALL */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	//background-color: #82646c;
	background-color: #8e5e5e;
	font-family: Verdana, sans-serif;
	font-size:14px;
	color:#212121;
}
textarea {
	font-family: Arial, sans-serif;
	font-size:13px;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
img {
	border:0; 
	margin:0; 
	padding:0;
	max-width: 680px;
}
a {
	color:#333333;
}
h1 {
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	margin: 40px 0 0;
	text-indent: 20px;
	border-bottom: 1px solid #212121;
}
hr {
	color: #212121;
	background-color: #212121;
	height: 1px;
	border: none;
}

#wrapper {
	min-height:100%;
	position:relative;
}
* html #wrapper {
	height:100%;
}
#sidebar {
	min-height:100%;
	width: 750px;
	z-index: -5;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	border-left: 10px solid #bb0a0a;
}
* html #sidebar {
	height:100%;
}
img, div, input {
	behavior: url(../Site/Scripts/iepngfix.htc);
}

/* Site Header */
#head {
	width: 100%;
	height:230px;
	background:#bb0a0a;
	margin:0;
	border-bottom:2px solid #A30202;
	text-align: center;
}
#head2 {
	width:748px;
	height:200px;
	margin:0 auto; 
	padding: 30px 0 0;
	overflow: hidden;
	color:#7c0101;
}
#dnb {
	width:150px;
	height:150px;
	margin:0 auto;
	background:url(../Images/De-Nieuwe-Beeldhouwers.png) no-repeat;
}
#nav {
	float: left;
	width: 270px;
	text-align: right;
	margin-top: -128px;
}
#htitle {
	width:200px;
	margin-top: -94px;
	padding-right: 70px;
	float: right;
	text-align: left;
}
#header {
	font-size: 16px;
	margin-top: 10px;
}
#nav ul {
	padding: 0;
}
#nav li {
	margin: 7px 0;
	margin-right: 15px;
}
#nav a {
	text-decoration:none;
	font-size: 14px;
	color:#7c0101;
	
}
#nav a:hover {
	color:#7e1515;
	padding-right: 10px;
}
/* End Site Header */


.tit_box {
	margin: 60px 0 50px;
	font-size: 16px;
	border-bottom: 1px solid #212121;
}
.tit_box a {
	text-decoration: none;
	color: #392929;
}
.tit_box a:hover {
	color: #492a2a;
}
#body {
	margin:0 auto;
	padding: 0;
	width: 750px;
}
#body2 {
	padding: 0;
	margin-left: 70px;
	text-align: justify;
}

/* Error message */
.error {
	border:1px solid #7c0101;
	text-align:center;
	background-color:#dfdedd;
	color: #7c0101;
	margin: 40px 0 40px;
	padding:18px 20px 20px;
}
.error span {
	font-weight:bold;
	font-size:16px;
}
.error a {
	color: #880000;
}
/* End error message */
#list {
	padding:0;
}
#list li {
	height: 30px;
	background: url(../Images/pijl.png) left 2px no-repeat;
	padding-left: 23px;
}
#list a {
	text-decoration:none;
	color:#5b0007;
	height: 14px;
}



.left_list {
	width: 460px;
	display: inline-block;
}
.mid_list {
	width: 70px;
	text-align: right;
	display: inline-block;
}
.right_list {
	width: 100px;
}

#list li#first {
	height: 22px;
	margin-bottom: 10px;
	border-bottom: 1px solid #212121;
	background: none;
}

.txt_img {
	max-width:680px;
	margin: 30px 0 20px;
	display: block;
}

/* END FOR ALL */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: none;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../Images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	float: left;
	width: 60px;
	height: 25px;
	margin: 5px 0;
	outline: none;
}

#lbPrevLink {
	background: transparent url(../Images/Prev.png) no-repeat 0 0;
}

#lbNextLink {
	background: transparent url(../Images/Next.png) no-repeat 0 0;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	background: #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 25px;
	background: transparent url(../Images/Close.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin: 0 71px 0 130px;
}