@charset "utf-8";

/* beschreibt die Eigenschaften der Termintabelle */
table.termine
{
   width:100%;
}

hr.linie
{
   font-size:1px;
   color:#06335e;
   background-color:white;
}

td.veranstalter
{
	width:200px;
}

div.veranstalter
{
	font-style:italic;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

td.veranstaltung
{
	font-weight:bold;
}

td.date
{
	font-weight:bold;
}

td.ortstadt
{
	font-weight:bold;
}

td.wichtigja
{
	font-size:9px;
	text-align:center;
	color:red;
	background-color:#e7eaee;
}

td.wichtignein
{
	font-size:9px;
	text-align:center;
}
