/**
 * Style sheet kalender
 */
.mod_calendar a:link, .mod_calendar a:visited
{
	font-weight:bold;
	color:#ffffff;
}

#left .image_container img, #main #kalender .mod_eventlist .image_container img
{
	width:160px;
	height:226px;
}

.mod_eventreader .image_container img
{
	width:500px;
	height:708px;
}

*:first-child + html #left .inside
{
	z-index:10;
}

table.calendar tr td
{
	padding:3px 7px;
	text-align:center;
	border:1px solid #BF3087;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#FF73C8;
}

.mod_calendar table
{
	padding-top:10px;
	padding-left:21px;
	color:#ffffff;
}

.mod_calendar table thead tr th
{
	padding-bottom:4px;
	text-align:center;
}

.mod_calendar table thead tr th.current
{
}

#calender_bottom
{
	width:207px;
	height:24px;
	background-image:url("tl_files/template/layout/calender/bottom.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

#calender_bg
{
	width:250px;
	height:230px;
	z-index:0;
}

.calender
{
	top:-240px;
	position:relative;
	z-index:9;
}

.recurring
{
	margin-top:10px;
	margin-bottom:15px;
}

.mod_eventlist
{
	margin-left:22px;
}

.mod_eventlist h1, .mod_eventreader h1
{
	margin-top:10px;
	margin-right:0px;
	margin-bottom:5px;
	padding:0px;
	font-size:16px;
	color:#A60065;
	text-transform:uppercase;
}

.mod_eventlist .info, .mod_eventreader .info
{
	font-weight:bold;
}

.mod_eventlist .ce_text
{
	margin-top:3px;
}

.mod_eventlist .image_container
{
	margin-top:5px;
	margin-bottom:5px;
}

.mod_eventlist p.more
{
	width:180px;
	padding-bottom:10px;
	border-bottom:1px dotted #999999;
}

.mod_eventlist .event_block
{
	width:240px;
	float:left;
}

.mod_eventreader .details
{
	width:500px;
	float:left;
	padding-top:10px;
	padding-bottom:5px;
	text-align:justify;
}

.event_upcoming
{
	margin-top:10px;
	margin-left:5px;
}

*:first-child+html #left table.calendar
{
	margin-top:10px;
	margin-left:18px;
}

