/* RESET CSS */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ENDE RESET CSS */


/* Kalenderansichten */

a.link_ansicht, a.link_ansicht_aktiv {
	color:#999;
	font-size:11px;
	padding:0 5px;
	text-decoration:none;
}

a.link_ansicht:hover, 
a.link_ansicht:focus, 
a.link_ansicht:active,
a.link_ansicht_aktiv {
	color:#d00
}

/* Kalender */

.kalender_monat, .kalender_woche, .kalender_liste {
	width:400px;
	border:1px solid #ccc;
	margin-top:10px;
	background:url(../images/kalender/monat-bg.jpg) repeat-x;
}

.kalender_monat td, .kalender_woche td, .kalender_liste td {
	width:57px;
	height:80px;
	border:1px solid #ccc;
	padding:5px;
}

.kalender_woche td {
	height:400px;
}

.kalender_monat a, .kalender_woche a, .kalender_liste a {
	color:#d00;
	text-decoration:none;
}

.wochentage td, .monat td {
	height:25px;
	border:0;
}

.monat td {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:268px;
}

.vormonat {
	background:#f0f0f0;
}

td.pfeil_zurueck {
	text-align:left;
	width:60px;
}

td.pfeil_weiter {
	text-align:right;
	width:60px;
}

td.listeneintrag {
	width:400px;
	height:auto;
	font-size:11px;
	padding:10px 5px;
}

td.listeneintrag a {
	float:right;
}

td.listeneintrag span {
	float:left;
}