html, body{
    margin: 0;
    padding: 0;
} 
h1 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
h2 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
h3 {
  font-family: Arial, sans-serif;
  font-size: 15px;
}
body {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 11px;
    background: #81847D url("/bg.jpg") top center repeat-x;
}
#titulka {
    width: 980px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    background: url("/titulka_top.jpg");
}
#top_links {
  position: absolute;
  top: 62px;
  right: 35px;
  font-size: 12px;
  color: #fff;
}
#aktuality {
  width: 460px;
  float: right;
  padding-right: 10px;
  padding-top:10px;
}
hr {
	height: 1px;
	color: #A0CF67;
	background-color: #A0CF67;
	border: 0px solid #A0CF67;
}
#main_left {
  width: 460px;
  margin-left: 5px;
  float: left;
  font-size: 12px;
  line-height: 18px;
}
#main_left_links {
  padding: 10px;
}
.nadpis {
  font-size: 20px;
  margin-bottom: 5px;
  border-bottom: 2px dotted #A0CF67;
}
#main {
    width: 980px;
    position: relative;
    margin: 0 auto;
    background: #000;
    color: #fff;
    text-align: left;
    padding-top:5px;
}
#main_padded {
  padding: 10px;
  padding-top: 0px;
  min-height: 300px;
}
#uvod_pic {
  width: 225px;
  height: 70px;
  top: 7px;
  left: 10px;
  position: absolute;
}
#slovkolex_pic {
  width: 250px;
  height: 35px;
  top: 7px;
  right: 110px;
  position: absolute;
}
#biky_navigacia {
  width: 186px;
  background: #000 url("/nav_back.jpg") top center repeat-x;
  float: left;
  padding: 10px;
  margin-left: 5px;
}
#biky_main {
  width: 740px;
  float: right;
  padding: 10px;
  padding-top: 0px;
}
#biky_specs {

}
.biky_specs_left {
  font-weight: bold;
  width: 35%;
  padding: 3px;
  border-right: 1px dotted #a0cf67;
}
.biky_specs_right {
  width: 65%;
  padding: 3px;
  padding-left: 20px;
}
.navigacia_top {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dotted #a0cf67;
  margin-bottom: 5px;
}
.navigacia_second {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.navigacia_third {
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
  padding-left: 10px;
}
input, textarea, select {
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  text-indent : 2px;
  font-size:12px;
}
.fields {
  font-family: verdana;
  font-size: 11 px;
  border-color: #330000;
  border-width: 1;
  border-style: solid;
  color: black;
  background-color: white;
}
.fields_error {
  background-color: #DAFFB9;
  border-width: 1;
  border-style: solid;
  border-color: #A0CF67;
  font-weight: bold;
  font-size: 10px;
}

.error {
  color: #A0CF67;
  font-weight: bold;
  font-size: 11px;
}
.cena {
  font-size: 16px;
}
img {
  border: 0px;
}
A:active {
	color : #fff;
	text-decoration : underline;
}
A:link {
	color: #A0CF67;
	text-decoration: none;
}
A:visited {
	color: #A0CF67;
	text-decoration: none;
}
A:hover {
	text-decoration : underline !important;
	color : #ddd;
}
.product_boxed {
    border: 1px solid #000;
    float: left;
    padding: 10px;
    margin: 1px;
    text-align: center;
    width: 160px;
    min-height: 150px;
}
.product_boxed:hover {
    border: 1px solid #A0CF67;
}
.product_boxed .tovar_nazov {
    font-size: 11px;
}
.product_boxed A:active, .product_boxed A:link, .product_boxed A:hover, .product_boxed A:visited {
  color: #A0CF67;
  text-decoration: none !important;
}   
#doplnky_plaste {
  clear: both;
}
.text {
  text-align: justify;
  line-height: 18px;
  color: #eee;
  margin-bottom: 15px;
  font-family: Verdana, sans-serif;
}
