/*
    Document   : agh-start-page.css
    Created on : 2012-05-11, 13:31:05
    Author     : jk
    Description: strona startowa AGH, 
*/

#main-menu-top, #main-menu-middle {
/* background: #006378 url('i/belka_glowna.png') repeat-x center center;*/
   background: #006378 url('d/bg-menu.png') repeat-x center -37px;
}
#main-menu-top li a:hover  { background: #67d7fc url('d/bg-menu.png') repeat-x center 0px;}
#main-menu-top li a.active { background: #67d7fc url('d/bg-menu.png') repeat-x center 0px;}

/* główne menu środkowe */

#main-menu-middle { height:25px; 
                    position: relative; 
                    top:-50px; 
}
#main-menu-middle ul {
  position: absolute;
  height:25px;
  /*        left: 106px;*/
  font-size: 14px;
  font-weight: normal;
  list-style-type:none;
  margin:0 50px;
  /* padding: 0px;*/
  /* margin: 0px;*/
  /* outline: 1px dashed red */
}
#main-menu-middle li {
  line-height: 25px;
  /* margin: 0 -4px 0 0; */
  display: block;
  float: left;
}
#main-menu-middle li a {
  color: white;
  display: inline-block;
  /* width: 8em; */
  padding: 0 20px;
  text-align:center;
  text-transform: uppercase;
}
#main-menu-middle li a:hover  { background: #67d7fc url('d/bg-menu.png') repeat-x center 0px;}
#main-menu-middle li a.active { background: #67d7fc url('d/bg-menu.png') repeat-x center 0px;}

/* grafika strony głównej */

#hd-img {
  min-height:365px;
  height: 415px;
  /* outline: 1px dashed green; */
  /* z-index: 1; */
  margin-top: -66px;
}
#img-head{
  height:415px;
/*  background: transparent url('./i/news_img.jpg') no-repeat right top;*/
  padding-left:50px;
/*  outline: 1px dashed red;*/
}
#hd-img-bg {
  text-align: right;
  height:0pt;
/*  position: relative;*/
/*  clear:right;*/
}
#hd-img-bg img {
  z-index: -1;
  position: relative;
  top:-31px;
}
#hd-max-news {
  position: relative;
  top: 124px;
}
#hd-news {
  width:450px;
  list-style: none outside none;
  margin-left: 0;
  /* outline: 1px dashed yellow;*/
  max-height: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  top: 132px;
}
#hd-news ul li {
  background: url("i/news_glowna.png") no-repeat scroll 0 0px transparent;
  line-height: 17px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 4px 16px;
}

/* obrazkowe menu niusów */

#bd {
  width:auto;
  clear: left;
}

.news-menu {
  background-color: #006378;
  width:1040px;
  /* outline: 1px dashed darkblue; */
  /* clear:both; */
}
.news-menu ul {
  list-style-type:none;
  /* display: block;*/
  /* float: left;*/
  padding-left: 50px;
  height: 80px;
  clear:both;
}
.news-menu li {
  float: left;
  display: block;
  width:205px;
  line-height: normal;
  list-style: none outside none;
}
.news-menu li.lr-arr {
  width:40px;
  height: 80px;
  text-align: center;
}
.news-menu li.lr-arr a {
  display: block;
}
.news-menu li.lr-arr img {
  position:relative;
  top:21px;
}
#img1,#img2,#img3,#img4,#img5 {
  margin-right: 15px;
  margin-left: 15px;
  
}

.news-menu-txt {
  border-top: 1px solid #ACD0D8;
  width:1040px;
  background-color: #ACD0D8;
  min-height: 5px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.news-menu-txt1 a        { color:#006378; }
.news-menu-txt1 a:hover  { color:#A71930; }
.news-menu-txt1 a:active { color:#A71930; }
.news-menu-txt1 dt {
  font-size: 14px;
  font-weight: bold;
}
.news-menu-txt1 dd {
  font-size: 12px;
  line-height:15px;
} 
.news-menu-txt2 dt {
  font-size: 16px;
  font-weight: bold;
}

.news-menu-txt2 dt a {
  text-transform: uppercase;
}

.news-menu-txt2 dd {
  font-size: 13px;
}
/*
*/
.s4cols {
  display:table-row;
  width: 1040px;
  list-style-type:none;
}
.col1,.col2,.col3,.col4,.col5,.col6 {
  display:table-cell;
  width: 205px;
  padding: 0 15px;
}
.col1 {padding-left: 50px;padding-right: 40px;}
/*
.col4 {padding-right: 50px;}
*/
/* foot-nocik -- kolorek pasujący do bieżącej strony */
#ft {
  background-color: #006378;
}

#cookie-panel a{
    color: #fff;
    text-decoration: underline;
}