/******************************************/
/** Stylování obecných selektorů **/
/******************************************/


img {
	border:0px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  }

a,
a:visited {
  margin: 0;
  padding: 0;
  border: 0;
  color: #2c2c2c;
  }

body {
  behavior: url("csshover.htc");
  background: #f0f0f0 url(img/bg.gif) repeat-x top;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  color:#757575;
  }

ul {
  list-style: none;
  }
  
input {
  padding:0 0 0 2px;
  }
  
img {
  display:  block;
  }

/* čistič - pro ruseni floatu */
.clear {
  clear: both;
  height: 0px;
  font-size: 1px;
  border: none;
  margin:0;
  padding:0;
  background: transparent;
  overflow: hidden;
  visibility: hidden;
  }

  
/******************************************/
/** Definice barev, tučností, vlastností **/
/******************************************/

.bold{
  font-weight: bold;}
  



/*****************************/
/** Layout **/
/*****************************/

#main {
  width:756px;
  margin-left: auto;
  margin-right: auto;
  }
  
#shadow-middle {
  background: url(img/shadow-middle.gif) top right repeat-y;  
  
  }

#shadow-top {
  width:756px;
  background: url(img/shadow-top.gif) top right no-repeat;
  }
  
#shadow-bottom {
  width:756px;
  height: 10px;
  background: url(img/shadow-bottom.gif) top left no-repeat; 
  }
  
#content { 
  background:white;
  width:750px;
  }
  
#top {
  height: 73px;
  padding-right: 3px;
  }

#top img {
  float: left;}

/* horni menu pod logem a bannerem */
#top-menu {
  height: 22px;
  background: url(img/nav.gif) top left no-repeat;
  }

/* zeleny blok s vyhledavanim a loginem */
#green-search {
  position: relative;
  height: 112px;
  background: url(img/green-search.jpg) no-repeat ;
  }

#page {
  padding: 5px 7px 0px;
  }

/* levy prouzek - partnerske weby a bannery */
#left {
  float:left;
  min-height: 1px;
  height: auto;
  width: 178px;
  }

/* prava cast - hlavni obsah stranky */
#right {
  float:right;
  min-height: 1px;
  width: 547px;
  }

/* paticka stranky */
#footer {
  clear: both;
  width: 100%;
  text-align: center;
  height: 40px;
  }

/* banner v zahlavi stranky (vedle loga) */
.banner{
  float:right;
  padding: 2px;
  background: #eceaeb;
  margin:4px 0 0 0;
  border:1px solid #aaaaaa;
  }
