/* CSS Document */
body{
  background-image: url(bg.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
}

#center{
  width: 738px;
  margin-left: -369px;
  position: absolute;
  left: 50%;
}

#main{
  background: #456194 url(bgmain.jpg) repeat-y;
}

#head{
  height: 235px;
  background: url(head.jpg) no-repeat;
}

#head h1{

}

#home{height:185px;}
#search{margin-left:10px; width:110px; float:left}
#search-submit{background:none; border:none; margin-left:3px;}

#cont{
  background: url(underhead.jpg) no-repeat top;
}

#foot{
  height: 30px;
  background: url(foot.gif) no-repeat;
  margin-bottom: 20px;
  clear: both;
}

#left{
  width: 230px;
  float: left;
  margin: 20px 0px 0px 10px;
  text-align: left;
}

#left hr{
  width: 150px;
  float: left;

  margin-top: 0px;
}

#left p{
  clear: both;
}

#right{
  width: 460px;
  margin-right: 10px;
  float: right;
}

#clear{
  clear: both;
}



a {
  text-decoration: none;
  color: #d8d8d8;
}
a:hover {
  text-decoration: underline;
}

a:active{
  text-decoration: underline;
  color: #ff0000;
}

h2,h1{
  font-size: 13px;
  font-weight: bold;
  margin: 8px 0px 5px 0px;
}

h3{
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0px 5px 0px;
}

.blok{
  width: 95%;
  border-width: 0px 1px 1px 1px;
  margin: 10px 0px 20px 0px;
}

p{
  display: block;
  margin: 0px 0px 10px 0px;
}

ul {
  list-style-type: square;
  margin: 3px 0px 3px 0px;
  padding: 0px 0px 0px 15px;
}

ul li{
  margin: 3px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: bold;
}

ul ul li{
  margin: 3px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: normal;

}

img{
  margin: 5px;
}

input, textarea{
  background: #e0e0e0 url(input.gif) repeat-x;
  border: solid #BBBBBB;
  border-width: 1px 1px 1px 1px;
  font-size: 11px;

  margin: 3px 0px 3px 0px; 
}

input:hover, input:active{
  color: #ff0000;
}

.center{
  text-align: center;
}

form{
  margin: 0px 0px 0px 0px;

}

table{
  font-size: 11px;
}

a img{
  border: 1px transparent solid;
}

a img:hover{
  border: 1px red solid;
}

.zbozi{
  border: 1px solid #BBBBBB;
  margin: 10px;
  padding: 10px;

}

#kosik{
  text-align: center;
  color: #000;
  width: 100%;
}

#kosik td{
  border: #bbbbbb solid;
  border-width: 0px 1px 1px 0px;
}

#kosik table{
  border: #bbbbbb solid;
  border-width: 0px 0px 0px 1px;
  margin: auto;
  text-align: left;
}

.blok_head{
  text-align: center;
  border-width: 0px 0px 1px 0px;
  padding: 3px 0px 3px 0px;
  background: #F3F3F3 url(menu2.gif) repeat-x;
}


.white{
  background-color: #ffffff;
}

.noborder{
  border: 0px;
}

.clear{clear:both;}
.left{text-align:left;}
.column{float:left; width:50%;}
.column6{float:left; width:60%;}
.column4{float:left; width:40%;}
.subcat{font-weight:normal; list-style: none; margin-left: -5px;}
#kosik a{color: #000;}
