/* CSS Document */

body {
  padding: 0px;
  margin: 0px;
  font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
  color: #000000;
  font-size: 10px;
}

.main {
  margin: 0px;
  margin-left: 50px;
  margin-right: 50px;
}

/**** HORNI ZALOZKA S ODKAZY ****/

.caption {
  width: 100%;
  height: 2.7em;
  margin-top: 0px;
  margin-bottom: 5px;
  float:right;

}

.caption p.odkazy {
  font-size: 1.1em;
  float: right;
  border-bottom: 1px solid #FF6600;
}

.caption p.odkazy a{
  text-decoration: none;
  color: #990033;
}

.caption p.odkazy a:hover {
  background-color: #FFECBF;
  font-weight: bold;
  font-style: normal;
}

/**** ZAHLAVI S NADPISEM ****/

.top {
  height: 90px;
  width: 900px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/**** LEVY SLOUPEC - MENU S ODKAZY ****/

.left-column {
  width: 10em;
  float:left;
  background: url("./img/left.jpg") repeat-y;
  border: 2px solid #FF6600;
  margin-top: 50px;
  margin-bottom: 10px;
}

/**** PRAVY SLOUPEC ****/

.right-column {
  width: 8.7em;
  float: right;
  background-color: #FFECBF;
  padding: 10px 10px 10px 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  border: 2px solid #FF6600;
}

/**** PROSTREDNI SLOUPEC - VLASTNI TEXT ****/

.middle-column {
  margin-left: 135px;
  margin-right: 138px;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 20px;
  
}

.middle-column p.text{
  font-size: 1.2em;
  color: #990033;
  text-align:justify;
  text-indent: 3%;
}

.middle-column p.textu{
  font-size: 1.2em;
  color: #990033;
  text-align:justify;
  text-decoration: underline;
}

.middle_odkazy {
  width: 34em;
  
}

/**** ZAPATI - COPYRIGHT, AUTOR, VALIDATOR ****/

.bottom {
  width: 100%;
  height: 2em;
  margin-top: 2em;
  clear: both;
  font-size: 0.9em;
  padding-top: 0.2em;
  border-top: 1px solid #FF6600;
  border-bottom: 1px solid #FF6600;
  font-size: 1.1em;
}

.bottom p.copyright {
  float: left;
  padding: 0.2em 0 1em 0;
  margin-top: 0;
  margin-left: 10px;
} 

.bottom p.copyright a { text-decoration: none; }

.bottom p.validator {
  float: right;
  padding: 0.2em 0 1em 0;
  margin-top: 0;
  margin-right: 10px;
}

/**** LEVE MENU, SEZNAMY ****/

#obal
{
  text-align: left;
  width: 10em;
}

ul, li
{
  list-style: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 1em;
  width: 100%;
}

ul li a
{
  display: block;
  padding: .2em 1em;
  color: #990033;
  text-decoration: none;
  border-bottom: 1px dotted #FF6600;
}

ul li li a
{
  padding-left: 1.5em;
  background-color: #FFECBF;
}

ul li a:visited { color: #990033; }

ul li li a:visited { color: #990033; }

ul li a:hover { background-color: #FFB380; }

ul li li a:hover { background-color: #FFB380; }

/**** ZAPATI - TLACITKA W3C ****/

.inline-button {
   font: bold 0.9em Verdana, sans-serif;
   margin: 0 0.2em;
   padding: 0.1em 0;
   border: 1px solid black;
   white-space:nowrap;
   text-decoration: none;
   vertical-align: middle;
   background: #ccc;
   color: black;
}
.inline-button em {
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: black;
}
.inline-button span { margin:0; padding: 0.1em 0.5em 0.1em 0.3em; }
.inline-button:hover { background: #666; color: white; }
.inline-button:hover em { background: black; color: white; }
.blue { background: #06c; color: white }
.blue em { background: white; color: #06c }

.orange { background: #ffa500; color: black }
.orange em { background: white; color: #c60 }

/**** HLAVNI ODKAZY ****/

a {
  text-decoration: none;
  color: #FF6600;
}

a:hover {
  /*background-color: #FFECBF;*/
  /*font-weight: bold;*/
  background-color: #FFECBF;
  font-style: normal;
}

a:visited {color: #FF6600;}

/**** FOTOGALERIE ****/

.fotky {
  font-size: 1.1em;
}

.foto_nahled {
  padding: 10px 10px 10px 10px; 
  border: 0; 
  height: 80px;
}

/**** NADPISY ****/

h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #990033; 
  text-decoration: none;
  background-color:#FFB380;
  text-align:center;
  border: 2px solid #FF6600;
  margin:0;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #990033; 
}

/**** TABULKY ****/

.rentTable {
  border: 1px solid black;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.1em;
}

.topTable {
  background-color: #FF6600;
  padding-left: 7px;
  padding-right: 7px;
  border: 1px solid black;
  text-align: center;
  font-weight: bold;
}  

.leftTable {
  background-color: #ffa500;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-weight: bold;
  border: 1px solid black;
}

.dataTable {
  background-color: #FFECBF;
  border: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.dataRentTable {
  background-color: #FFCC80;
  color: #FF6600;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid black;
  text-align: center;
}

.dataRentTable a {
  text-decoration: none;
  color: #FF6600;
}

.dataRentTable a:hover {
  font-weight: bold;
  font-style: normal;
}

.dataRentTable a:visited {color: #FF6600;}

