.links2backend .plugin_dynamic_teasing {
  list-style-image: url("../../export/pluginstatics.php?plugin=dynamic_teasing&filename=schlaglicht.gif");
}

.dyn_teaser {
 padding: 5px 0 0;
 border-top: 1px solid #666;
 margin: 5px 0 0;
}

.dyn_first {
 padding: 0;
 border-top: none;
 margin: 0;
}

.dyn_teaser.dyn_only_pic {
 border: 0;
 padding: 0px;
}

.dyn_teaser h3 {
 font-weight: bold;
 font-size: 1em;
 margin: 0 0 3px;
}

.dyn_teaser p {
  margin: 0;
}

.dyn_teaser.dyn_article.dyn_fulltext {
  border: 0px;
  padding: 0px;
}

.dyn_image {
   text-align: center;
}

.dyn_image a {
  display: inline;
}

.dyn_download {
  background-position: 5px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  x-padding-left: 35px;
  margin: 10px 0 10px 0;
  min-height: 30px;
}

/* example class for the use of teaser-types */
.dyn_yellow {
  background-color: #FFFF88;
}

/* don't break the display of the logo */
#header .dyn_teaser {
  margin: 0 0px;
}

.dyn_admin {
  border: 1px solid black;
  background: #fcff8f url("../../export/pluginstatics.php?plugin=dynamic_teasing&filename=schlaglicht-back.png") top left no-repeat;
  padding-left: 25px;
}


.triple_teaser {
  width: 100%;
  margin: 10px 0;
  table-layout: fixed;
  background: #e6e6e6 url(../../themes/standardthema2/triple_teaser.png) top left repeat-x;
}

.midcolumn .triple_teaser {
  margin: -10px 0 10px -20px;
  width: 728px;
  border-bottom: 1px solid #c4c4c4;
}

#midcolumn .triple_teaser {
  width: 528px;
}

.triple_teaser .tt {
  width: 33.3%;
  border: 0 solid white;
  border-width: 0 0 0 1px;
  padding: 20px;
  vertical-align: top;
}

.triple_teaser .first_tt {
  border-width: 0;
}

.triple_teaser .dyn_teaser {
  border-width: 0;
}

.triple_teaser .dyn_title {
  font: bold 1.33em Arial,sans-serif;
  text-transform: uppercase;
}

.triple_teaser .dyn_teaser {
  margin: 0;
  padding: 0;
}

.dyn_teaser p.teaser_more {
  margin: 10px 0 0;
}

.teaser_more a {
  background: url(../../themes/standardthema2/more.png) right top no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}
.teaser_more a:hover {
  background-position: left top;
}
.teaser_more span {
  display: none;
}


