﻿

/* ******************************** */
/*        rechte Spalte "Zettel"    */

.zettel {
  margin: 0 10px 20px 0;
  border: 1px solid #ccc;
/*  background-color: #c17d11; */
  background-color: #fff5d7;
}

div.zettel-banner,
div.zettel-banner-new-0,
div.zettel-banner-new-1,
div.zettel-banner-aktuell-0,
div.zettel-banner-aktuell-1
{
  position:relative;
  left:-2px;
  top:-3px;
  width:125px;
  height:63px;
  z-index:100;
}
div.zettel-banner-new-0 {
  background-image: url('/images/banner_neu.png');
}
div.zettel-banner-aktuell-0 {
  background-image: url('/images/banner_aktuell.png');
}

div.zettel-text {
  margin-top: -30px;
  padding: 0 14px;
  font-size: 0.8em;
  color: #666;
  overflow-y: auto;
  width:100%;
  z-index:2;
}

.zettel-text p {
 text-align: left;
}


.zettel-text a:link, .zettel-text a:visited {
 color: #DA8D00;
 font-family: 'Trebuchet MS',helvetica,sans;
 font-size: 1.3em;
 font-weight: bold;
 text-decoration: none;
}
