/* CSS Document */
/* Ausschließlich Definition der Auswahltabelle für Events #tab_event in Spalte s2
   Archesseite: termine.htm */

/* ########################
							Tabelle für Veranstaltungen
								################################# */
#tab_event {
width:100%;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#333333;
border-collapse:1px;
}								
.col1 {
width:16px;
text-align:center;
}				
.col2 {
width:55px;
text-align:center;
}				
.col3 {
width:257px;
}				
.col4 {
width:90px;
}
/*.col5 {
width:12px;
}	*/
tr {
height:22px; /*im Netz mit heigth:25px veröffentlicht*/
padding:0px;
}
th {
background-color:#7c7c00;
color:#ffffff;
}
td {
padding-left: 4px;
}			
.hintergrund {
background-color:#f2f2e5;
}		
#tab_event tr:hover {
background-color:#e5e5cc;
}	
#tab_event a {
color:#333333;
text-decoration:none;
}
#tab_event a:hover {
color:#7c7c00;
text-decoration:underline;
}












