@CHARSET "ISO-8859-1";

/* Kalender Eigenschaften */

.calendarlayer {
    position: inherit;
    clear: both;
}

.calendarbox li {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: #EBF0F3;
    color: #2A2E36;
    border: solid #ffffff;
    border-width: 1px;
    border-right-width: 0;
    border-left-width: 1px;
    border-bottom-width: 0;
    width: 31px;
    padding: 2px 2px 2px 6px;
    text-align: center;
    font-size: 8pt;
}

.calendario {
    margin: 1px;
    padding: 1px;
    height: 122px;
    width: 230px; 

}

.calendario .element {
    margin: 0;
    vertical-align: top;
    float: left;
    padding: 2px;
    border: 1px solid #B2CBDB;
}

.calendario .c236 {
    width: 223px;
}

.calendario .half {
    margin: 0;
    padding: 0;
}

.calendario .half li {
    text-align: center;
    display: block;
    float: left;
    background: #EBF0F3;
    color: #015488;
    border: solid #ffffff;
    border-top-width: 1px;
    border-right-width: 0;
    border-left-width: 1px;
    border-bottom-width: 0;
    width: 31px;
    padding: 0px 0 0px 0;
}

.calendario .half a:link,.calendario .half a:visited,.calendario .half a:hover {
    color: #2A2E36;
    text-decoration: none;
    font-size: 7pt;
}

.calendario .half a:hover {
    text-decoration: underline;
}

/* Farbe ändern*/
.calendario .caption {
	height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 7pt;
    color: #ffffff;
    background: #37689f;
    padding-top: 5px;
	padding-bottom: 3px;
}

.calendario .caption .capt_left {
	width: 66px;
	height: 20px;
	float: left;
    text-align: left;
	background: #37689f;
}

.calendario .caption .capt_mid {
	width: 85px;
	float: left;
	height: 20px;
    text-align: center;
	background: #37689f;
}

.calendario .caption .capt_right {
	width: 66px;
	height:20px;
	float: right;
	text-align: right;
	background: #37689f;
}

/* Farbe ändern*/

.calendario li.day {
    background: #dbe4ee;
    color: #2A2E36;
    font-weight: bold;
    font-size: 7pt;
    text-decoration: none;
}

.calendario li.first {
    border-left-width: 0;
}

.calendario li.outofrange {
    background-color: #aaa;
}

.calendario li.activity {
    background-color: #c6e9ff;
    color: #0182d5;
    font-weight: bold;
}

.calendario li.past {
    background-color: #ddd;
}

.calendario li.today {
    background: #FFCFD9;
    font-weight: bold;
}

.date {
	position: relative;
	top: 5px;
	left: 3px;
	width: 200px;
	height: 30px;
}

body table {
	font-family: tahoma;
	font-size: 14px;
}

#vcal a:link, a:active, a:hover, a:visited {
	color : black;
	text-decoration:none;
}


