/* calendar config */

#wp-calendar {
	empty-cells: show;
	width: 190px; /* vorher 200px */
	font-size: 12px;
	color: #666666; /* Farbe Kalendertage nicht aktiv vorher 999999*/
        background-color: #FFFFFF;  /*  neu */
        background-image: url(images/sl_hg-wallpaper2.gif); /* neu */
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 0px;
	margin: 0 0 15px 0; /* vorher 0 */
	font-weight: normal;
        border-bottom: 1px solid #000000; /* neu */
}

#wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #FFFFFF; /* aktive Kalendertage war CCCC00*/
        background-color: #9C8554; /* neu */
}
#wp-calendar a:hover, #wp-calendar a:active {
	text-decoration: none;
	color: #9C8554; /* war 999999*/
        background-color: #000000; /* neu */
}
#wp-calendar caption {
	text-align: left;
	width: 190px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF; /*war 7D7D7D*/
	font-size: 1.6em;
	background-image: url(images/sl_m-kopf.png); /* Bild ausgetauscht */
	background-repeat: no-repeat;
	background-position: left;
	height: 36px;
	line-height: 36px;
}

#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#next a:link, #next a:visited {
	text-align: center;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
}
#next a:hover, #next a:active {
	text-align: center;
	color: #999900;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
}

#prev a:link, #prev a:visited {
	text-align: left;
	color: #CCCC99;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#prev a:hover, #prev a:active {
	text-align: left;
	color: #999900;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}
.pad {
	text-align: center;
}