@charset "UTF-8";
/* ######################################################################################################
** # dCMS-spezifische Adaption des YAML-Layouts [YAML: (c) by Dirk Jesse (http://www.yaml.de)] ##########
** ######################################################################################################
** 
**  YAML Version: 3.0.1
**  Dateiversion: 27.07.2007 
**  Datei       : functions.css
**  Funktion    : Domain-abhängige Strukturierungsanweisungen fuer Funktions-Elemente
** 
** 
*/

@media all
{

/* ### STRUCTURE ######################## */
#imagelistarea {
  float: left;
  width: 100%;
  height: 80px;
/*  background: #FFFFFF url(../../gfx/hg_imagegal_top.gif) repeat-x scroll 0pt; */
  background: #FFFFFF url(../../schemas/default/gfx/hg_imagegal_top.gif) repeat-x scroll 0pt 0pt; 
}
#imagearea {
  float: left;
  width: 100%;
/*  background: #FFFFFF url(../../gfx/hg_imagegal_middle.gif) repeat-x scroll 0pt; */
  background: #FFFFFF url(../../schemas/default/gfx/hg_imagegal_middle.gif) repeat-x scroll 0pt 0pt; 
}

#thumbnailcontainer{
  width: 574px;
  float: left;
  overflow:hidden;
  height: 61px;
  margin-top: 10px;
}
.imagethumbs a, .imagethumbsactive a {
  width: 74px;
  height: 59px;
  float:left;
  text-decoration: none !important;
  border: none !important;
  background: none !important;
}
.imagethumbs {
  float: left;
  width: 74px;
  height: 59px;
  background-color: #fff;
  border: 1px solid #b2bcc8;
  margin-left: 3px;
  margin-right: 3px;
}
.imagethumbsactive {
  float: left;
  width: 74px;
  height: 59px;
  background-color: #fff;
  border: 1px solid #57BF64;
  margin-left: 3px;
  margin-right: 3px;
}
#thumbnailnavleft {
  float: left;
  margin-left:15px;
  margin-top:20px;
  margin-right: 26px;
  opacity: 0;
  filter: alpha(opacity = 0);
}
#thumbnailnavright {
  float: left;
  margin-right:15px;
  margin-top:20px;
  margin-left: 26px;
  opacity: 0;
  filter: alpha(opacity = 0);
}
#fullsizeimage {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #57bf64;
  margin-top: 8px;
  float: left;
}
.imagethumbsmouseover {
  border: 1px solid #57BF64;
}
#leftimagecontainer {
  float: left;
}
#rightimagecontainer {
  float: left;
}

#rightbutton, #leftbutton, #rightbuttondisabled, #leftbuttondisabled {
  display: none;
}

#rightbuttoncontainer, #leftbuttoncontainer, #rightbuttoncontainerdisabled, #leftbuttoncontainerdisabled {
  position: absolute;
  top: 35%;
  opacity: 0;
  filter: alpha(opacity = 0);
}
#leftimagecontainer .textcontainer {
  padding-left: 16px;
  padding-top: 8px;
  padding-right: 4px;
}
#rightimagecontainer .textcontainer {
  padding-right: 10px;
  padding-top: 8px;
  padding-left: 4px;
  text-align: right;
}
#imagesubtitle {
  float: left;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 0.3em;
}
#fullsizeimagecontainer #imagesubtitle div.enlarge{
  width: 28px;
}
#leftimagecontainer .textcontainer{
  float:right;
  width:90%;
}

.enlarge {
  float: right;
}
#rightbuttoncontainer img{
  float: left;
  margin-left: 20px;
}
#leftbuttoncontainer img{
  float: right;
  margin-right: 20px;
}
a.sendimage {
  float: right;
}
a.sendimage img {
  margin-top: 7px;
  float:left;
}
a.sendimage span {
  font-size: 10px !important;
  margin-left: 2px;
  float: left;
}

/*ie6 hacks */
/* ie6-hack */

* html b\ody #page{
  width: 80.16em;
}
* html b\ody #headersearch {
  width:68.5em;
  float:left;
}

* html b\ody #nav_main {
  margin-bottom: -0.25em;
}
* html b\ody #thumbnailnavleft{
  margin-right: 10px;
  margin-left: 13px;
}
* html b\ody #thumbnailnavright{
  margin-right: 13px;
  margin-left: 6px;
}
* html b\ody #thumbnailcontainer{
  width: 584px;
}
* html #rightimagecontainer {
/*  width:100px !important;*/
  margin-left: -10px;
}

}x