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

	Project		:	wool
				:	eventcal.css
**********************************************************************************/

/*#### default.htm ##############################################################*/

.monthnav {display:block;}
.monthback {float:left; font-weight:bold;}
.monthnext {float:right; font-weight:bold;}

div#eventlist {
	}
.eventlist_head {
	display:block;
	border-bottom:1px #333 dotted; 
	}
.eventlist {
	width:100%;
	text-align:left;
	}
.eventhead {
	line-height:1.6em;
	}
.eventcontent{
	line-height:1.1em;
	}

.date, .title, .cat, .town, .inform {
	text-align:left;
	padding:0 1.0em 0 0;
	}

.date {
	width:auto;
	}
.title {
	width:240px;
	}
.cat {
	width:75px;
	}
.town {
	width:260px;
	}
.inform{
	width:auto;
	padding:0;
	}
.eventinfo {
	display:inline-block;
	width:16px; 
	height:16px;
	background:url(../media/information.png) no-repeat;
	cursor:pointer;
	}
.eventinfo:hover{
	display:inline-block;
	background:url(../media/information_hover.png) no-repeat;
	}

.cal_month{
	display:inline-block;
	width:16px; 
	height:16px;
	background:url(../media/cal_month.png) no-repeat;
	}

/* .places {} */

.desc {
	width:auto;
	text-align:left;
	}

.?

/*#### details.htm ##############################################################*/

div#event {
	width:auto;
	overflow:hidden;
	}
div.facts {}
div.desc {
	width:auto;
	overflow:hidden;
	}
span.eltitel {}
span.eldesc {}
span.elgebuhr {}
p.backlist {}
.tickets {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../media/tickets.png);
	cursor:pointer;
	margin:0 5px 0 0 
	}

/* --- Lines --- */
.line_content {
	height:1px;
	background:transparent;
	border:none;
	border-bottom:1px #000 dotted;
	}

/*#### index.htm ##############################################################*/

fieldset.cal {
	width:100%;
	line-height:1.6em;
	}

div#cat {
	width:160px;
	float:left;
	}
div#ven {
	width:200px;
	float:left;
	}
div#month {}
div#year {}


/*#### katbild.htm ##############################################################*/

.eventform {
	background:url(../images/trans_back.png) repeat;
	}


/*#### mini.htm #################################################################*/

.seminar{$class}
.event {}


/*#### results.htm ##############################################################*/

.ergebnisliste {}
.uebersicht {}


/*#### stats.htm ################################################################*/

.#vstats {}


/*#### venue.htm ################################################################*/

.event {}
.elvendesc {}
