/* ---------------------------------------------------------------------- */
/* Copyright (c) 1998-2004 by Christian Marker.                           */
/* Permission is granted to copy, distribute and/or modify this document  */
/* under the terms of the GNU Free Documentation License, Version 1.2     */
/* or any later version published by the Free Software Foundation;        */
/* There are no Invariant Sections. A copy of the license is available    */
/* on the Website or straight from http://www.gnu.org.                    */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* Die Datei beschreibt das Aussehen des Kalenders in meinem Weblog       */
/* ---------------------------------------------------------------------- */

.defcalendar
{
    font-size: 11pt;
}
.defcalendar td
{
    padding: 1px 4px;
}

.defcalendar td:hover
{
    background: transparent;
}

.defcalendarlink
{
    font-size: 11px;
}

.defcalendartoday
{

    border: 1px solid #000064;
    font-weight: bold;
}

