.AgendaContainer {
	position:relative;
	width:817px;
	margin-bottom:13px;
}

.AgendaItems {
}

.DatumTitel {
	background-image:url('/images/AgendaTitle.jpg');
	background-repeat:repeat-x;
	height:43px;
	line-height:43px;	
	text-align:center;
}

.DatumTitel h2 {
	color:#fecb00;	
	font-weight:bold;
}

.AgendaContainer .PreviousMonth {
	position:absolute;
	left:15px;
	top:12px;
}

.AgendaContainer .PreviousMonth a {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url('/images/PreviousBlack.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	height:20px;
	line-height:20px;
	display:block;
}


.AgendaContainer .NextMonth {
	position:absolute;
	right:15px;
	top:12px;
}

.AgendaContainer .NextMonth a {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url('/images/NextBlack.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:25px;
	height:20px;
	line-height:20px;
	display:block;
}

.AgendaContainer .Overview {
	position:relative;	
}

.AgendaContainer .Box,
.AgendaContainer .BoxChosen {
	float:left;
	width:153px;
	height:153px;
	background-color:#878787;
	overflow:hidden;
	margin-top:13px;	
	cursor:pointer;
	cursor:hand;
}

.AgendaContainer .BoxChosen {
	background-color:#7ed3f7;
}

.AgendaContainer .BoxPadding {
	padding:15px;
	overflow:hidden;
	width:123px;
	height:110px;
}

.AgendaContainer .BoxSpacer {
	float:left;
	width:13px;
	height:1px;
}

.AgendaContainer .Box h5 a,
.AgendaContainer .Box h6 a,
.AgendaContainer .BoxChosen h5 a,
.AgendaContainer .BoxChosen h6 a  {
	color:#fecb00;
	font-size:12px;
	font-weight:bold;
}

.AgendaContainer .BoxChosen h5 a,
.AgendaContainer .BoxChosen h6 a  {
	color:#fff;
}

.AgendaContainer .Box h5,
.AgendaContainer .BoxChosen h5 {
	margin-bottom:6px;
}

.AgendaContainer .Box h5 a,
.AgendaContainer .BoxChosen h5 a {
	font-size:24px;
	line-height:20px;
}

.AgendaContainer .Box .Text,
.AgendaContainer .BoxChosen .Text  {
	font-size:12px;
}


.AgendaContainer .BoxDetail {
	width:817px;
	background-color:#7ed3f7;
	margin-top:13px;
}

.AgendaContainer .BoxDetailPadding {
	padding:15px;
}

.AgendaContainer .BoxDetail h3 {
	color:#fff;
	font-size:24px;
	line-height:20px;
	margin-bottom:5px;
}

.AgendaContainer .BoxDetail h4 {
	font-size:14px;
	line-height:14px;
	color:#fff;
}