/* CSS Document */

body {
  margin: 0 0;
  padding: 0 0;
  color: black;
  background: #8F8C80;
}

#menu {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
  font-size: 12px;
}

#localheader  {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
  text-align: left;
  width: 938px;
  height: 20px;
  margin: 0px auto 7px;
  padding: 0px 8px 0px;
}

#localheader a.lh {
  /*background: white; */
  width: 270px;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
  color: #111111;
  text-decoration: none;
  margin-right: 20px;
}

#breakingnews a span {
  background: white;
  display: block;
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: #c10000;
  margin: 0px 5px 0px;
  padding: 2px 5px 2px 5px;
}

#breakingnews a:hover span {
  color: #c10000;
  text-decoration: underline;
}


/*#content {
  margin: 0px 5px;
  background: #E3E3E3;
  text-align: center;
}*/

div#content {
  background: #E3E3E3 url(tlc_9_e3e3e3_8f8c80.gif) no-repeat top left;
  margin: 0px auto;
  width: 1000px;
  clear: both;
  /*  overflow: auto; */
}

div#content div.rc {
  background: url(tr_9_e3e3e3_8f8c80.gif) no-repeat top right;
}

div#content div.rc div.rc {
  background: url(bl_9_e3e3e3_8f8c80.gif) no-repeat bottom left;
}

div#content div.rc div.rc div.rc {
  background: url(br_9_e3e3e3_8f8c80.gif) no-repeat bottom right;
  padding: 15px 15px 20px;
}


/* prevzato z common.css stranek */
#footer {
  width: auto;
  text-align: center;
  margin: 0px 5px 0px;
  padding: 8px 5px 20px;
  height: 10px;
/*  border-top: #908D81 2px solid;*/
  background: #8F8C80 /*url(tabMenuBackground.png) repeat-x top */; 
  font-size: 1em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;  
  font-weight: bold;
  clear: both;
  color: white;
}

#user_votes_count_treshold {
  margin: 0px 20px 20px;
  padding: 5px 8px 10px;
  font-weight: bold;
  font-size: 0.9em;
  background: #F8BF00;
}