#middlebar small {
	clear: 100;
	width: 100%;
	font-size: 10px;
	margin-left: 5px;
}

#middlebar h3 {
	color: #ff8c00;
	font-size: 16px;
	margin-left: 5px;
}

#middlebar .newslist {
	list-style: none;
	margin: 20px 0px;
}

#middlebar .newslist li {
	font-size: 13px;
	line-height: 16px;
	padding: 2px;
	clear: both;
	margin-bottom: 25px;
}

#middlebar .newslist .datum {
	float: right;
	font-size: 10px;
	margin: 10px;
	color: #696969;
}

#middlebar .newslist div {
	clear: both;
	text-align: justify;
}

#middlebar .newslist p {
	margin: 10px 0px;
}

#middlebar .newslist img {
	float: left;
	border: 1px solid #ccc;
	margin-right: 5px;
	min-width: 180px;
	max-width: 220px;
}

#middlebar a {
	text-decoration: none;
	color: #ff8c00
}

#middlebar a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	padding: 5px;
	width: 493px;
	line-height: 20px;
	text-align: justify;
}

#content h3 {
	color: #ff8c00;
	margin-left: 0px;
}

#content h4	 {
	color: #ff8c00;
}

#content p {
	margin: 15px 0px;
}

.bck {
	padding: 5px;
	float: left;
}

#call {
   float: right;
}

.dtm {
   float: left;
   margin: 10px 5px;
}

#mnth {
   margin: 0px 5px;
   padding: 0px;
   list-style: none;
   float: left;
} 

#mnth li {
   float: left;
   margin: 1px;
   border: 1px solid #ccc;
   width: 54px;
   height: 28px;
   text-align: center;
   line-height: 28px;
}

#mnth a {
   text-decoration: none;
   color: #000;
   background: url('../../redata/images/bg_month.jpg') repeat-x;
   display: block;
}

#mnth a:hover {
   background: url('../../redata/images/bg_month_sel.jpg') repeat-x;
}

#mnth li.sel a {
   color: #ed420a;
   background: url('../../redata/images/bg_month_sel.jpg') repeat-x;
   font-weight: bold;
   font-size: 15px;
   text-shadow: #999 1px 1px -5px;
}

#mnth li.today a {
   color: #000;
   background: url('../../redata/images/bg_today.jpg') repeat-x;
}

#rok {
   float: right;
   height: 30px;
   width: 90px;
}

#program .header {
   float: left;
   width: 100%;
   background: url('../../redata/images/bg_tblhead.jpg');
   height: 36px;
   color: #c0c0c0;
   font-size: 16px;
   font-weight: bold;
   line-height: 35px;
   text-indent: 5px;
}

#filter {
   float: right;
   color: #ff8c00;
   font-weight: bold;
   margin-top: 12px;
   margin-right: 10px;
   width: 100%;
   text-align: right;
}