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


/* Detail Voransicht */
.terminDetailTabelle {
	float: left;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.terminDetailTabelle h3 {
	font-size: 14px !important;
	margin: 0px !important;
	padding: 0px !important;
	font-weight: normal !important;
}
.terminDetailTabelle .detailTetrminfix {
	font-size: 10px !important;
	text-align:left;
}
.terminDetailTabelle table tr th {
	font-size: 10px !important;
}
.terminDetailTabelle table tr td {
	font-size: 10px !important;
}
.terminDetailTabelle table tr td .dayInfo {
	width: 17px;
	float:left;
	text-align: center;
	padding-top:3px;
	padding-bottom:2px;
}



/* Jahresansicht */
.terminJahresTabelle {
	font-family: Arial;
	float: left;
	margin-bottom: 15px;
	height: 200px;
	margin-left: 15px;
	margin-right: 15px;
}
.terminJahresTabelle a {
	text-decoration:none
}
.terminJahresTabelle table tr th {
	font-size: 11px !important;
}
.terminJahresTabelle table tr td {
	font-size: 11px !important;
}
.terminJahresTabelle table tr td .dayInfo {
	width: 18px;
	float:left;
	text-align: center;
	padding-top:2px;
	padding-bottom:1px;
}





.alleTermineLink {
	float: right; 
}
#searchTerminForm {
	float: left; 
}
.terminTabelle {
	font-family: Arial;
	font-size: 11px;
	float: left;
	margin: 5px;
	margin-right: 15px;
	height: 200px;
}

.terminmeldung h2 {
	font-size: 14px;
}
.terminmeldung .meldung_inhalt img {
	margin: 4px; 
}

.terminmeldung .clearer {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px; 
	padding-top: 10px; 
}

.show_dates {
	position: relative;	 
}
.show_dates .dayInfo {
	font-weight: bold; 
}
.tipsy {
	font-family: Arial;
}
.hiddenDate {
	position: absolute;
	top: -400px;
	left: -400px;
	z-index: 5;
	display: none; 
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px; 	
	font-family: Arial;
}
.monatsTabelleTD .dayInfo {
	color: #999;
}
.terminMonatsTabelle {
	font-family: Arial;
}
.terminMonatsTabelle table tr th {
	font-size: 11px;
}
.monatsTabelleTD {
	font-size: 10px;
	text-align: center;
	height: 70px;
	width: 70px;
}
.monatsTabelleTD p {
	margin: 0; padding: 0; 
	font-size: 9px; 
	background-color: #fff; /*standardfarbe für termine wenn keine legende angegeben ist! */
}


/* Farblegende */
.farblegende {
	padding: 5px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.farblegende h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: transparent;
}
.farblegende .farbbox {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.farblegendeQuader {
	height: 16px;
	width: 16px;
	margin-right: 15px;
	float: left;
	border: 1px solid #666;
	margin-bottom: 2px;
}

.terminToday {
	background-color: #c00 !important;
	border: 1px solid #c00 !important;
	color: #fff !important;
	font-weight: bold !important;
}
.weekday_1,
.weekday_2,
.weekday_3,
.weekday_4,
.weekday_5 {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	color: #999;
}
.weekday_6 {
	background-color: #333;
	border: 1px solid #ccc;
	color: #f0f0f0;
}
.weekday_7 {
	background-color: #666;
	border: 1px solid #ccc;
	color: #fff !important;
}
.show_dates {
	background-color: #fffbe5;
}
.monatsTabelleTD p a,
.show_dates a {
	text-decoration: none;
	color: #900;
}
