/**
 * Stylesheet fuer die Veranstaltungskalender-Ausgabe
 */

/******************** LINKS STANDART ********************/

/*a:active  { color: #757677; text-decoration: underline;}
a:link    { color: #757677; text-decoration: underline;}
a:visited { color: #757677; text-decoration: underline;}
a:hover   { color: #990000; text-decoration: none;}*/


/******************** SUCHFELDER ********************/
/* Suchfelder Datum (<input type='text' />) */
input.sdate { width: 70px; color: red;}

/* Suchfeld Stichwort (<input type='text' />) */
input.skey { width: 110px; color: red;}

/* Dropdown Monate (<select>) */
select.smonth {	width: 140px;}

/* Dropdown Orte (<select>) */
select.svenue {	width: 140px;}

/* Button "Zeigen" */
input.ssubmit {width: auto; color:black; background-color:#D2D3CE; font-weight:normal; font-size:11px; height:22px; border:1px solid #999999; font-family:Verdana, Arial, Helvetica, sans-serif; cursor:pointer;}


/******************** VERANSTALTUNGEN ********************/

/* Komplette Tabelle */
table.etable { width: 440px;	font-family: Verdana, Arial, Helvetica, sans-serif; }
table.etable td { text-align: left; }

/* Zelle mit Hinweis / Fehlermldung */
td.emessage { color: #FF0000;}

/* Zelle mit Tagesueberschrift (Bsp.: Freitag, 15.07.2005) */
td.eday { text-align: left; background-color: #FE0000; color: #FFF; border-bottom: 1px solid #000000; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding: 0; padding-left: 5px; height:15px; padding-top:3px;}

/* Zelle mit Vorschaubild */
table.etable td.epic { text-align: center; width: 110px; vertical-align: top; background-color: #D2D3CE; color: #000; padding: 5px;}
td.epic { border-bottom: 1px solid #175A13; }
/* Das Vorschaubild */
img.epic { width: 100px; margin-right: 3px; border: 0;}

/* Zelle mit Titel (und Text) */
td.etitle { border-bottom: 1px solid #FE0000; border-right: 1px solid #FE0000; text-align: left; font-size: 12px; vertical-align: top; background-color: #EFF0EB; color: #000; padding: 5px; }

/* Titel-Links zum Eintrag */
a.etitle:active   { color: #FE0000; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
a.etitle:link     { color: #FE0000; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
a.etitle:visited  { color: #FE0000; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
a.etitle:hover    { color: #FE0000; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

/* Bild-Links zum Eintrag */
a.epic:active   { text-decoration: none;}
a.epic:link     { text-decoration: none;}
a.epic:visited  { text-decoration: none;}
a.epic:hover    { text-decoration: none;}

