
table {
	border-spacing: 0;
	border-collapse: collapse;
}


td { vertical-align: top; }
form { display: inline; }
body.xsuche_t form { display: block; }
input { padding-left: 0; }
a img, iframe { border: none; }
a {
	font-weight: normal;
	text-decoration: none;
}

#kalender {
	width: 141px;
	height: 142px;
	overflow: hidden;
	line-height: 12px;
	
}
#kal_place {
	width: 142px;
	height: 141px;
	z-index: 9;
}
#kal_setup {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #DD8500;
	color: #f0ece1;
	z-index: 10;
}
#kalender table.month {
	width: 137px;
	margin: 4px 2px;
}
#kalender table.month td.month {
	width: 125px;
}
#kalender table.month td {
	background-color: inherit;
	color: #f0ece1;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
#kalender a.last b, #kalender a.next b, #kalender a.close b {
	display: none;
}
#kalender a.last, #kalender a.next {
	display: block;
	width: 6px;
	height: 9px;
}
#kalender a.last {
	background: url(../image/icon_kal_zurueck.gif) no-repeat 2px 2px;
}
#kalender a.next {
	background: url(../image/icon_kal_vor.gif) no-repeat 2px 2px;
}
#kalender a.close {
	background: url(../image/icon_kal_schliessen.gif) no-repeat;
	display: block;
	width: 11px;
	height: 11px;
}
#kalender table.days { width: 139px;
	margin: 1px;
}
#kalender table.days th {
	background-color: #990000;
	color: #f0ece1;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#kalender table.days td {
	background-color: #FFF7E5;
	color: #b1b1b1;
	text-align: center;
	font-size: 10px;
}
#kalender table.days td.we {
	background-color: #FCEECF;
	color: #b1b1b1;
}
#kalender table.days td .cur {
	background-color: inherit;
	color: #990000;
}
#kalender table.days td a {
	background-color: inherit;
	color: #333;
	font-size: 10px;
}
#kalender p.right {
	text-align: right;
	margin: 4px 4px;
}

