/* CSS */

*{
  padding: 0px;
  margin: 0px;
}

ul {
list-style:none; /* usuwamy wypunktowanie listy */
}

#menu  {
margin: 0;
padding: 0; /* usuwamy wszelkie odstępy */
}




#menu li, #menu li a {
float:left;
}

#menu li {
position:relative; /* względem tego będziemy pozycjonowali podmenu */
}



#menu li ul { /* tutaj odnosimy się do podmenu*/
display:none;
position:absolute;
right:100%; /* wysuwające się podmenu przesuwamy w dół o długość menu-matki */
padding:0;
margin:0; /*usuwamy wszelkie odstępy podmenu*/
}

#menu li:hover > ul { /* selektor > oznacza, że instrukcja obejmuje każdy tag <ul> wewnątrz #menu li */
display:block;
}

#menu li ul li, #menu li ul li a {

  color: #484848;
  text-decoration: none;
  font-weight: bold;
  float: left;
  font-size: 13px;
}

#menu li ul li a {
width: 200px; /* szerokosc wysuwajacego sie podmenu*/
display: block;
}

img{
  float: left;
  border: 0px;
}


body{
  background: url('../images/back.png') repeat-x #f9fff4;
  font-family: Arial, Verdana, Times New Roman;
  font-size: 14px;
}

#pege{
  margin: auto;
  width: 771px;
}

#logo{
  background: url('../images/logo.png');
  width: 771px;
  height: 118px;
  float: left;
}

#top{
  float: left;
  width: 771px;
}

#banner_bottom_left{
  background: url('../images/banner_bottom_left.png');
  width: 470px;
  height: 31px;
  float: left;
}

#kontakt, #onas{
  margin-right: 0px;
}


#content{
  background-color: #ffffff;
  width: 771px;
  height: 1000px;
  float: left;
}

#content_top{
  float: left;
  background: url('../images/content_top.png');
  height: 10px;
  width: 771px;
}

#content_top_left{
  float: left;
  background: url('../images/content_top_left.png');
  height: 10px;
  width: 5px;
}

#content_top_right{
  float: right;
  background: url('../images/content_top_right.png');
  height: 10px;
  width: 8px;
}

#menu{
  width: 235px;
  float: left;
}

#center{
  width: 536px;
  float: left;
}

.headline span{
  font-weight: bold;
  color: #1cb6d1;
  margin-left: 15px;
  float: left;
  margin-top: 10px;
  width: 181px;
  height: 22px;
}

.headline{
  float: left;
  width: 220px;
  margin-bottom: 10px;
}

.headline img{
  margin-top: 8px;
  margin-left: 4px;
}

.positions{
  width: 220px;
  float: left;
}

.positions ol{
  list-style-type: none;
  float: left;
  margin-left: 13px;
}

.positions ol li{
  background-color: #e6e6e6;
  margin-bottom: 3px;
  float: left;
  width: 220px;
}


.positions ol li:hover{
  background-color: #ededed;
}

.position_left{
  background: url('../images/position_left.png');
  float: left;
  width: 4px;
  height: 30px;
  margin: 0px;
  padding: 0px;
}

.positions ol li a {
  color: #484848;
  text-decoration: none;
  font-weight: bold;
  margin-top: 7px;
  padding-left: 5px;
  float: left;
  font-size: 13px;
}

.positions ol li a:hover{
  text-decoration: underline;
}

#pogoda{
  float: left;
  width: 220px;
  margin-left: 27px;
  margin-bottom: 10px;
}

#godzina{
  float: left;
  width: 220px;
  margin-left: 4px;
}

#news_top{
  float: left;
  width: 506px;
  margin-left: 15px;
  margin-top: 8px;
  background-color: #e6e6e6;
  text-align: justify;
}

#news_top span{
  color: #65ba18;
  float: left;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  padding-bottom: 5px;
}

#news_top div.content{
  font-size: 12px;
  padding: 10px;
  padding-top: 0px;
  float: left;
  font-weight: bold;
  width: 485px;
  color: #484848;
  word-spacing: 4px;
}

#news_left_top{
  background: url('../images/news_left_top.png');
  width: 4px;
  height: 4px;
  float: left;
}

#news_right_top{
  background: url('../images/news_right_top.png');
  width: 4px;
  height: 4px;
  float: right;
}

#news_left_bottom{
  background: url('../images/news_left_bottom.png');
  width: 4px;
  height: 4px;
  float: left;
}

#news_right_bottom{
  background: url('../images/news_right_bottom.png');
  width: 4px;
  height: 4px;
  float: right;
}

.news{
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.news div.top{
  width: 95%;
  float: left;
  border-bottom: 3px #ffc206 solid;
  padding-bottom: 5px;
}

.news div.top span{
  float: left;
  width: 420px;
  color: #007d93;
  font-weight: bold;
}

.news div.top span.data{
  float: left;
  width: 80px;
  color: #d0d0d0;
  margin-left: 9px;
}

.news div.content{
  float: left;
  width: 500px;
  padding-top: 10px;
  font-size: 12px;
  color: #5d5d5d;
  text-align: justify;
}

#foot{
  float: left;
  width: 771px;
  background-color: #bbbbbb;
  color: #fff;
  margin-top: 10px;
}

#foot span{
  float: left;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 12px;
}

#foot span.link{
  float: right;
}

#foot span.link a{
  color: #fff;
  text-decoration: none;
  margin: 1px 10px 0px 0px;
}

#foot span.link a:hover{
  text-decoration: underline;
}

#foot_left{
  background: url('../images/foot_left.png');
  width: 5px;
  height: 40px;
  float: left;
}

#foot_right{
  background: url('../images/foot_right.png');
  width: 6px;
  height: 40px;
  float: right;
}

.wiecej a{
float: right;
color: #1f5a78;
text-decoration: none;
margin-top: 5px;
margin-right: 25px;
}


.wiecej a:hover{
float: right;
color: #1f5a78;
text-decoration: underline;
margin-top: 5px;
margin-right: 25px;
}
