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

#pearCalendar {
	position: relative;
	margin: auto;
	left: 0 !important;
	padding: 2px 2px 2px 2px;
	width: 140px;
	height: 130px;
	font-size: 90%;
	/*border: solid 1px #666666;*/
}
#pearCalendar #headerNavigation {
	position: relative;
	text-align: center;
	width: 140px;
	float: left;
	margin: auto;
	left: 0 !important;
	padding: 2px 0 2px 0;
}
#pearCalendar #headerNavigation #navLinks {
	position: relative;
	width: 15px;
	text-align: center;
	float: left;
	font-weight: bold;
}
#pearCalendar #headerNavigation #navLinks a {
	color: #000000;
	text-decoration: none;
}
#pearCalendar #headerNavigation #navLinks a:hover {
	color: #000000;
	text-decoration: none;
}
#pearCalendar #headerNavigation #headerTitle {
	position: relative;
	width: 110px;
	text-align: center;
	float: left;
	font-weight: bold;
}
#pearCalendar #headerNavigation #navRechts {
	position: relative;
	width: 15px;
	text-align: center;
	float: left;
	font-weight: bold;
}
#pearCalendar #headerNavigation #navRechts a {
	color: #000000;
	text-decoration: none;
}
#pearCalendar #headerNavigation #navRechts a:hover {
	color: #000000;
	text-decoration: none;
}
#pearCalendar #headerDay {
	position: relative;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: auto;
	left: 0 !important;
}
#pearCalendar #headerDay div {
	position: relative;
	width: 20px;
	text-align: center;
	float: left;
}
#pearCalendar .body {
	position: relative;
	width: 140px;
	text-align: center;
	float: left;
}
#pearCalendar .body div {
	position: relative;
	width: 20px;
	text-align: center;
	float: left;
}
