/* -globalni nastaveni tisku- */

body {
  width:auto;
  height:auto;  
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size:13px;
  line-height:18px;
}

#content {
  width:590px;
  height:auto;
  margin:0px auto 0px auto;
}

#content h1 {
  font-size:21px;
  font-weight:bold;
  color:#003745;
  margin:0px 0px 10px 0px;
  line-height:23px;
}

#content h2 {
  font-size:19px;
  font-weight:normal; 
  line-height:21px;
  color:#002027;
  margin:0px 0px 5px 0px;
}

#content h3 {
  font-size:16px;
  font-weight:normal;
  line-height:18px;
  color:#002027;
  margin:0px 0px 3px 0px;
}

#content h4 {
  font-size:14px;
  font-weight:normal;
  line-height:18px;
  color:#002027;
  margin:0px 0px 1px 0px;
}

#content p {
  margin:0px 0px 25px 0px;
}

#content ul {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 16px;
}

#content ul ul {
  margin:0px 0px 0px 0px;
}

#content ul li {
  padding:0px 0px 0px 13px;
  background:url('../img/Bg_listArrowBlue.gif') no-repeat left 5px;
}

#content ol {
  margin:0px 0px 10px 20px;
  padding:0px 0px 0px 16px;
}

#content ol ol {
  margin:0px 0px 0px 0px;
}

#content ol li {
  list-style:decimal;
}


