.kalenderMonatsnavigation img {
	border: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#kalender table {
	border-bottom: 1px solid #800000;
	width: 708px;
}

#kalender th, thead {
	width: 100px;
	padding: 0px;
	background: #FAF5E1;
	border-bottom: 0px;
	font-weight: normal;
	color: #000000;
}

#kalender td {
	width: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #800000;
	height: 100px;
	background: #F1E3A9;
}

#kalender td.leer {
	background: #FAF5E1;
}

#kalender td.kalenderSonntag {
	border-right: 1px solid #800000;
}

#kalender .tagueberschrift {
	width: 100px;
	height: 21px;
	background: url(/fileadmin/sv78bodenheim.de/designimages/balken.kalender.jpg);
	color: #FFFFFF;
}
#kalender .tagueberschriftInaktiv {
	width: 100px;
	height: 21px;
	background: url(/fileadmin/sv78bodenheim.de/designimages/balken.inaktiv.jpg);
	color: #FFFFFF;
}

#kalender .tagueberschrift span {
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
}

#kalender td ul {
	width: 98px;
	overflow: hidden;
	list-style-type: none;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
}

#kalender td li {
	font-size: 9px;
	white-space:nowrap;
}
#kalender td li a {
	color: #000000;
}
#kalender .tagesansichtRahmen {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(/fileadmin/sv78bodenheim.de/designimages/vollbildHintergrund.png);
	z-index:10000;
}

#kalender .tagesansichtInhalt {
	display:block;
	position:relative;
	margin:150px auto 30px auto;
	padding: 0px;
	background: #FAF5E1 url(/fileadmin/sv78bodenheim.de/designimages/balken.kalender.jpg) repeat-x;;
	width: 400px;
	border-left: 1px solid #800000;
	border-right: 1px solid #800000;
	border-bottom: 1px solid #800000;
}

#kalender .tagesansichtSchliessen {
	padding: 0px;
	margin: 0px;
	float: right;
}

#kalender .tagesansichtSchliessen img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#kalender .tagesansichtInhalt h4 {
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
	color: #FFFFFF;
}

#kalender .tagesansichtInhalt table {
	width: 100%;
	margin-bottom: 30px;
}

#kalender .tagesansichtInhalt th {
	font-weight: bold;
	color: #800000;
	border-right: 1px solid #800000;
	border-bottom: 2px solid #800000;
	width: auto;
}

#kalender .tagesansichtInhalt th.last {
	border-right: 0px;
}

#kalender .tagesansichtInhalt td {
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 0px;
	border-right: 1px solid #800000;
	height: auto;
	background: #F1E3A9;
}

#kalender .tagesansichtInhalt td.last {
	border-right: 0px;
}

