#container .left {
  width: 480px;
}

#container .center {
  width: 296px;
}

#container .right {
  width: 220px;
}

#headline {
  height: 225px;
  position: relative;
  margin-bottom: 2px;
}

#headline a {
  position: absolute;
  top: 0;
  left: 0;
  height: 225px;
  width: 480px;
  z-index: 999999;
}

#headline a:hover {
  background: url('../images/layout/semit.png');
}

#headline div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  background: url('../images/layout/semit2.png');
  font-size: 11px;
}

#headline p {
  margin: 0 0 5px 19px;
}

#headline span {
  font-size: 13px;
  font-weight: bold;
  text-indent: 6px;
  height: 22px;
  line-height: 22px;
  display: block;
  color: #444;
}

.pollq {
  background: #f0f0f0 url('../images/layout/pollcor.gif') no-repeat right top;
  height: 37px;
  //line-height: 37px;
  line-height: 18px;
  padding-left: 10px;
}

.polla {
  background: #fff url('../images/layout/pollbg.gif') repeat-x;
  padding-bottom: 10px;
  padding-top: 5px;
}

.pollr {
  background: #fff url('../images/layout/pollbg.gif') repeat-x;
  /* line-height: 24px; */
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
}

.pollr div {
  margin: 8px 0;
}

.polla label {
  display: block;
  margin: 2px 0 -10px 0;
  padding-left: 20px;
}

.pollv {
  width: 94px;
  height: 17px;
  display: block;
  margin: 10px auto 0;
  line-height: 17px;
  text-align: center;
}

.pollv:hover {
  text-decoration: none;
}

.pollv img {
  position: relative;
  top: 1px;
  border: 0;
}

.below {
  width: 470px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.col1, .col2 {
  float: left;
}

.col1 {
  width: 238px;
  margin-right: 2px;
}

.col2 {
  width: 239px;
}

.newslist {
  margin-top: 10px;
}

.matchpanel {
  height: 166px;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 2px;
}

.matchpanel .nav {
  height: 39px;
  background: #e4e4e4;
  border-top: solid 2px #d2d2d2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#tabs li {
  float: left;
  height: 20px;
  border-bottom: solid 2px #fff;
  background: #f5f5f5;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tab1 {
  width: 98px;
}

#tab2, #tab3 {
  width: 97px;
}

#tab1, #tab2 {
  border-right: solid 2px #fff;
}

#tabs .tabselected {
  background: #f0f0f0;
  border-bottom: solid 2px #f0f0f0;
  cursor: default;
}

#tabs .tabselected a {
  text-decoration: none;
}

#panel1, #panel2, #panel3 {
  display: none;
}

.anchor {
  position: relative;
  height: 61px;
  padding: 6px 0 0 91px;
  border-bottom: dashed 1px #e5e5e5;
}

.anchor p {
  width: 370px;
  margin: 4px 0 0 8px;
  padding: 0;
}

.anchor img {
  position: absolute;
  top: 2px;
  left: 0;
  padding: 1px;
  border: solid 1px #cecece;
  z-index: 1;
}

.anchor a {
  display: block;
  height: 65px;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  z-index: 99999999;
}

.anchor a:hover {
  border: 1px solid #d80000;
  height: 65px;
  top: 0px;
}

.liganetbox {
  text-align: center;
  padding: 10px 0;
  background: #f5f5f5;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
  position: absolute;
  z-index: 1000;
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 5px;
  min-height: 1em;
}
body div#toolTip p { margin:0;padding:0;color:#222;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#222; }

#plebiscyt {
  padding: 5px;
  text-align: center;
  background: #f0f0f0;
  line-height: 20px;
}

#plebiscyt select {
  width: 200px;
}

#plebiscyt .slink {
  margin-top: 10px;
  display: block;
}

