#calendar {
	position:relative;
	
	top:0px;
	width:177px;
	float:right;
	
	padding:0px 0px 10px 10px;
  background-color:white;
  margin-right: -7px;
  margin-top: -20px;
}
#calendar h2 {
	position:relative;
	margin:0;
	padding:0;
	width:177px;
	height:47px;
	line-height:47px;
	text-align:center;
	color:#928f8f;
}
#calendar h2 b {color:#000;}
#calendar h2 span {
	position:absolute;
	left:0;
	top:0;
	width:177px;
	height:47px;
	background:url(../images/title-kalendar-akci.png) no-repeat left center;
}
#calendar h2 span.en { background:url(../images/title-kalendar-akci-en.png) no-repeat left center; }
#calendar h2 span.de { background:url(../images/title-kalendar-akci-de.png) no-repeat left center; }
#calendar h2 span.pl { background:url(../images/title-kalendar-akci-pl.png) no-repeat left center; }

#calendar div.content {
	position:relative;
	padding:2px;
	border:1px solid #ddd;
	background-color:#faf9f9;
	
	font-size: 1.2em;
}
#calendar div.content strong.date {
	display:block;
	height:37px;
	line-height:27px;
	font-size:0.7em;
	text-align:center;
}
#calendar div.content a.button {
	display:block;
	position:absolute;
	top:2px;
	width:29px;
	height:23px;
	line-height:23px;
	text-align:center;
	background-color:#d7d3d5;
	color:#a3a1a2;
	font-weight:bold;
}
#calendar div.content a.button.up {left:2px;}
#calendar div.content a.button.down {right:2px;}

#calendar div.content a.button span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:29px;
	height:23px;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}
#calendar div.content a.button.up span {
/*background-image:url(../images/button-up.png)*/
}
#calendar div.content a.button.down span {
/*  background-image:url(../images/button-down.png)*/
}
#calendar div.content table.kal {
	width:171px;
	font-size:1.2em;
	margin:0px;
	
}
#calendar div.content table.kal th {
	padding-bottom:5px;
	font-size:0.7em;
	font-weight: bold;
}
#calendar div.content table.kal td {
	width:23px;
	height:19px;
	line-height:19px;
	text-align:center;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
}
#calendar div.content table.kal td.first {border-left:1px solid #dadada;}
#calendar div.content table.kal tr.first td {border-top:1px solid #dadada;}
#calendar div.content table td.disabled {background-color:#dadada;color:#adacac;}
#calendar div.content table.kal td a {
  margin:1px;
  display:block;
  width:21px;
  height:18px;
  color:#04B9FD;
  font-weight:bold;
  font-size:0.7em;
  cursor: pointer;
}
#calendar div.content table.kal td a:hover {color:#fff;background-color:#04B9FD;text-decoration:none; cursor: pointer;}
#calendar div.content table.kal td.disabled a,#calendar div.content table.kal td.disabled a:hover {margin:0;width:23px;height:19px;color:#adacac;background-color:#dadada; cursor: pointer;}
#calendar div.content table.kal td a.active {
  margin: 1px 0 0 1px;
  cursor: pointer;
}

#calendar div.content table.kal td a.hover-popup {
  color:#fff;
  background-color:#04B9FD;
  text-decoration:none;
  cursor: pointer;
}
#calendar div.content table.kal td a.active span {
	display:block;
	width:20px;
	height:17px;
	border:1px solid #000;
	color:#04B9FD;
  font-weight:bold;
  font-size:1.0em;
  margin:-2px -1px 0 0;
}
#calendar div.content table.kal td a.hover-popup.active span {
  color: #000;
}
#calendar div.content table.kal td a.active:hover {
  width:21px;
	height:19px;
	margin-top: 0px;
} 
#calendar div.content table.kal td a.active:hover span {
	display:block;
	width:20px;
	height:17px;
	border:1px solid #000;
	color:white;
  font-weight:bold;
  font-size:1.0em;
  margin:0px 0px 0 0;
  padding: 0;
}

