/******* style.css *******/

@import url(common.css);
@import url(layout.css);
@import url(calendar.css);

p b {
  color: #e32f27;
}

.text {
  padding-left: 3px;
  line-height: 160%;
}


#home_info {
  height: 274px;
  background: url(../images/home_info_bg.gif) no-repeat center top;
  position: relative;
}
#home_info p {
  margin: 10px 0px;
}
#home_info_text {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 470px;
  height: 225px;
  overflow: hidden;

}
#home_info_news {
  position: absolute;
  left: 280px;
  top: 22px;
  width: 220px;
}
#home_today {
  float: right;
  padding-top: 1px;
  color: #7d7d7d;
}
#home_news_text { 
  margin-top: 10px;
  border: 1px solid #dedede;
  padding: 5px;
  height: 186px;
  overflow: hidden;
}
#home_news_text p {
  margin-top: 0px;
  margin-bottom: 5px;
}
#home_arch {
  display: block;
  position: absolute;
  right: 43px;
  top: 34px;
  color: #fff;
  font-size: 13px; 
  font-weight: 900;
  text-decoration: none;
}
#home_arch:hover {
  color: #d00;
}
#home_info_calendar {
  position: absolute;
  right: 35px;
  top: 60px;
  width: 215px;
  height: 190px;
  overflow: hidden;
  text-align: center;
}
#home_cal_date {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}
#home_images {
  position: absolute;
  right: 30px;
  top: 70px;
  width: 220px;
  height: 170px;
  overflow: hidden;
  text-align: center;
}
#home_image {
  margin-top: 10px;
}
#home_images_links {
  position: absolute;
  bottom: 5px;
  width: 220px;
  left: 0px;
  word-spacing: 5px;
}
#home_images_links a {
  border: 1px solid #cbcbcb;
  text-decoration: none;
  color: #979594;
  padding: 1px 4px;
  font-weight: bold;
}
#home_images_links a.selected {
  color:#e51515;
}

.textbox {
  background: url(../images/text_middle_bg.gif) repeat-y center;
  padding: 10px 30px 1px;
}
.textbox_top {
  background: url(../images/text_top_bg.gif) no-repeat center top;
  padding: 1px;
  height: 25px;
}
.textbox_btm {
  background: url(../images/text_bottom_bg.gif) no-repeat center bottom;
  padding: 1px;
  height: 25px;
}

.videobox {
  width: 270px;
  margin-right: 3px;
  height: 237px;
  float: left;
  background: url(../images/video_box.gif) no-repeat;
}

.videobox span {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 226px;
  height: 197px;
  overflow: hidden;
  text-align: justify;
}

.videobox .title {
  font-weight: bold;
  margin-bottom: 4px;
}
.videobox p {
  margin: 0px;
}


.videobox2 {
  width: 200px;
  float: left;
  background: url(../images/video_box2.gif) no-repeat;
  margin-right: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  height: 195px;
}
.vb2-last {
  margin-right: 0;
}
.videobox2 a {
  display:block;
  text-align: center;
}
.videobox2 .title {
  font-weight: bold;
  margin-bottom: 4px;
}
.videobox2 span {
  display: block;
  font-size: 10px;
  margin-right: 7px;
  margin-left: 9px;
  height: 98px;
  overflow: hidden;
  position: relative;
  top: -2px;
}

.videobox2 p {
  margin: 0px;
}

#home_arch_link2 {
  position: relative;
  clear: both;  
  height: 10px;
}
#home_arch_link2 img {
  position: absolute;
  right: 2px;
  top: -21px;
}

.red {
  color: #d00;
}
#home_arch_link {
  position: relative;
  clear: both;
}
#home_arch_link img {
  position: absolute;
  right: 1px;
  top: -32px;
}
#home_arch_link img.vid1 {
  right: 547px;
}
#home_arch_link img.vid2 {
  right: 274px;
}

.btn2 {
  background: #0077c1;
  border: 2px solid #003878;
  border-top-color: #a0e8ff;
  border-left-color: #a0e8ff;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 20px;
}


#calendar {
  border: 2px inset #3584d1;
  border-collapse: collapse;
  width: 100%;
}
#calendar thead tr {
  background: #3584d1;
  color: #fff;
}
#calendar td {
  width: 14%;
  text-align: center;
  height: 17px;
  padding: 1px;
}


form#szukaj {
  width: 355px;
  height: 180px;
  padding: 10px 0px 0px 35px;
  margin:auto;
  background: url(../images/szukaj_pole.gif) no-repeat center top;
  line-height: 350%;
  margin-bottom: 20px;
}

#videos_list {
  width: 100%;
  border-collapse: collapse;
}
#videos_list td {
  padding: 0px;
  padding-bottom: 10px;
}

.video {
  text-align: justify;
  vertical-align: top;
}
.video .title {
  font-size: 130%;
  margin-bottom: 5px;
}
.video .info {
  margin-bottom: 10px;
  font-size: 90%;
}


