/* Processed by Shaun Inman's CSS-SSC :: http://www.shauninman.com/plete/css-ssc/ */
/*aus Konstanten:
styles.content.imgtext.colSpace=30
styles.content.imgtext.rowSpace=30*/

  /* gegen Einrücken mehrerer Bilder */
  #xcontent ul {
    margin: 0;
    padding: 0;
  }

  /* TextBild Zugabe Links */
  #left .csc-textpic-text {
    margin: -8px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    text-align: center;
    line-height: 12px;
  }

  #left .csc-textpic a:hover {
    /*border: 5px solid transparent;*/
  }


  /* TextBild Zugabe Rechts */
  #right-pics .csc-textpic-text {
    margin: -38px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    text-align: center;
    line-height: 12px;
  }

  /* Zeilenabstand Menu Rechts */
  #right {
    line-height: 17px;
  }
 
  /* Grosses Bild Oben Mitte */
  #content .csc-textpic-imagewrap a:hover {
    /*border: 2px outset transparent;*/
  }

  /* Grosse Bilder Mitte */
  #content .csc-textpic-image {
    border: 1px solid #3f392c;
    font-size: 12px;
    color: #3f392c;
    font-weight: normal;
    line-height: 16px;
    padding: 0px 0px 3px 0px;
    text-align: center;
    background: transparent; /* #eeeeee; #CFAA73; */
  }

  #content .csc-textpic-image a:hover {
    /*border: 4px solid transparent;*/
  }


  /* Bildunterschrift */
  #content .csc-textpic-caption {
    margin-top: 3px;
  }

  #content .csc-textpic-image img{
    border: 0px solid #f00;
  }

  /* Rinrücken Video */
  #content embed {
    margin-left: 0px;
  }
 
