/**
 * Style sheet importstyle-calender-bob
 */
.mod_calendar table
{
	background-color:#fcfcfc;
	border-collapse:separate;
}

.mod_calendar tableeeeeeeeeeeeeeeeeee
{
	width:89%;
	background-color:#fcfcfc;
	border-collapse:separate;
}

/* kopfbild */
.mod_calendar .head
{
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
	background-color:#fdfeff;
	background-image:url("ferienwohnung-fleesensee/ferienhaus/calendarhead.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border-top:1px solid #dfdfdf;
}

.mod_calendar th.previous
{
	padding-left:0.75em;
	text-align:left;
	border-left:1px solid #dfdfdf;
}

.mod_calendar th.next
{
	padding-right:0.75em;
	text-align:right;
	border-right:1px solid #dfdfdf;
}

/* Monate links rechts */
.mod_calendar th a
{
	font-weight:normal;
	font-size:10px;
	color:#333333;
}

.mod_calendar th a:hover
{
	font-weight:bold;
}

/* wochentage und hintergrundfarbe */
.mod_calendar .label
{
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#cccccc;
	font-weight:normal;
	font-size:10px;
	color:#ffffff;
}

.mod_calendar td
{
	width:14%;
	height:5em;
	vertical-align:top;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

.mod_calendar .col_first
{
	border-left:1px solid #dfdfdf;
}

.mod_calendar .weekend
{
	background-color:#f7f9fa;
}

.mod_calendar .today
{
	background-color:#f0f3f6;
}

.mod_calendar .header
{
	margin:1px;
	padding:1px;
	background-color:#e6e6e6;
	font-size:0.9em;
	color:#666666;
}

/* eventposition */
.mod_calendar .event
{
	margin:14px 5px 5px 5px;
	font-size:0.9em;
	line-height:1.1;
}

/* eventfarbe */
.mod_calendar .event a
{
	padding:4px 3px 6px 3px;
	background-color:#ff0000;
	text-decoration:none;
	color:#ffffff;
}

.mod_calendar .event a:hoverrrr
{
	text-decoration:underline;
}

