/* CSS Reset - http://meyerweb.com/eric/tools/css/reset/
 *    Edited - http://www.beeldhouwkunst.net */
html, body, div, span, iframe,
h1, h2, h3,
a,
img,
strike, strong,
b, u, i,
ul, li,
form, label,
table, caption, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
li {
	list-style-type:none;
}



/* Main Styles */

html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #E5D3D3;
	color:#333333;
}

/* Transparent IE hack */
img, div, span, input {
	behavior: url(../Site/Scripts/iepngfix.htc);
}


hr {
	border: 0;
	border-top: 1px solid #bb0a0a;
	margin-top: 70px;
}


/* Header */

#head {
	width: 100%;
	height: 230px;
	background-color: #4E3737;
	border-bottom: 2px solid #bb0a0a;
}

#head-content {
	width: 748px;
	height: 190px;
	margin: 0 auto; 
	padding: 40px 0 0;
	color: #bb0a0a;
}
#logo {
	width:150px;
	height:150px;
	margin:0 auto;
	background:url(../Images/De-Nieuwe-Beeldhouwers.png) no-repeat;
}
#navigation {
	float: right;
	width: 230px;
	text-align: right;
	margin: -140px 550px 0 0;
}
#header-title {
	width: 12.5em;
	margin: -114px 0 0 550px;
	padding-right: 30px;
	text-align: left;
	font-style: italic;
}
#header-title span {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.55em;
	line-height: 1.8em;
}
#navigation li {
	margin: 7px 0;
	margin-right: 15px;
}
#navigation a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: padding 0.3s linear;  
    -moz-transition: padding 0.3s linear;  
    -o-transition: padding 0.3s linear;  
    transition: padding 0.3s linear;
}
#navigation a:hover {
	color: #554344;
	padding-right: 10px;
	-webkit-transition: padding, color 0.1s linear;  
    -moz-transition: padding, color 0.1s linear;  
    -o-transition: padding, color 0.1s linear;  
    transition: padding, color 0.1s linear;
}


/* Page Title */

h1 {
	margin: 50px 0 70px;
	padding: 0 0 10px 50px;
	border-bottom: 1px solid #bb0a0a;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.875em;
	font-weight: normal;
}
h1 a {
	text-decoration: none;
	color: #990a0a;
}
h1 a:hover {
	color: #bb0a0a;
}
h1 .part {
	font-size: .6em;
	margin-left: 1em;
}
/*#tit_box .small a {
	font-size: 1.2em;
}*/


/* Body */

#body {
	margin: 0 auto;
	width: 46.875em;
	padding-bottom: 50px;
}
#text-body {
	margin-left: 200px;
	width: 43em;
	font-size: 0.8em;
	line-height: 1.5em;
}
#text-body a {
	color: #bb0a0a;
}
h2 {
	font-weight: normal;
	font-size: 1.35em;
	padding: 10px 50px;
	margin: 40px 0 30px -200px;
	border-bottom: 1px solid #bb0a0a;
}
.txt_img {
	max-width:680px;
	margin: 30px 0 20px;
	display: block;
}



/* Error message */

#error-title {
	font-weight: bold;
	font-size: 1.2em;
	color: #bb0a0a;
	margin: 0 0 -24px 50px;
}
#error {
	margin: 20px 0 50px; 
	padding: 25px 50px;
	color: #bb0a0a;
	background-color: #333;
	border: 2px solid #bb0a0a;
	line-height: 1.5em;
}
#error a {
	color: #bb0a0a;
}
#error a:hover {
	color: #ff0a0a;
}
#error #confirm {
	margin: 20px -50px -25px;
	padding: 5px;
	text-align: center;
	color: #333;
	background-color: #bb0a0a;
}
#confirm a {
	color: #880a0a;
	-webkit-transition: all 0.3s linear;  
    -moz-transition: all 0.3s linear;  
    -o-transition: all 0.3s linear;  
    transition: all 0.3s linear;
}
#confirm a:hover {
	color: #333;
	-webkit-transition: all 0.15s linear;  
    -moz-transition: all 0.15s linear;  
    -o-transition: all 0.15s linear;  
    transition: all 0.15s linear;
}


/* Dropdown Lists */

#groups ul {
	margin-left: 30px;
}
#groups ul li {
	margin-top: 1px;
	height: 1.7em;
	font-style: italic;
}
.right_list {
	margin: 0;
	padding: 0;
	height: 1.3em;
	width: 8.5em;
	float: right;
	display: inline;
	text-align: right;
}
.checkbox {
	display: inline;
	vertical-align: top;
	margin: 5px 3px 0 0;
	
}
#groups a {
	text-decoration:none;
}
.grouplisttitel {
	margin-top: 10px;
	padding: 4px 6px 2px;
	color: #494949;
	line-height: 1.6em;
	cursor: pointer;
}
div.grouplisttitel a {
	color: #494949 !important;
}
#groups li ul li a {
	text-decoration:none;
}
#groups li ul li a:hover {
	text-decoration:none;
	color: #ff0a0a;
}
#groups li#first {
	height: 30px;
	margin-bottom: 10px;
	padding-left: 40px;
	border-bottom: 1px solid #494949;
	font-weight: bold;
	font-size: .9em;
	color: #494949;
}
/* Group Handle */
.handle-arrow {
	background-image: url(../Images/Pijl.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 4px 4px;
}
.up {
	background-position: 0 0;
}
.down {
	background-position: 0 -9px;
}

