@charset "utf-8";
/* CSS Document */

/* Div Tag um jeden Event */
#event-calendar h2 { padding:0px; margin:0px; }
#event-calendar {
	position:relative;
	line-height:17px;
	padding:0px;
	border:1px solid #07222D;
}

/* Von Bis Anzeige */
.event-from-to {
	padding-bottom:8px;
}

/* Event Eintrag */
.event-entry {
	margin-bottom:20px;
	/*border:1px solid yellow;*/
}

/* Event DIV Links */
.event-left {
	 float:left;
	 width:160px;
	 /*margin-left:10px;*/
}

/* Link im Header */
.event-title a:hover { text-decoration:underline; }
.event-title a, .event-title a:visited {
	color:white;
	text-decoration:none;
}

/* Von Bis */
.event-from-to {
	font-weight:bold;
	font-size:14px;
	margin-top:5px;	
}

/* Event DIV Rechts */
.event-pic { border:8px solid white; }
.event-right {
	/*margin-top:22px;*/
	margin-left:20px;
	float:left;
	width:435px;
}
.event-dummy { clear:left; }

/* Mehr Link */
.event-more { margin-top:10px; }
.event-more a, .event-more a:visited {
	color:#f4f4f4;
}

/* Event Text */
#event-calendar dd {
	/*float:left;*/
}

/* Pagebrowser */
.pagebrowser {
	/*border:1px solid yellow;*/
	top:-52px;
	left:553px;
	position:absolute;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}

.pagebrowser-active {
	text-decoration:underline;
}