/* Obecne */
body {
  margin: 0px;
  padding: 0px;
  background-color: rgb(195,193,193);
  font-family: tahoma;
  font-size: 80%;
  color: black;
}

h1, h2, h3, h4, h5, h6, h7 {
  color: rgb(176,176,176);
}

h1 {
  font-size: large;
  border-bottom: 1px solid gray;
}

h2 {
  font-size: medium;
  border-bottom: 1px solid gray;
  margin-top: 40px;
  margin-bottom: 20px;
}

h3 {
  color: white;
}

a, a:visited {
	color: white;
}

a:hover, a:visited:hover {
	color: white;
	background-color: rgb(0,0,0);
}

em {
  font-size: 85%;
}

/* Layout */

#logo{position:absolute;}

#cont {
  width: 1000px;
  margin: 0 auto 0 auto;
  text-align: center;
  background: rgb(105,105,105) url(img/pruho.jpg) no-repeat right top;
}

#cont2 {
  float: left;
  text-align: left;
  background: rgb(105,105,105) url(img/pruho.jpg) no-repeat right top;
  padding-bottom: 40px;
}

#top {
  background-image: url(img/top.jpg);
  float: left;
  width: 606px;
  height: 208px;
}

#obsah {
  float: left;
  width: 450px; 
}

#obsah2 {
  padding: 15px;
}

#odkaz {
  float: right;
  width: 370px;
  background-color: rgb(192,0,12);
  height: 25px;
}

#odkaz2 {
  padding: 4px;
  text-align: center;
}

#text {
  float: right;
  width: 394px;
  height: 500px;
}

#text h1  {
  text-decoration: none;
}

#vitejte {
  margin-top: 50px;
  height: 250px;
  width: 394px;
  border-left: 1px solid white;
}

#vitejte-p {
  padding-top: 10px;
}

#pruh {
  background-color: rgb(192,192,192);
  float: right;
  width: 350px;
  height: 20px;
}

#paticka {
  float: left;
  height: 50px;
  border-top: 1px solid white;
  width: 100%;
  text-align: left;
  background-color: rgb(105,105,105);
}

#paticka-l {
  float: left;
}

#paticka-l-p {
  padding: 10px;
}

#paticka-p {
  float: right;
}

#paticka-p-p {
  padding: 10px;
}


/* Ruzne */

.pata1 {
  color: rgb(255,255,255);
  font-size: 90%;
}

.pata2 {
  color: rgb(185,185,185);
  font-size: 80%;
}

#vitejte1, #chadim, #zak {
  padding-left: 20px;
}

#vitejte1 {
  font-size: 160%;
  color: white;
}

#chadim {
  font-size: 260%;
  color: white;
  font-weight: bolder;
}

#zak {
  font-size: 140%;
  color: white;
  text-align: right;
  padding-right: 20px;
  margin-top: 40px;
}

#top img {
  border: 0px;
}

#top a, #top a:visited:hover, #top a:hover, #top a:visited {
  text-decoration: none;
  color: white;
	background-color: transparent;
	border: 0px;
}

/* Definice menu */

#nav {
  width: 600px;
  float: left;
  margin-top: -25px;
  text-align: left;
	position:relative;
}

div[id=nav] {
  width: 600px !important;
  margin-left: 0px !important;
}

#nav ul {
  padding: 0 0 0 0;
}

#nav ul li {
  display: inline;
}

#nav ul {
  margin: 0;
}

#nav ul li a {
  padding: 0.2em 0px;
  padding-bottom: 7px;
  color: white;
  text-decoration: none;
  float: left;
  height: 13px;
  width: 93px;
  margin-left: 2px;
  padding-left: 4px;
  text-align: center;
}

#nav ul li a:hover {
  color: white;
  background-color: black;
}

#nav li#active a {
  color: black;
}

/* Obrazky */

.listfprod2 {
  margin: 10px;
}

.listfprod2 {
  border: 1px solid #A9A9A9;
  margin: 10px;
}

.listfprod a, .listfprod a:visited:hover, .listfprod a:hover, .listfprod a:visited {
  text-decoration: none;
  color: white;
	background-color: rgb(105,105,105);
	border: 0px;
}

.listfprod img {
  border: 1px solid #A9A9A9;
}

/* Katalog */

.prnadpis {
  margin: 7px;
  color: gray;
}

.prnadpis a, .prnadpis a:visited {
	color: rgb(173,173,173);
}

.prnadpis a:hover, .prnadpis a:visited:hover {
	color: white;
	background-color: rgb(0,0,0);
}

.box {
  border-bottom: 1px solid gray;
  width: 96%;
  float: left;
  padding: 7px;
  margin: 7px;
  margin-bottom: 20px;
}

.strankovac {
  background-color: gray;
  float: left; 
  width: 96%; 
  font-size: 13px; 
  height: 25px;  
  padding-top: 8px; 
  text-align:left; 
  padding-right: 35px; 
  padding-left: 20px;
  margin-top: 30px; 
  font-weight: bold;
}

.strankovac a, .strankovac a:visited {
	color: rgb(173,173,173);
}

.strankovac a:hover, .strankovac a:visited:hover {
	color: white;
	background-color: rgb(0,0,0);
}

#pad {
  padding: 20px;
}

.fotka {
  float: left;
  margin: 9px;
  max-width: 40%
}

.cena {
  float: right;
  width: 69%;
  margin-top: 9px;
  height: 130px;
}

.text {
  padding: 5px;
  width: 90%;
  padding-left: 3%;
  margin-top: -10px;
  float: left;
}

/* Do redakcaku */

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

/* menu roletka - start */
#nav div {
  padding: 0.2em 0px;
  padding-bottom: 7px;
  color: white;
  text-decoration: none;
  float: left;
  height: 13px;
  width: 93px;
  margin-left: 2px;
  padding-left: 4px;
  text-align: center;
}

div.podmenu {width:130px;padding-bottom:3px;visibility:hidden;background-color:#C0000D;color:#FFF;/*background-image:url(../img/strom_cara.gif);background-repeat:repeat-y;background-position:10px;*/opacity:.95;filter:alpha(opacity=95);position:absolute;top:206px;z-index:1;}
div.podmenu ul {margin:0px;padding:0px;padding-left:10px;list-style:none;}
/* menu roletka - konec */