/* CSS Document */

/* Monatsbox */
.monat_box{
	width: 578px;
	margin:0px 0px 50px 0px;
}

.monat_titel{
	font-family: Mistral, Arial;
	font-size: 30px;
	margin: 0px 0px 10px 0px; 
}


/* Boxen für den eigentlichen Termin */
.termin_box{

	float:left;
	margin:0px 0px 20px 0px;
	padding:5px;
}

.termin_box { 
  width:566px; 

}
.termin_va_marker {
	width: 30px;
	float: left;
	cursor: help;
	height: 19px;
	overflow:hidden;
}


.termin_datum{
	font-size:12px;
	font-weight: bold;
	float: left;
	width: 160px;
	margin: 0;
	padding: 2px 0px 2px 0px;
}

.termin_titel{
	margin: 0 0 0 190px;
	padding:2px 2px 2px 10px;
	font-weight: bold;
	background: #EFDB7B;
	border-left: 1px silver solid;
	background: #EFDB7B url(/_bilder/tools/termin_titel_ecke.jpg) no-repeat top right;
}

.termin_details_sichtbar{
	display:block;
	border-top: 1px silver solid;
/*	clear: both;
*/}

.termin_details_unsichtbar{
	display:none;	
}

.termin_info_sichtbar{
	width: 160px;
	float: left;
	padding:0px 5px 5px 5px;
}

.termin_info_unsichtbar{
	height:0px;
	float: left;
	
	
}

.termin_text{
	margin: 0 0 0 190px;
	padding:5px 2px 2px 5px;
	border-left: 1px silver solid;	
}

 

/* Fotos fürs Jahresprogramm in den einzelnen Terminen */
.termin_bild_mRahmen{
	border:1px solid black;
	margin:0px 5px 5px 5px;
}

.termin_bild_oRahmen{
	margin:0px 5px 5px 5px;
}

.final{
	clear:both;
}


.nach_oben{
	clear:both;
	font-size:10px;
	text-align:right;
	border-bottom:1px dotted #666666;
}

.fehlendeInfos {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}


