h1, h2, h3 {
  color: #000;
}
/* naam van de gallery */

h2 {
  font-size: 14px;
}

input, textarea, select, .inputbox {
  border: 1px solid #888;
  color: #000;
  background-color: #fff;
}

input.button {
  font-weight: bold;
  border: 1px outset #fff;
  color: #fff;
  background-color: #888;
}

br.stretcher {
  clear: both;
  height: 0;
}

div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  clear: right;
}

#header {
  text-align: center;
  margin-top: 0.25em;
}

#footer {
  text-align: center; 
}

a img {
  border: 0;
}

/* image or gallery name header */
.sgTitle {
  margin-bottom: 0;
}

/* image or gallery artist subheader */
.sgSubTitle {
  margin-top: 0;
}

div.sgContainer {
  clear: both;
  text-align: center;
}

div.sgTab {
  padding: 0.25em;
  text-align: left;
}

div.sgContent {
  background-color: #fff;
  padding: 1em;
  text-align: left;
}

table.sgContent {
  margin-left: auto;
  margin-right: auto;
}


div.sgGallery, div.sgThumbnail {
  margin: 0.5em;
  padding: 0.5em;
  border: 1px solid #ccc;
  background-color: #fff;
}

div.sgGalleryThumbnail {
  width: 100px;
  text-align: center;
  float: left;
}

div.sgGalleryText {
  margin-left: 160px;
}

p.sgGalleryTitle a {
  font-weight: bold;
}

div.sgThumbnail {
  float: left;
}

div.sgThumbnail table {
  width:  110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

.sgImageContainer img {
  border: 20px solid #fff;
 }

 .sgThumbnailPreview, sgThumbnailPreviewCurrent{
  border: 3px solid #fff;
   margin: 5px;
 }
 
div.sgNavBar, p.sgNavBar {
  text-align: center;
  float: center;
  }

