body {
   font-family: verdana, Arial, sans-serif; 
   background-color: white;
   color: #000000;
   font-size: 10pt;
   margin: 0px;
}

H1, H2, H3, p, .TOC {
  padding-left: 10px;
}


.titlepage{
  color: black;
  padding-left: 10px;
}

h1.title{
  color: black;
}

a:link, a:visited {
   color: #9f0000;
   font-weight: bold;
   text-decoration: none;
}

a:hover, a:active {     
   color: #000000;   
   text-decoration: underline;
}

table { font-size: 9pt }

.title, .subtitle { color: navy }

.navfooter, .navheader { 
  background-color: #c3c3c3;
  padding: 5pt;
}

.tip{
  font-size: 10pt;
  color: #56470d;
}

/* --- GUIICON - pouzito misto warningu ---  */
.guiicon {
  font-size: 9pt;
  color: #e5a305;   
  
  font-weight: bold;
  padding-left: 15pt;
  background-image: url(images/warning.png); 
  background-repeat: no-repeat;
  background-position: left;
}

.guibutton {
  font-weight: bold;
  font-size: 8pt;
  color: black;
  background-color: #fff1cb;
  border: 1px solid #ffde8c;
  padding-left: 10px;
  padding-right: 10px;
}

.guimenu{
  font-weight: bold;
  color: black;
  background-image: url(images/sipka.png); 
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 5px;
  padding-right: 20px;
  border: 1px solid #dfdfdf;
}

.guimenuitem{
  font-weight: bold;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #dfdfdf;

}

