


h1, h2, h3 {
  color: #888;
}

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;
}

div.stretcher {
  clear: both;
  height: 1px
}

div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  clear: right;
}

#header {
  font: xx-large monospace;
  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: #e0e0e0; 
  /*padding: 1em; */
  text-align: left;
}
td.thumbImage{
	height: 100px;
	padding: 0px;
	width: 80px;
	background-color: #e0e0e0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-color: #000000;
	
}
td.galleryImage{
	height: 140px;
	padding: 0px;
	width: 100px;
	background-color: #e0e0e0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-color: #000000;
	
}
/*table.sgContent {
  margin-left: auto;
  margin-right: auto;
}*/


div.sgGallery, div.sgThumbnail,sgGalThumbnail {
  /* margin: 0.5em; */
  /*padding: 0.5em; */
  /*border: 1px solid #ccc; */
  /*border: 1px solid #000000;
  background-color: #fff;*/
}



div.sgGalleryText {
  margin-left: 100px;
}

p.sgGalleryTitle a {
  font-weight: bold;
}
div.sgThumbnail {
  float: left;
  margin: 0.4em; 
}

div.sgThumbnail table {
  /*width:  80px;
  height: 100px; */
  text-align: center;
  vertical-align: middle;
}
div.sgGalThumbnail {
  float: left;
  margin: 0.8em; 
}
div.sgGalThumbnail table {
  /*width:  80px;
  height: 100px; */
  text-align: center;
  vertical-align: middle;
}


img.sgImage {
 border: 0px solid #000;
 border-left-width: 2px;
}

div.sgNavBar, p.sgNavBar {
  text-align: center;
  float: right;
}
/* Buttons im detail window */
#lbPrevLink {
	 background: transparent url(/katalog/images/detail/zurueck.gif) no-repeat 0 15%;
    left: 0;
	background-position:left top;
}

#lbPrevLink:hover {
    background: transparent url(/katalog/images/detail/zurueck_hover.gif) no-repeat 0 15%;
	background-position:left top;
	
}

#lbNextLink {
	 background: transparent url(/katalog/images/detail/vor.gif) no-repeat 0 ;
   right:0;
	background-position:right top;
}

#lbNextLink:hover {
     background: transparent url(/katalog/images/detail/vor_hover.gif) no-repeat 0 15%;
	 background-position:right top;
}

#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}

