.fce-gallery h1 {
    font-size: 14px;
    padding: 3px 0 0 15px;
    color: #ffffff;
    text-align: left;
}

.fce-gallery p {
    text-align: left;
}

/* Formatierungen Layer */

.fce-gallery {
    width: 613px;
    background-color: #91908e;;
    height: 481px;
    min-height: 481px;
}

.fce-gallery-header {
     background-image: url(../gfx/gallery-header.gif);
     width: 100%;		
     background-repeat: no-repeat;  
     width: 613px;
     height: 22px;
}

.fce-gallery-content {
     width: 613px;
     background-image: url(../gfx/gallery-content-bg.gif);
     background-repeat: repeat-x;
     height: 449px;
     min-height: 449px;
}

.fce-gallery-contentleft-gallery {
     /* background-color: #000000; */
/* Asvet      
     width: 449px;
     height: 410px;
     min-height: 410px;
     
*/     
}

.fce-gallery-contentleft{
    float: left;
    width: 449px;
}

.fce-gallery-contentleft h2{
    padding: 10px 0 0 15px;
    color: #ffffff;
    text-align: left;
    height: 29px;
    width: 434px;
    margin: 0;
}

.fce-gallery-contentright{
    float: right;
    width: 163px;
}

.fce-gallery-contentright h2{
   padding: 64px 0 0 0;
   color: #ffffff;
   text-align: left;
   font-size: 12px;
}

.fce-gallery-contentright-headerbox{
    background-color: #797979;
    width: 163px;
    height: 39px;
}

.fce-gallery-contentright-textbox{
    width: 163px;
    height: 300px;
    min-height: 300px;   
}

.fce-gallery-contentright-textbox p{
    padding: 5px 13px 13px 13px;  
}

.fce-gallery-contentright-menubox{
    width: 163px;
}

.fce-gallery-contentright-menubox li  {
  border: none;
  border-bottom: 1px solid white;
  background-color: #272725;
  padding: 0;
  margin: 0;
} 

.fce-gallery-contentright-menubox ul {
  font-family: Tahoma;
  color: #000000;
  text-align: left;
  font-size: 9px;
  line-height: 9px;
  margin: 10px 0 10px 0; 
  list-style-type: none;
  padding: 0;
  border-top: 1px solid white;
}

.fce-gallery-contentright-menubox a  {
  text-decoration: none;
  color: #ffffff;
  margin: 0;
  padding: 4px 15px;
  display: block;
  background-image: url(../gfx/gallery-li-bg.gif);
}

.fce-gallery-contentright-menubox a:hover {
  text-decoration: none;
  display: block;
  background-image: url(../gfx/gallery-li-bg-hover.gif);
  display: block;
  padding: 4px 15px;
  color: #000000;
}

.active a{
  color: #000000;
  display: block;
  background-color: #b6b6b6;
  background-image: url(../gfx/gallery-li-bg-hover.gif);
}

