/* termine.css Stand 06.02.2005 */
/* + Design  */

/* Veranstaltungskalender */

#sortinhalt a,
#sortliste a
{
  color:gray;
  text-decoration:none;
}
#sortinhalt a:hover,
#sortliste a:hover
{
  color:blue;
  text-decoration:underline;
}

#terminlist
{
  list-style-type:disc;
  margin-bottom:1em;
  margin-right:15%;
}
.terminlink
{
  text-decoration:none;
  border-bottom:1px Dotted gray;
  color:black;
  display:block;
  line-height:150%;
}
.terminlink:hover
{
  color:blue;
  border-bottom:1px Solid black;
}

#termine
{
  border-bottom:1px Dotted black;
  margin-top:2.0em;
  margin-bottom:1.0em;
}

div.abgesagt
{
  color:gray;
  background-image:url(../../img/abgesagt.gif);
  background-repeat:no-repeat;
}
li.abgesagt
{
  text-decoration:line-through;
  color:maroon;
}
.intern
{
  list-style-type:circle;
}
#Absage
{
  font-weight:bold;
  font-size:18px;
  color:maroon;
  margin-bottom:1.0em;
}

.termin
{
  padding:1.0em;
  border-top:1px Dotted black;
}

div.t0
{
  background-color:white;
}

div.t1
{
  background-color:whitesmoke;
}

.was,
.wann,
.wo
{
  margin-bottom:1.0em;
}
.anlass
{
  font-size:14px;
  font-weight:bold;
}
.motto
{
  font-style:italic;
}
.wann,
.wo,
.hinweis,
.link,
.ig_region
{
  margin-left:2.0em;
}
.tag,
.ort
{
  font-weight:bold;
}
.ig_region
{
  margin-top:1.0em;
}

.stand
{
  margin-top:1.0em;
  font-size:10px;
  text-align:right;
}
