/**************************/
/******** KALENDER ********/
/**************************/


/* der transparente Hintergrund */
#background_transparent {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    -moz-opacity: 0.4;   /* Firefox */
    filter: Alpha(Opacity=40);   /* IE */
    z-index: 3;
}



/*******************************
** Bereich oberhalb des Panel **
*******************************/

/* header-Bereich (Monatsanzeige) */
#cal_header {
    position: absolute;
    top: 150px;
    left: 280px;
    z-index: 4;
    height: 60px;
    width: 700px;
}

/* header-Bereich (Tagesanzeige) */
#cal_header_day {
    position: absolute;
    top: 150px;
    left: 280px;
    z-index: 4;
    height: 60px;
    width: 700px;
}

/* Pfeil nach links (zum Zurückblättern) */
.cal_arrow_left {
    background-image: url(../images/smstool/icons/kalender/button_zurueck.gif);
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    float: left;
}

/* Anzeige des Monatsnamens */
#cal_month_name {
    width: 602px;
    height: 50px;
    float: left;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 5;
    padding-top: 15px;
}

/* Monatsname (IE 7) */
*+html #cal_month_name {
    width: 602px;
    height: 50px;
    float: left;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    z-index: 5;
    padding-top: 0px;
}

/* Monatsname (IE 6) */
* html #cal_month_name {
    width: 602px;
    height: 50px;
    float: left;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    z-index: 5;
    padding-top: 0px;
}

/* Anzeige des Tages */
#cal_day_name {
    width: 602px;
    height: 60px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    z-index: 5;
    padding-top: 15px;
}

#day_line_1 {
}

/* Pfeil nach rechts (zum Vorblättern) */
.cal_arrow_right {
    background-image: url(../images/smstool/icons/kalender/button_vor.gif);
    background-repeat: no-repeat;
    background-position: right;
    height: 48px;
    width: 48px;
    float: left;
}


/*****************************
****** der Panel-Bereich *****
*****************************/

/* Panel (die eigentliche Kalender-Fläche) */
#cal_panel {
    position: absolute;
    top: 210px;
    left: 280px;
    width: 700px;
    height: 315px;
    background-color: #fff;
    -moz-opacity: 1.0;   /* Firefox */
    filter: Alpha(Opacity=100);   /* IE */
    z-index: 4;
    overflow: hidden;
    text-align: center;
}

#cal_panel_oben {
}

/* Button zum Schließen des Kalenders (oben) */
#cal_button_close_oben {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    margin-left: 679px;
    margin-top: 7px;
    background-image: url(../images/smstool/icons/kalender/close_klein.gif);
    background-repeat: no-repeat;
}


/******************
** Monatsansicht **
******************/

#cal_current_month {
    position: absolute;
    top: 235px;
    left: 290px;
    z-index: 4;
    width: 700px;
}

/* eine Reihe mit 7 Tagen (Woche) */
.cal_week {
    height: 45px;
}

/* die Namen der Wochentage */
.cal_weekdaynames {
    height: 22px;
}

/* ein einzelner Tag */
.cal_day {
    float: left;
    width: 95px;
    height: 40px;
    border: 1px solid #ccc;
}

/* Tagesdatum */
.cal_day_number {
    width: 20px;
}

/* Anzahl der Termin pro Tag */
.cal_count_entries {
    color: #5e659a;
    width: 60px;
    height: 12px;
    float: left;
}

/* Geburtstags-Symbol */
.cal_birthday_symbol {
    width: 30px;
    height: 25px;
    background-image: url(../images/smstool/icons/kalender/geburtstag_frei_var2.gif);
    background-repeat: no-repeat;
    background-position: right;
}

/* Feld zum Anzeigen derjenigen Personen aus dem Adressbuch, die am aktuellen Tag Geburtstag haben */
#cal_birthday_field {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 83px;
    border: 1px solid #ccc;
    background-color: #fff9dc;
    padding-top: 2px;
    padding-left: 2px;
    z-index: 5;
}

/* oberer Teil des Geburtstags-Feldes */
#cal_birthday_field_header {
    margin: 0;
    padding: 0;
}

.cal_day_info {
    width: 20px;
    float: left;
}

/* Samstag oder Sonntag */
.cal_day_weekend {
    float: left;
    width: 95px;
    height: 40px;
    border: solid #ccc 1px;
    background-color: #e0e2f0;
}

/* Bezeichnung eines einzelnen Wochentages */
.cal_day_name {
    float: left;
    width: 97px;
    font-weight: bold;
    text-align: center;
}

.cal_day_column {
    float: left;
}

/* Ende - Monatsansicht */


/*******************
*** Tagesansicht ***
*******************/

/* eine einzelne Stunde */
.cal_day_hour {
    width: 40px;
    float: left;
    padding-top: 2px;
    padding-left: 2px;
}

/* Button zum Anlegen eines neuen Eintrags */
.cal_btn_new_entry {
    width: 170px;
    height: 25px;
    float: right;
    font-weight: normal;
    background-image: url(../images/smstool/icons/kalender/plus_kal.gif);
    background-repeat: no-repeat;
    background-position: 150px 4px;
}

/* eine einzelne Stunde (col1 gilt hier für alle 3 Spalten -> alle 3 Spalten haben die gleiche Farbe) */
.cal_day_hour_col1 {
    height: 27px;
    width: 221px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #e0e2f0;
    font-weight: bold;
    padding-top: 1px;
    padding-left: 1px;
}

/* [wird nicht gebraucht] */
.cal_day_hour_col2 {
    height: 27px;
    width: 221px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #fdf3b7;
    background-color: #f1f1f3;
    font-weight: bold;
    padding-top: 1px;
    padding-left: 1px;
}

/* [wird nicht gebraucht] */
.cal_day_hour_col3 {
    height: 27px;
    width: 221px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #d1d6f6;
    background-color: #f1f1f3;
    font-weight: bold;
    padding-top: 1px;
    padding-left: 1px;
}

/* Vorschau für einen Termin */
.cal_current_entry {
    width: 133px;
    height: 17px;
    padding-top: 2px;
    padding-left: 3px;
    margin-top: 3px;
    float: left;
    font-weight: normal;
    background-image: url(../images/smstool/icons/kalender/eintrag_hg.gif);
    background-repeat: no-repeat;
}

/* Kurztext für die Termin-Vorschau */
.cal_description_short {
    float: left;
    margin: 0;
    padding: 0;
    width: 120px;
}

/* [wird nicht gebraucht ] */
.arrow_mini {
    background-image: url(../images/smstool/icons/kalender/minipfeil.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 5px;
    margin-top: 4px;
}

/* Button zum Löschen eines Termins */
.cal_btn_delete {
    float: right;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-top: 4px;
    background-image: url(../images/smstool/icons/kalender/loeschen.gif);
    background-repeat: no-repeat;
}

*html .cal_btn_delete {
    float: right;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-top: 4px;
    background-image: url(../images/smstool/icons/kalender/loeschen.gif);
    background-repeat: no-repeat;
}

/* Feld mit Warnhinweis, ob Termin wirklich gelöscht werden soll */
#cal_delete_warning {
    position: absolute;
    left: 0;
    top: 0;
    width: 222px;
    height: 64px;
    border: 1px solid #878dc1;
    background-color: #fff;
    z-index: 5;
}

/* Text für das Warn-Feld */
#cal_delete_warning_text {
    width: 170px;
    height: 30px;
    padding: 0;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

/* Button "Ja" (Termin soll gelöscht werden) */
#cal_btn_delete_yes {
    margin-left: 6px;
    margin-right: 6px;
    width: 30px;
    height: 15px;
    background-color: #e0e2f0;
    border: 1px solid #ccc;
    float: left;
    padding-top: 1px;
    text-align: center;
}

/* Button "Nein" (Termin soll nicht gelöscht werden) */
#cal_btn_delete_no {
    width: 30px;
    height: 15px;
    background-color: #e0e2f0;
    border: 1px solid #ccc;
    padding-top: 1px;
    text-align: center;
}

/* Button zum Schließen des Warn-Feldes */
#cal_warning_button_close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 0;
    background-image: url(../images/smstool/icons/kalender/close_klein.gif);
    background-repeat: no-repeat;
}

/* Ende - Tagesansicht */


/**************************************
** Formular für neuen Termin-Eintrag **
**************************************/

/* das gesamte Feld */
#cal_new_entry {
    position: absolute;
    left: 0;
    top: 0;
    width: 290px;
    height: 180px;
    border: solid #ccc 1px;
    background-color: #fff;
    z-index: 5;
}

/* Überschrift des Feldes */
#cal_new_entry_header {
    position: absolute;
    left: 5px;
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
}

/* das Formular für den neuen Eintrag */
#cal_form_entry {
    position: absolute;
    top: 15px;
    top: 20px;
    left: 5px;
    height: 160px;
}

/* Textarea für Termin-Beschreibung */
.cal_entry_text {
    width: 274px;
    height: 45px;
    overflow: hidden;
    font-size: 11px;
    font-family: Verdana Arial sans-serif;
    background-color: #f1f1f3;
    border: 1px solid #999;
}

/* Textarea für Termin-Beschreibung (Fehlertext) */
.cal_entry_text_error {
    width: 274px;
    height: 45px;
    border: solid red 1px;
    overflow: hidden;
    font-size: 12px;
    font-family: Verdana Arial sans-serif;
    color: red;
    background-color: #f1f1f3;
    border: 1px solid #999;
}

/* Container für die Checkbox (Termin-Wiederholung) */
#cal_is_repeated {
    height: 20px;
}

/* Checkbox (Termin-Wiederholung) */
#cal_check_is_repeated {
    width: 20px;
    float: left;
    border-style: none;
}

/* Container für die Checkbox (Erinnerung) */
#cal_has_reminder {
    height: 20px;
    margin-top: 5px;
}

/* Checkbox (Erinnerung) */
#cal_check_has_reminder {
    width: 20px;
    float: left;
    border-style: none;
}

/* Container für den Erinnerungs-Bereich */
#cal_reminder {
    display: none;
    margin-top: 5px;
}

/* Container für die Art der Erinnerung */
.cal_reminder_mode {
    background-color: #72b870;
    background-color: #009a48;
    width: 280px;
    height: 40px;
}

/* Container für die Art der Erinnerung (Fehler) */
.cal_reminder_mode_error {
    background-color: #72b870;
    background-color: #009a48;
    border: 1px solid red;
    color: red;
    width: 278px;
    height: 38px;
}

/* Erinnerungs-Bereich (Text) */
#cal_reminder_mode_text {
    padding-bottom: 5px; 
    margin: 0;
}

/* Beschreibungstext für die Checkboxen */
.cal_checkbox_text_reminder_mode {
    float: left;
    width: 60px;
    border-style: none;
}

/* Klasse für Checkbox für die Erinnerungsart */
.cal_check_reminder_mode {
    float: left;
    border-style: none;
}

/* Checkbox SMS */
#cal_check_reminder_mode_sms {
    width: 15px;
    float: left;
    border-style: none;
    background-color: #009a48;
}

/* Checkbox E-Mail */
#cal_check_reminder_mode_email {
    width: 15px;
    float: left;
    border-style: none;
    background-color: #009a48;
}

/* Checkbox PopUp */
#cal_check_reminder_mode_popup {
    width: 15px;
    float: left;
    border-style: none;
    background-color: #009a48;
}

/* Container für Erinnerungszeitpunkt */
#cal_reminder_time {
    background-color: #ffe75b;
    margin-top: 5px;
    width: 280px;
    height: 40px;
}

/* Erinnerungszeitpunkt / Text */
#cal_reminder_time_text {
    padding-bottom: 5px; 
    margin: 0;
}

/* Container für "vorher, um" */
#cal_reminder_time_text_2 {
    margin-left: 7px;
    padding-top: 3px;
    float: left;
}

/* Container für ":" */
#cal_reminder_time_text_3 {
    float: left;
}

/* Auswahlfeld (Tag, Woche, Monat) */
#cal_select_reminder_time {
    font-size: 11px;
    width: 75px;
    height: 16px;
    float: left;
}

/* für IE 7 */
*+html #cal_select_reminder_time {
    font-size: 11px;
    width: 75px;
    height: 19px;
    padding: 0;
    float: left;
}

/* Klasse für alle Auswahlfelder im Zeitpunkt-Bereich */
#cal_reminder_time_select_fields {
    height: 20px;
}

/* Auswahl der Stunde */
#cal_select_reminder_time_hour {
    font-size: 11px;
    width: 40px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-left: 7px;
}

/* für IE 7 */
*+html #cal_select_reminder_time_hour {
    font-size: 11px;
    width: 40px;
    height: 19px;
    float: left;
    margin-right: 5px;
    margin-left: 7px;
}

/* Auswahl der Minuten */
#cal_select_reminder_time_minutes {
    font-size: 11px;
    width: 40px;
    height: 16px;
    float: left;
    margin-left: 5px;
}

/* für IE 7 */
*+html #cal_select_reminder_time_minutes {
    font-size: 11px;
    width: 40px;
    height: 19px;
    float: left;
    margin-left: 5px;
}

/* Bereich für den Erinnerungstext */
#cal_reminder_text {
    background-color: #8087bd;
    margin-top: 5px;
    width: 280px;
}

/* Überschrift für den Bereich Erinnerungstext */
#cal_reminder_text_header {
    padding-bottom: 5px;
    margin: 0;
}

/* Textarea für den Erinnerungstext */
.cal_textarea_reminder_text {
    width: 274px;
    height: 45px;
    overflow: hidden;
    font-size: 11px;
    font-family: Verdana Arial sans-serif;
    background-color: #fff;
    border: 1px solid #999;
}

/* Textarea für den Erinnerungstext (Fehlertext) */
.cal_textarea_reminder_text_error {
    width: 274px;
    height: 45px;
    overflow: hidden;
    font-size: 12px;
    color: red;
    border: 1px solid red;
    font-family: Verdana Arial sans-serif;
    background-color: #fff;
    border: 1px solid #999;
}

/* Submit-Button */
#cal_form_entry_submit {
    position: absolute; 
    bottom: 5px;
    right: 0px;
    width: 90px;
    height: 18px;
    text-align: center;
    padding-top: 3px;
    color: #666;
    background-image: url(../images/smstool/icons/bn_gelb_kalender90px.gif);
    background-repeat: repeat-x;
}

/* für IE 6 */
*html #cal_form_entry_submit {
    position: absolute; 
    bottom: 5px;
    right: 5px;
    width: 90px;
    height: 18px;
    text-align: center;
    padding-top: 2px;
    color: #666;
    background-image: url(../images/search/bn_submit.gif);
    background-repeat: no-repeat;
}

/* Close-Button */
#cal_entry_button_close {
    position: absolute;
    right: 5px;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/smstool/icons/kalender/close_klein.gif);
    background-repeat: no-repeat;
}
/* Ende - Formular für neuen Termin-Eintrag */



/*********************************
** Bereich unterhalb des Panels **
*********************************/

/* Button mit Link zur Monatsansicht */
#cal_link_current_month {
    position: absolute;
    left: 280px;
    top: 515px;
    width: 163px;
    height: 27px;
    background-image: url(../images/smstool/icons/kalender/zurueck_monat.gif);
    background-repeat: no-repeat;
    z-index: 4;
}

/* Grafik 3 Punkte [wird nicht gebraucht] */
#cal_3_points {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 30px;
    padding: 0;
    margin: 0;
    background-image: url(../images/smstool/icons/kalender/3punkte.gif);
    background-repeat: no-repeat;
    z-index: 4;
}

/* Close-Button unten rechts */
#cal_button_close {
    position: absolute;
    left: 817px;
    top: 515px;
    width: 163px;
    height: 27px;
    background-image: url(../images/smstool/icons/kalender/close_neu.gif);
    background-repeat: no-repeat;
    z-index: 4;
}
/* Ende - Bereich unterhalb des Panels */



/*//////////////////////
//// Reminder-PopUp ////
//////////////////////*/

/* Container für das PopUp-Feld */
#cal_reminder_popup {
    position: absolute;
    width: 200px;
    border: 1px solid #666;
    background-color: #f9fadb;
    background-color: #ffffdd;
    z-index: 5;
}

/* oberer Teil des PopUp-Feldes */
#cal_reminder_popup_header {
	height: 18px;
	width: 200px;
	background-image: url(../images/smstool/icons/bg_addressbook.gif);
    background-repeat: no-repeat;
    border-bottom: 1px solid #666;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 4px;
    margin-bottom: 10px;
}

/* Uhr-Symbol */
#cal_reminder_popup_watch {
	height: 30px;
	width: 45px;
	margin-left: 10px;
	background-image: url(../images/smstool/icons/kalender/uhr.gif);
    background-repeat: no-repeat;
    float: left;
}

/* Close-Button für das Erinnerungs-PopUp */
#cal_reminder_popup_button_close {
    height: 13px;
    width: 13px;
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 0;
    margin: 0;
    background-image: url(../images/smstool/icons/kalender/close_klein.gif);
    background-repeat: no-repeat;
}

/* Textbereich im PopUp-Feld */
#cal_reminder_popup_text {
    margin: 0;
    padding: 0;
    width: 140px;
}

/* ein einzelner Termin-Eintrag */
.cal_reminder_popup_item {
    margin-bottom: 8px;
}

/* Klasse für jeden Absatz im Text-Bereich */
#cal_reminder_popup_text p {
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
}

/* Überschrift für einen einzelnen Termin-Eintrag */
.cal_reminder_popup_item_date {
	height: 15px;
	width: 112px;
	padding-left: 7px;
	padding-top: 1px;
	background-image: url(../images/smstool/icons/kalender/balken_hg_02.gif);
	background-repeat: no-repeat;
	float: left;
	/*font-weight: bold;*/
}

/* Info-Symbol */
.cal_reminder_popup_item_info {
	height: 16px;
	width: 14px;
	background-image: url(../images/smstool/icons/kalender/info_icon.gif);
	background-repeat: no-repeat;
}

/* Titel des Termins */
.cal_reminder_popup_item_title {
	padding-left: 5px;
	padding-top: 3px;
	margin-bottom: 5px;
	/*font-weight: bold;*/
}

/* Erinnerungstext */
.cal_reminder_popup_item_remindertext {
	padding-left: 5px;
	margin-bottom: 5px;
}

/* gepunktete Linie */
.cal_reminder_popup_item_line {
	background-image: url(../images/elemente_allgemein/line_lang_lauftext.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 132px;
}

/* Warnung, falls Termin schon vorbei ist (mit Anzeige der Tage, die bereits verstrichen sind) */
.cal_reminder_popup_item_warning {
    color: #5e659a;
    font-weight: bold;
    margin-top: 4px;
}
