/* GLOBALNI STYLY */
*{
  margin: 0;
  padding: 0;
}

body {
	padding: 0px 0px 0px 0px;
	font: 80%/170% verdana, sans-serif;
	text-align: center; /* vycentrovano pro Internet Explorer */
	background: black; /* pozadi stranky */
}

img {
  border: 0px;
}

/* LAYOUT - Definice stylu pro rozvrzeni stranek */
#okraje-vlevo {
  background: url(../obrazky/border_shadow_r.jpg);
  width: 50px;
  height: 500px;
  /*background-repeat: repeat-y;*/
  float: left;
}

#okraje-vpravo {
  background: url(../obrazky/border_shadow_l.jpg);
  width: 50px;
  height: 500px;
  /*background-repeat: repeat-y;*/
  float: right;
}

#main {
	width: 750px;   /* celkova sirka obsahu */
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #0E1C23; /* pozadi hlavniho ramce */
}

#hlavicka-null {
	width: 100%;
	border-bottom: 0px;
}
#hlavicka {
	background: url(../obrazky/zahlavi.png) no-repeat;
  border: 0px solid red;
	height: 278px; /* modify */
	overflow: hidden;
	background-color: black;
}

#transparentOdkaz {

}

#odkazRozc {
  width: 750px;
  height: 236px;
  border: 0px;
}

#vpravo-null {
	width: 190px;
	float: right;
	border: 1px solid blue;
	border: 0;
}
#vpravo {
	padding: 10px;
	border: 0px solid red;
	background-image: url(../obrazky/ruka.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#vlevo-null {
	width: 558px;
	float: left;
	border: 0;
}
#vlevo {
   border-right: 1px dashed #f7931e;
}

#paticka-null {
	clear: both;
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: url(../obrazky/zapati.png);
	border: 0;
}
#paticka {
	padding-bottom: 5px;
	border-top: 0px solid black;
	text-align: left;
}


#nabidka {
  margin-top: 45px;
  margin-bottom: 40px;
}

#kontakt { 
  overflow: hidden;
}

#kontakt .logo {
  
}

#kontakt p.green {
  text-indent: 0px;
  margin: 0px;
  color: #f7931e;
  font-size: 8pt;
}

#kontakt p.white{
  text-indent: 0px;
  margin: 0px;
  color: white;
  font-size: 8pt;
}



/* STYLY PRO SABLONU */
#main hr {
  display: none;
}

#main .noscreen {
  display: none;
}

#hlavicka h1, #hlavicka h2, #logoMobil {
  display: none;
}

#vlevo h1 {
  font-size: 11pt;
  color: #f7931e;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 10px;
}

#vlevo h2 {
  font-size: 10pt;
  color: #f7931e;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
}

#vlevo p {
  font-size: 10pt;
  color: white;
  margin-left: 30px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#nabidka h2 {
  font-size: 10pt;
  color: #f7931e;
}

#nabidka li {
  text-indent: 0px;
  margin-left: 15px;
  color: white;
  font-size: 8pt;
  list-style-position: outside;
}

#paticka div#patickaText {
  width: 685px;
  float: right;
  
}

#paticka p {
	font-size: 8pt;
  color: black;
  vertical-align: top;
  padding-top: 10px;
  margin-left: 0px;
}

#textPatickaCopy {
  margin-left: 235px;
}

#textPatickaWebDesign {
  margin-left: 135px;
}

#pocitadlo a {
  font-weight: bold;
  color: black;
  text-decoration: none;
  margin-left: 10px;
}

/* ROZCESTNIK */
#rozcestnik {
   width: 640px;   /* celkova sirka obsahu */
	 border: 0px solid red;
	 margin-top: 245px;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: left;
}

#rozcestnik a {
   border: 0px;
}

#rozcestnik img {
   border: 0px;
}

#rozcestnik .rozc_slon {
   margin-left: 100px;
}


/* LISTOVE MENU */
#menu {
  margin-top: 10px;
  margin-left: 15px;
}

div#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}

div#menu ul li {
	display: inline;
	color: black; /* barva pisma */
	font-size: 12px; /* velikost pisma */
	
	width: 80px;
}

div#menu ul li a {
	display: inline; /* radkovy prvek */
	margin: 0px; /* okraj */
	padding: 5px; /* okraj */
	
	padding-left: 15px;
	padding-right: 15px;
	
	color: black; /* barva pisma */
	font-size: 12px; /* velikost pisma */
	width: 80px; /* sirka odkazovaciho policka */
	border-right: 1px dashed black; /* oddelovac */
	text-decoration: none;
}

/*
div#menu ul li a:hover {
	font-weight: bold;
	color: black;
}
*/

/* KONKRETNI STYLY */
/* CENIK */
table#cenik {
  color: white;
  border: 1px white solid;
  border-collapse: collapse;
  
  margin-top: 20px;
  margin-left: 20px;
}
table#cenik td {
  color: white;
  border: 1px white solid;
  border-collapse: collapse;
  padding-left: 5px;
}

table#cenik thead {
  color: white;
  font-weight: bold;
}

table#cenik h3 {
  font-size: 10pt;
  color: #f7931e;
}

table#cenik td.polozka {
  width: 395px;
  font-size: 9pt;
}

table#cenik td.cena {
  width: 100px;
  font-size: 10pt;
  color: #f7931e;
  text-align: right;
  padding-right: 10px;
}

/* GALERIE */
table#galerie {
  border-collapse: collapse;
  
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}

table#galerie td {
  width: 170px;
  height: 130px;
  border: 0px;
  
  text-align: center;
  vertical-align: middle;
}

/* KONTAKT */
#divKontakt {
  text-align: center;
  margin-bottom: 30px;
}

div#divKontakt #formularKontakt {
  width: 300;
  height: 160;
  border: 0px; 
}

div#vlevo address {
  color: white;
  text-decoration: none;
  font-style: normal;
  
  margin-top: 10px;
  margin-left: 10px;
}

div#vlevo address em {
  color: white;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}

div#vlevo address em a {
  color: white;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}


