#calendar table {
	margin: 10px auto;
	font-size: 20px;
	width: 770px;
}
#calendar td, th {
	width: 100px;
	height: 100px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background: url(/themes/default/media/content/events/cells.png);
	color: #999;
	position: relative;
	line-height: 20px;
}
#calendar th {
	height: 22px;
	font-weight: bold;
	font-size: 11px;
	background-color: #fff;
	background-image: none;
}

#calendar td.date_has_event {
	background-position: 220px 0px;
	color: #786000;
	cursor: pointer;
}

#calendar td.date_has_event:hover {
	background-position: 220px -110px;
}

#calendar td.date_has_event.active {
	background-position: 220px -110px;
}

#calendar td.padding {
	background: url(/themes/default/media/content/events/calpad.jpg);
}

#calendar td.today {
	background-position: 110px 0px;
	color: white;
	font-weight: bold;
}

#calendar td.today:hover {
	background-position: 110px -110px;
}

#calendar td div {
	line-height: 20px;
	font-weight: bold;
}

#calendar td div.num {
	color: #d1a702;
	border-bottom: none;
	font-weight: bold;
	font-size: 11px;
	float: none;
}

#calendar td.today div.num {
	color: #fff;
}

.compactview img,
#calendar td div img {
	margin-right: 2px;
}

.compactview {
	margin: 10px 0px 20px;
}

#calendar .detailedview {
	background-color: #f0d875;
	background-image: none;
}

#calendar .detailedview .compactview {
	padding: 10px 0px 0px;
}

.compactview div.box {
	float: left;
	width: 250px; 
}

#calendar .detailedview .compactview div.box {
	float: left;
	width: 240px;
}

.compactview div.center {
	margin: 0px 5px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 0px 5px;
}

#calendar .detailedview .compactview div.center {
	margin: 0px 5px;
	border-right: 1px dotted #ebcd53;
	border-left: 1px dotted #ebcd53;
	padding: 0px 5px;
}


.compactview h3 {
	margin: 0px 0px 5px;
	border-bottom: 1px dotted #ddd;
}

#calendar .detailedview .compactview h3 {
	margin: 0px 0px 5px;
	border-bottom: 1px dotted #bb9f2d;
}


.compactview .box div {
	margin-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	padding: 0px 0px 5px;
	font-weight: normal;
}

#calendar .detailedview .compactview div div {
	margin-bottom: 5px;
	border-bottom: 1px dotted #e3c654;
	padding: 0px 0px 5px;
	color: #786000;
	font-weight: normal;
}

#calendar .moderator,
.compactview .moderator {
	float: left;
	margin: 0px 15px 5px 0px;
}

#calendar .weitere {
	font-weight: normal;
}




/* Formular */


.upcomingevent {
	padding: 5px 0px;
	margin: 0px 0px 15px;
}

.upcomingevent td {
	vertical-align: top;
}

.upcomingevent td h3 {
	margin-top: 0px;
	padding-top: 0px;
}