/* Für Kalender-Box */

table.calendarBox {

width: 170px;
font-family: arial;
font-size: 8pt;
border-collapse: collapse;
table-layout: fixed;
border: solid 1px #CCCCCC;
}

td.calBoxHeader {

border: solid 0px black;
background-color: powderblue;
text-align: center;
font-weight: bold;
padding: 0px;
background-image: url('../images/balken.gif');
border: solid 1px #CCCCCC;
}

td.calBoxDay {

border: solid 0px black;
background-color: #CCCCCC;
text-align: center;
font-weight: bold;
}

td.calBoxContent {

border: solid 0px black;
background-color: #F7F7F4;
text-align: center;
font-weight: normal;
}

td.calBoxTodayEvent {

border: solid 0px black;
background-color: #FFE55F;
background-repeat: no-repeat;
border: solid 1px black;
text-align: center;
font-weight: normal;
}

td.calBoxToday {

border: solid 0px black;
background-color: #FFE55F;
background-repeat: no-repeat;
border: solid 1px black;
text-align: center;
font-weight: normal;
}

td.calBoxEvent {

border: solid 0px black;
background-color: #F7F7F4;
text-align: center;
font-weight: bold;
}

/* Für große Ansicht */

table.calendar {

width: 570px;
font-family: arial;
font-size: 8pt;
border-collapse: collapse;
table-layout: fixed;
border: solid 0px #CCCCCC;
}

td.calHeader {

border: solid 0px black;
background-color: powderblue;
text-align: center;
font-weight: bold;
padding: 0px;
background-image: url('../images/balken2.gif');
height: 15px;
border: solid 0px;
font-size: 10pt;
}

td.calHeader2 {

border: solid 0px black;
text-align: center;
font-weight: normal;
padding: 0px;
height: 25px;
border: solid 1px #CCCCCC;
background-color: #F7F7F4;
font-size: 10pt;
}


td.calWeekday {

border: solid 1px #CCCCCC;
background-image: url('../images/balken2.gif');
text-align: center;
font-weight: bold;
height: 25px;
}

td.calDay {

background-color: #F7F7F4;
text-align: center;
font-weight: normal;
height: 70px;
border: solid 1px #CCCCCC;
text-align: left;
vertical-align: top;
}

td.calEmpty {

border: solid 0px black;
text-align: center;
font-weight: normal;
height: 60px;
border: 0px;
}

td.calEmptyBefore {

border: solid 0px black;
text-align: center;
font-weight: normal;
height: 60px;
border: solid 1px #CCCCCC;
}


td.calToday {

border: solid 0px black;
background-color: #FFE55F;
text-align: center;
font-weight: normal;
border: solid 1px #CCCCCC;
text-align: left;
vertical-align: top;
}


td.calTodayEvent {

border: solid 0px black;
background-color: #FFE55F;
text-align: center;
font-weight: bold;
border: solid 1px #CCCCCC;
text-align: left;
vertical-align: top;
}


td.calEvent {

border: solid 0px black;
background-color: #E2E2E7;
height: 70px;
text-align: center;
font-weight: bold;
border: solid 1px #CCCCCC;
text-align: left;
vertical-align: top;
}

/* LINKS */

a:link.calLink {

font-family: Tahoma, Helvetica;
color: black;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
}

a:active.calLink {

font-family: Tahoma, Helvetica;
color: black;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
}

a:visited.calLink {

font-family: Tahoma, Helvetica;
color: black;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
}

a:hover.calLink {

font-family: Tahoma, Helvetica;
color: orange;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
}
