
html { overflow-y: -moz-scrollbars-vertical; 
			 overflow-y: scroll; 
			 height: auto;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
	position: relative;
}

section, header, article, nav {
  text-align: left;
}

body {
  margin: 0 auto;
  padding: 0px;
  color: black;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: center;
  width: 990px;
  height: auto;
}

hr {
  border: 0px;
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}


.black {
	color: black;
}

div, ul {
  margin: 0px;
  padding: 0px;
}

header {
  text-align: left;
}

header.exhibitions {
  z-index: 1;
}

header h1 {
    font-weight: normal;
    font-size: 30px;
    margin: 10px 0 5px;
}

header nav {
	margin-bottom: 5px;
}

header nav ul.admin {
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  background: #eeeeee;
  padding-left: 10px;
}

header nav ul.adminsec {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  background: #eeeeee;
	margin: 5px 0px 0px 5px;
  padding-left: 10px;
}

header nav.cat ul li.left, header nav.main_cat ul li.left {
  padding-left: 0px;
}

header nav.cat ul li {
  left: auto;
  right: 0px;
  float: left;
}

header nav.cat ul li, header nav.main_cat ul li, header nav ul.admin li {
  position: relative;
  display: inline;
  padding: 0px 10px 0px 10px;
  line-height: 17px;
  font-size: 13px;
  background: transparent url("/public/images/layout/point.jpg") no-repeat right 11px;  
}

header nav.cat ul li.last, header nav.main_cat ul li.last  {
  background-image: none;
}

header nav ul li a {
  text-decoration: none;
  color: black;
}

header nav ul li a.selected, header nav ul li ul li a.selected {
	font-weight: bold;
}

header nav ul li a.selected, header nav ul li ul li a.selected {
  font-weight: bold;
  color: #af3732;
}

header nav.main_cat {
  margin-top: 5px;
}

header nav.main_cat ul li a {
  font-size: 16px;
}

header nav.cat {
  margin-top: 8px;
}

header nav.cat ul li a {
  font-size: 14px;
}

header nav.main_cat ul {
  display: inline;
}

header nav ul.sub-nav {
//  visibility: hidden;
  background: none;
  position: absolute;
  top: 15px;  
  left: 0px;
  padding-top: 4px;  
  z-index: 999;
  padding-left: 0px;
}

header nav ul.sub-nav li, header nav ul.sub-nav li.last {
    display: block;
 //   background: url("/public/images/layout/opts_background_rt.png") repeat-y scroll right top transparent;
 background: none;
 background-color: #ffffff;   
    border: 0 none;
    float: none;
    width: 120px;
    padding-left: 10px;   
}

header nav li:hover ul.sub-nav {

} 

header nav ul.sub-nav li.last {
 //   background: url("/public/images/layout/opts_background_last.png") no-repeat scroll right bottom transparent;
// background-color: #ffffff;   
    padding-bottom: 12px;
}

header nav ul.sub-nav li.first {
//      background: url("/public/images/layout/opts_background.png") no-repeat scroll right top transparent;
 background: none;
 background-color: #ffffff;   
      border: 0 none;
      float: none;
      width: 120px;
//      padding: 0px;
      display: block;
}

header nav ul.sub-nav li a {
//  background-color: #eeeeee;  
//  background-color: #ffffff;  
//  border-bottom: 1px dotted #7A7A79;  
  display: block;  
  font-size: 12px;  
  line-height: 19px;
  margin: 0px;
//  padding-left: 10px;
//  width: 110px;
  padding-left: 0px;
  width: 120px;

}

header nav ul.sub-nav li.first a {
// border-top: 2px solid #000000;
}

header nav ul li a:hover {
  color: #af3732;
}

section#home_slideshow {
	margin-top: 20px;
	height: 620px;
	width: 990px;
	overflow: hidden;
	text-align: center;
}

section#home_slideshow figure {
	text-align: center;
	width: 990px;
	height: 560px;
	margin: 0 auto;	
	position: absolute;
	top: 0px;
	left: 0px;
}

section#home_slideshow ul {
	height: 20px;
	text-algin: center;
	position: absolute;
	left: 445px;
	top: 585px;
}

section#home_slideshow ul li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
}


section#home_slideshow ul li div.indicator {
	width: 10px;
	height: 10px;
	background: #eeeeee;
}

section#home_slideshow ul li.selected div {
	background: #dddddd;
}

section#home_slideshow figure img{
	margin: 0 auto;
}

section#page_content {
	margin-top: 40px;
}

section#page_content h1,
section#page_content h2,
section#page_content h3,
section#page_content h4,
section#page_content h5,
section#page_content h6,
section#page_content p,
section#page_content hr{
	margin: 0px;
}
aside#home_news {
	text-align: left;
}

aside#home_news h2 {
	font-size: 16px;
}

aside#home_news h3 {
	font-size: 13px;
}

aside#home_news p, aside#home_news h3 {
	margin: 0px;
	padding: 0px;
}

aside#home_news ul {
	list-style-type: none;
	margin-left: 10px;
}

aside#home_news ul li p{
	margin-left: 5px;
}

aside#home_news ul li a {
	color: black;
	text-decoration: none;
  font-weight: bold;
}

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

aside#home_news ul li {
	margin-top: 15px;
}

footer {
	clear: both;	
  width: 100%;
	color: #cccccc;
}

footer p{
	line-height: 150px;
	height: 100px;
  width: 100%;

}

/* Works */

section#works {
	margin-top: 40px;
}

section#exhibitions_menu {
  width: 375px;
}

section#exhibitions_media {
  width: 615px;
  float: right;
}

div#works_container {
  margin-top: 60px;
  position: relative;
	min-height: 650px;
}

div#works_thumbs {
	width: 360px;
}

div#works_thumbs img {
	width: 75px;
	height: 75px;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

div#works_gallery {
	float: right;
	height: 520px;
	width: 595px;
	overflow: hidden;
}

div#works_gallery_slider {
		height: 520px;
		width: 29750px;
}

div#exhibitions_gallery_slider {
		height: 414px;
		width: 29750px;
}

div#works_gallery_slider div.img_container, div#exhibitions_gallery_slider div.img_container {
	position: absolute;
	width: 595px;
	margin: 0 auto;
	text-align: center;	
	float: left;
}

div#exhibitions_gallery_slider div.img_container {
  width: 615px;
	height: 414px;  
}

div#works_gallery_slider div.img_container img, div#exhibitions_gallery_slider div.img_container img {
	text-align: center;
}

div#works_gallery_nav {
  top: 540px;
  right: 0px;
  position: absolute;
	clear: both;
	text-align: right;
  -moz-user-select: none;
  -webkit-user-select: none;	
	width: 300px;
}

div#works_gallery_nav.exhibitions {
	width: 210px;
	position: relative;
  float: right;
	top: 20px;
}

div#photo_descr {
  top: 540px;
  left: 395px;
  overflow: hidden;  
  position: absolute;  
}

div#photo_descr.exhibitions {
  top: 20px;
  left: 0px;
  width: 400px;
  height: auto;
  overflow: hidden;  
  position: relative;  
}

div#photo_descr ul {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

div#photo_descr ul li {
  height: 180px;
  width: 390px;  
}

div#photo_descr.exhibitions ul li {
  height: 110px;  
}

div#photo_descr ul li span.title {
  margin-bottom: 10px;
  width: 390px;
  font-weight: bold;
  display: block;
  padding: 0px;
}

div#photo_descr ul li span.nl{
  padding: 0px;  
  line-height: 16px;
  height: 16px;
  display: block;
}

span#photo_vorige, span#photo_volgende {
	cursor: pointer;
}

span#photo_vorige {
	margin-right: 30px;
}

span#photo_volgende {
	margin-left: 30px;
}

div#works_gallery.exhibitions {
  width: 615px;
  height: auto;
  position: relative;
}

div#exhibitions_menu h2 {
  font-size: 12px;
  margin-top: 40px;
}

div#exhibitions_menu {
  width: 375px;
}

ul.exhibitions_menu {
  position: relative;
  list-style: none;
  margin: 0px 0 0 30px;
  padding: 0px;
}

ul.exhibitions_menu li {
margin-bottom: 5px;
padding: 5px;
}

ul.exhibitions_menu li p a {
  color: black;
  text-decoration: none;
  text-shadow: #cccccc 0 1px 1px;  
}

ul.exhibitions_menu li:hover {
  background: #f5f5f5;
  cursor: pointer;
}

ul.exhibitions_menu li.selected p a {
  font-weight: bold;
}


ul.exhibitions_menu li p{
  margin: 0px;
  padding: 0px;
}

div#exhibition_content {
  position: relative;
  width: 615px;
  float: right;
}

div#exhibition_content a {
    text-decoration: underline;
    outline: underline;  
  	color: #8A8A49;
}

div#exhibition_content a:hover {
    text-decoration: underline;
  	color: black;  
}

/** ADMIN **/

#logindiv {
  margin: 0 auto;
  margin-top: 100px;
  text-align: left;
  width: 160px;
}

section.adminForm label, input {
  display: block;
  margin: 5px 0px 0px 0px;
}

section.adminForm table {
  border: none;
}

section.adminForm table label {
    font-weight: bold;
}

section.adminForm table input {
    height: 22px;
}

section.adminForm table input[type='text'], section.adminForm table textarea, section.adminForm table select  {
    width: 100%;
    border: solid 1px #ccc;
    font-size: 14px;
    font-family: Lucida Grande, Arial;    
}

section.adminForm table input[type='text'].error,
section.adminForm table textarea.error,
input.error, section.adminForm table select.error {
	border: 2px solid red;
}

section.adminForm table td.error {
	color: red;
}

section.adminForm table input[type='text'].mandatory, 
section.adminForm table textarea.mandatory, 
section.adminForm table select.mandatory {
	border-left: solid 5px #ccc;
}

td.image {
	vertical-align: top;
}

td.image label{
	margin: 0px;
}

span.buttonSpan, a.buttonSpan {
	color: blue; 
	text-decoration: none; 
	cursor: pointer;
	margin: 10px;
}

#blackbody {
  position: fixed;
  width: 100%;
  background-color: #eeeeee; 
  z-index: 1000;
	top: 0px;
	left: 0px;
}

table td.actions {
  vertical-align: middle; 
}

table td.actions ul {
  float: right; 
  list-style-type: none; 
  margin-right: 5px;
}

table td.actions ul.inline li {
  display: inline;
}

table.list tr:hover {
	background: #dddddd;
}

table#worksHomeTableAdmin tr:hover, table#worksTableAdmin tr:hover, table#worksTableAdmin th, table#worksHomeTableAdmin th, 
table#exhibitionsTableAdmin tr:hover, table#exhibitionsTableAdmin th {
	background: #dedede;
}

table#worksTableAdmin td.title, table#worksHomeTableAdmin td.title, table#exhibitionsTableAdmin td.title {
	text-align: left;
	padding: 10px;
}
