/*******************************************************************************

	Project		:	ADA
	Copyright	:	Design - Werbeagentur Kassin - www.kassin.at

*******************************************************************************/


/*
kalender styles
*/
.eventform fieldset {
font-size: 90%;
border: 1px solid #ccc;
background-color: #eaeaea;
color: #003399;
padding: 5px;
 }
.eventform label {
font-size: 80%;
color: #003399;
 }
 .eventform select {
font-size: 60%;
color: #003399;
 }
 
.eventform input {
font-size: 60%;
color: #003399;

 }

/* Veranstaltungsübersichts */
table.eventlist {
width: 99%;
}
table.eventlist th.date {
width: 100px;
/*margin-right: 20px;*/
 }
 
table.eventlist td.elvenue {
text-align: center;

 }
 
table.eventlist th.town {
text-align: center;
 }

table.eventlist td.eltitle {
font-weight: bold;
}
.elshortdesc {
font-size: 115%;
font-weight: normal;
}
	

/* Veranstaltungsdetails */
.event {
font-family: Arial, Helvetica, sans-serif;

 }
.facts h2{
	border-bottom: 3px solid #ccc;
	font-weight: bolder;
	padding: 20px 3px 10px 3px;
	margin-bottom: 5px;
 }
.event .facts {
background-color: #fff;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 5px;
 }
.event .facts .eltitel {
font-weight: bold;

 }
.event .facts .eldesc {
/*background-color: #ccc;*/
/*color: #666;*/
font-weight: normal;
 }
.desc .eltitel {
font-weight: bold;

 }
.desc {
/*background-color: #ccc;*/
/*color: #000;*/
font-weight: normal;
padding: 5px;
border: 1px solid #ccc;
 }
 
 

a64_recentEvents {
  
 }
 
a64_event {
  
 }
 
a64_empty {
  
 }

