@charset "utf-8";
/*** Tag selectors ***/
html{
  min-height: 100%;
}
body{
  min-height: 100%;
}
table{
  width: 100%;
}
form fieldset{
  display: block;
  margin-bottom: 10px;
}
form fieldset label{
  display: block;
  width: 120px;
  float: left;
}
input.textbox, input.textbox-ext, textarea.textbox, textarea.textbox-ext{
  padding: 3px;
}
input.textbox, textarea.textbox{
  width: 290px;
}
textarea.textbox{
  height: 150px;
}
form fieldset.error .error-field img{
  vertical-align: top !important;
}
h2{
  min-height: 20px;
}
/*** Class selectors ***/
.button-set{
  text-align: right;
  width: 420px;
}
.vspacer{
	padding: 0px;
	margin: 0px;
	height: 10px;
}
.hspacer{
	width: 10px;
}
.line{
  width: 100%;
  height: 1px;
}
.icon16{
  height: 16px;
  width: 16px;
}
.icon24{
  height: 24px;
  width: 24px;
}
.icon32{
  height: 32px;
  width: 32px;
}
.icon48{
  height: 48px;
  width: 48px;
}
.content-box{
  width: 531px;
  height: auto;
  margin-bottom: 10px;
}
#layout-body-default-left.gallery .content-box{
  width: 399px;
}
.content-box .hd{
  height: 7px;
}
.content-box .bd{
  min-height: 50px;
  position: relative;
}
.content-box .bd .box-padding{
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 22px;
  padding-bottom: 25px;
}
.content-box .ft{
  height: 7px;
}
.info-bar {
  width: auto;
  height: auto;
  clear: both;
  position: relative;
  margin-bottom: 10px;
}
.info-bar .bd {
  padding: 5px;
}
.info-bar .close {
  float: right;
  margin-right: 5px;
}
.info-bar .icon {
  float: left;
  width: 40px;
  height: 38px;
}
.info-bar .msg {
  float: left;
}
#layout-body-default-left.gallery .content-box .bd .box-padding{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-box{
  width: 534px;
  height: auto;
  min-height: 408px;
  margin-bottom: 10px;
}
.gallery-box .bd{
  min-height: 50px;
  position: relative;
}
.gallery-box .hd, .gallery-box .ft{
  height: 7px;
}
.gallery-box .bd .box-padding{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
  padding-right: 18px;
}
.content-box-small{
  width: 400px;
  height: auto;
  margin-bottom: 10px;
}
.content-box-small .hd{
  height: 7px;
}
.content-box-small .bd .box-padding{
  padding: 10px;
}
.content-box-small .ft{
  height: 7px;
}
.content-box.left .bd .box-padding{
  min-height: 239px;
}
.quote-box{
  width: 400px;
  height: auto;
  margin-bottom: 10px;
}
.quote-box .hd, .quote-box .ft{
  height: 7px;
}
.quote-box .bd .box-padding{
  padding-left: 25px;
  padding-right: 25px;
  min-height: 160px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.quote-box .bd .box-padding .quotes{
  letter-spacing: -8px;
  height: 30px;
  width: 35px;
}
.quote-box .bd .box-padding .quotes.quotes-open{
  float: left;
  display: block;
  position: relative;
  top: 10px;
}
.quote-box .bd .box-padding .quotes.quotes-close{
  float: right;
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.picture-box{
  margin-bottom: 10px;
  height: auto;
  min-height: 200px;
  width: 400px;
}
.picture-frame{
  width: 127px;
  height: 210px;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 35px;
}
.picture-frame.first-of-type{
  margin-left: 0px;
}
.picture-frame .picture-frame-label{
  margin-top: 10px;
  line-height: 1.2em;
}
.picture-frame-border{
  height: 168px;
}
.faces-picture-box{
  width: 400px;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
.faces-picture-box img{
  width: 400px;
}
.faces-text-box{
  width: 400px;
  margin-bottom: 10px;
}
.faces-text-box .bd{
  margin-left: 1px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.faces-text-box .ft, .faces-text-box .hd{
  height: 7px;
}
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover{
  line-height: 2.3em;
  font-size: 9pt;
}
a.donatie{
  display: block;
  width: 121px;
  height: 26px;
}
/*** ID selectors ***/
#wrapper{
  margin: auto;
  height: auto;
  width: 970px;
  margin-top: 10px;
}
#layout-head{
  height: 115px;
}
#layout-head #layout-head-inner #layout-head-logo{
  float: left;
  padding-top: 15px;
  padding-left: 12px;
}
#layout-nav{
  height: 42px;
}
#layout-nav #layout-nav-main{
  height: 22px;
}
#layout-nav #layout-nav-sub{
  height: 20px;
  padding-top: 1px;
}
#layout-nav #layout-nav-sub #sub-nav{
  margin-top: -2px;
}
#layout-body{
  min-height: 300px;
}
#layout-body #layout-body-inner{
  padding-top: 15px;
  padding-left: 14px;
  padding-right: 14px;
}
#layout-body #layout-body-inner #layout-body-default-left{
  width: 540px;
  float: left;
  margin-bottom: 10px;
}
#layout-body #layout-body-inner #layout-body-default-left.gallery{
  width: 408px;
}
#layout-body #layout-body-inner #layout-body-hero{
  width: 941px;
  height: 201px !important;
  margin-bottom: 10px;
}
#layout-body #layout-body-inner #layout-body-full{
  margin-bottom: 10px;
}
#layout-body #layout-body-inner #layout-body-full #layout-body-full-inner #layout-body-content{
  padding: 20px;
  text-align: justify;
  min-height: 300px;
}
#layout-body #layout-body-inner #layout-body-default-left #layout-body-content{
  padding: 30px;
  width: 673px;
  text-align: justify;
}
#layout-body #layout-body-inner #layout-body-default-right{
  float: right;
  width: 401px;
  height: auto;
  min-height: 300px;
  margin-bottom: 10px;
}
#layout-body #layout-body-inner #layout-body-default-right.gallery{
  width: 534px;
}
#layout-foot #layout-foot-bottom{
  padding-top: 8px;
}
#layout-foot #layout-foot-bottom #layout-foot-bottom-nav{
  height: 22px;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
}
#layout-foot #layout-foot-bottom #layout-foot-bottom-nav .copy{
  margin-top: 0px;
}
#faces-pictures{
  margin-top: 10px;
}
#gallery-photo-container{
  text-align: center;
}
#gallery-photo-nav, #gallery-album-nav, #faces-nav{
  position: absolute;
  top: 0px;
  right: 25px;
  width: 32px;
}
#gallery-photo-nav a, #gallery-album-nav a, #faces-nav a{
  display: block;
  height: 12px;
}
#gallery-photo-nav a.prev, #gallery-album-nav a.prev, #faces-nav a.prev{
  float: left;
  margin-right: 10px;
}
#gallery-photo-nav a.next, #gallery-album-nav a.next, #faces-nav a.next{
  float: right;
}
.photo{
  float: left;
  margin-left: 8px;
  margin-bottom: 10px;
  width: auto;
  height: auto;
}
.photo.first-of-row{
  margin-left: 0px;
}
.photo a{
  display: block;
  width: auto;
  height: auto;
}
.news-photo{
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.date{
  margin-top: -5px;
}
.news-item-archive{
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-item-archive .first{
  margin-top: -5px;
}
.news-item-archive .news-photo{
  margin-top: 0px;
}
#layout-body-default-right .content-box-small .bd .news-photo{
  margin-top: 0px;
}
#layout-body-default-right .content-box-small .bd .box-padding p.first{
  margin-top: -5px;
}
