@import url("tabulky.css");
@import url("menu.css");
@import url("novinky.css");
@import url("produkty.css");

html,body
{
  margin:0px;
  padding:0px;
  font-family: "Arial", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  
  /* PUVODNI k 25.3.08
  font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.84em;
  */  
  color: #254475;
}

/* obecne */
.alignRight
{
 text-align: right;
}

.bold
{
 font-weight: bold;
}

a img 
{
 border: 0;
}


/* Zakladni stavba webu */
div#logo
{
  height: 248px;
  width: 990px;
  background: url("/images/logo2.jpg") no-repeat;
  position: relative;
}

div#obal
{
  margin: 0 auto;
  width: 994px; 
  position: relative;
}

div#paticka
{
  height: 82px;
  width: 994px;
  background: url("/images/paticka.jpg") no-repeat;
  margin-top: 5px;
  margin-bottom: 50px;
  position: relative;
}


div#obalStredni
{
  background:none;
}

div#levy 
{
  width: 210px;
  float: left;
  background: url("/images/tecka_vertikalne.gif") repeat-y right;
  
}

div#levyMatrjoska
{
  width: auto;
  padding: 0px 10px;

}

div.modulLevy
{
 border: 0px solid red;
 margin: 25px 0;  

}


div#pravy 
{
  width: 772px;
  float: left;
}

div#pravyMatrjoska
{
 width: auto;
 padding: 0px 10px;
}


div.cistic
{
  clear: both;
}



h1
{
 background: url("/images/vlajka.gif") no-repeat left center;
 color: #D3669F;
 font-size: 14px;
 height: 26px;
 padding-left: 40px;
 font-style: italic;
 line-height: 26px;
 
}


/* Navigace pod patickou */
div#navigacePaticka
{
 position: absolute;
 width: 275px;
 height: 21px;
 background: url("/images/navigace_spodni.jpg") no-repeat;
 bottom: -21px;
 right: 5px;
 text-align: center;
 color: white;
 line-height: 17px;
 font-size: 10px;
}

div#navigacePaticka a
{
  color: white;
  padding: 0 5px;
  font-size: 10px;
}

/* drobkova navigace */
div#drobky
{
 font-size: 10px;
 padding-left: 20px;
 padding: 10px 20px 10px 20px;

}


/* anchors */
a 
{
 color: #254475;
}


/* anketa */

table#Poll
{
 width: 182px;
}


div#PollQuestion
{
 font-weight: bold;
 border: 0px solid red;
 padding: 5px 0;
}

div.bar1 
{
 background: #C2D82E;
}


/* inputy */
select, input 
{
 font-size: 10px;
}


/* doporuceni dole v patce */
div#doporuceni
{
  position: absolute;
  top: 37px;
  right: 7px;
}

/* div oddelovaci */
div.oddelovac
{
background: url("/images/tecka_horizontalne.gif") repeat-x;
padding: 0;
font-size: 1px;
margin-right: 5px;
}

