/** CALENDAR TABLE */
table.calendarBlock {
	width: 140px;
	height: 290px;
	background-color: #ffffff;
	/*overflow: hidden;
	border-left: 0px solid #BEC8CE;
	border-right: 0px solid #BEC8CE;
	border-bottom: 1px solid #BEC8CE;*/
}

/*table.calendarBlock tr.choose {
	height: 44px;
	background-color:#F7F7F7;
	border-bottom: 1px solid #BEC8CE;
}*/

table.calendarBlock tr.choose td{
	height: 44px;
	background-color:#F7F7F7;
	border-top: 1px solid #BEC8CE;
	border-bottom: 1px solid #BEC8CE;
}



table.calendarBlock tr.legende td {
	height: 72px;
	background-color:#F1F4F6;
	padding:0;
	margin:0;
}

table.calendarBlock tr.calBlock {
	height: 141px;
}

table.calendarBlock tr td {
	font-size: 11px;
	text-align: center;
	border-bottom: 0px solid #BEC8CE;
	border-left: 0px solid #BEC8CE;
}

/** NORMAL LINK */
table.calendarBlock tbody tr td a {
	color: #000;
}


table.calendarBlock tbody tr td a:hover {
	color: #000;
}

/** AUSGEWHLTER TAG */
table.calendarBlock tr td.selected {
	background: url(../img/bg_cal_sel.gif) right bottom no-repeat;
}

table.calendarBlock tr td.selected a {
	color:#666;
	font-weight: normal;
}

table.calendarBlock tr.border td {
	border-top: 1px solid #BEC8CE;
	height: 1px;
}

/** AKTUELLER Monat */
table.calendarBlock tr.aktMonat {
	height: 28px;
}

table.calendarBlock tr.aktMonat td {
	border-bottom: 1px solid #BEC8CE;
	border-top: 1px solid #BEC8CE;
	background: url(../img/bg_main_nav_inactive.gif) right bottom repeat-x;
}

div.monat {
	height: 28px;
	width: 100%;
	line-height: 28px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align:center;
	/*background: #F3F3F3 url(../img/bg_cal_month.gif) 0 0 repeat-x;*/
}



/** AKTUELLER TAG "HEUTE"*/
table.calendarBlock tbody tr td.today {
	/*background-color: #CB001E;*/
	background: url(../img/bg_cal.gif) right bottom no-repeat;
}

table.calendarBlock tbody tr td.today a {
	font-weight: bold;
	color:#FFFFFF;
}

/** Wochentage */
table.calendarBlock tbody tr.wochenTage td {
	border-left: 0px none;
	color: #727272;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	width: 15px;
	height: 8px;
}

div.mastercal {
	width: 130px;
	height: 103px;
	margin: 0 5px 0 5px;
	display:block;
}


/* Spalten der Wochentage */
table.calendarBlock tr td.col0 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #BEC8CE;
}

table.calendarBlock tr td.col1 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #BEC8CE;
}

table.calendarBlock tr td.col2 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #BEC8CE;
}

table.calendarBlock tr td.col3 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #BEC8CE;
}

table.calendarBlock tr td.col4 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #BEC8CE;
}

table.calendarBlock tr td.col5 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #BEC8CE;
}

table.calendarBlock tr td.col6 {
	width: 15px;
	height: 8px;
	padding: 2px;
	margin: 0px;
	text-align:right;
	border-left: 0px solid #BEC8CE;
}

/** LEERES FELD (berlaufbecken) */
table.calendarBlock tbody tr td.col {
	background-color: #FFF;
}

/* Border unterhalb des Kalenders */
table.calendarBlock tr.trenner td {
	border-bottom: 0px solid #BEC8CE;
}

/** CHOOSE FORM */
table.calendarBlock tr.choose td.choose {
	text-align: left;
}

table.calendarBlock tr.choose td.choose form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

table.calendarBlock tr.choose td.choose input#calyear {
	width: 50px;
	height: 20px;
	margin: 10px 10px 0px 10px;
	padding: 0;
	float: left;
	font-size: 10px;
	text-align:center;
	background-color:#F1F4F6;
	border:1px solid #BEC8CE;
}

table.calendarBlock tr.choose td.choose select#calmonth {
	width: 60px;
	height: 22px;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	float: left;
	background-color:#F1F4F6;
	border:1px solid #BEC8CE;
}

/** LEGENDE */
table.calendarBlock tr.legende td {
	text-align: left;
	width: 100%;
}


table.calendarBlock tr.legende td div.legend_big {
	height: 14px;
	width: 95px;
	padding: 4px 0px 0px 30px;
	margin: 0 0 5px 0;
	background: url(../img/company_big.gif) 10px 3px no-repeat;
	font-size: 11px;
	color: #EE7000;
	float: left;
}

table.calendarBlock tr.legende td div.legend_medium {
	height: 14px;
	width: 95px;
	padding: 4px 0px 0px 30px;
	margin: 0 0 5px 0;
	background: url(../img/company_medium.gif) 10px 3px no-repeat;
	font-size: 11px;
	color: #003E74;
	float: left;
}

table.calendarBlock tr.legende td div.legend_small {
	height: 14px;
	width: 95px;
	padding: 4px 0px 0px 30px;
	margin: 0 0 5px 0;
	background: url(../img/company_small.gif) 10px 3px no-repeat;
	font-size: 11px;
	color: #000;
	float: left;
}
