/* calendar config */

#wp-calendar {
	empty-cells: show;
	width: 190px; /* vorher 200px */
	font-size: 12px;
	color: #666666; /* Farbe Kalendertage nicht aktiv vorher 999999*/
        background-color: #DDCEB2; /* neu */
        /* background-image: url(images/sl_hg-wallpaper2.gif); */
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 0 0 25px 0;
	margin: 0px
	font-weight: normal;
        /* border-bottom: 1px solid #FF9900; neu */
}

#wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #FFFFFF; /* aktive Kalendertage */
        background-color: #FF9900;
}
#wp-calendar a:hover, #wp-calendar a:active {
	text-decoration: none;
	color: #FF9900; /* war 999999*/
        background-color: #FFFFFF; /* neu */
}
#wp-calendar caption {
	text-align: left;
	width: 190px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666666;
	font-size: 16px; /* 1.6em*/
        /* background-image: url(images/sl_m-kopf.png); */
	/* background-repeat: no-repeat; */
	/* background-position: left; */
        background-color: #DDCEB2;
	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: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
}
#next a:hover, #next a:active {
	text-align: center;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
}

#prev a:link, #prev a:visited {
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#prev a:hover, #prev a:active {
	text-align: left;
	color: #FF9900;
	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;
}
