html, body, p, h2, h3, table {
  padding: 0;
  margin: 0;
  }
  
body {
  font-family: Arial, "Helvetica CE", helvetica, sans-serif;
  background: url('images/pozadi.gif') center repeat-y #f8f8f8;
  font-size: 90%;
  font-style: italic;
  }

#obal {
  width: 640px;
  margin: 1em auto;
  }

#hlavicka {
  margin-top: 2em;
  padding-bottom: 1.6em;
  background: url('images/pruh.gif') center repeat-x #043278;
  }

#hlavicka div {
  width: 570px;
  margin: 0 auto;
  }

h2, strong {
  line-height: 1em;
  }

h2, h3 {
  font-family: Univers, Arial, "Helvetica CE", hevletica, sans-serif;
  text-transform: uppercase;
  }

h2 {
  color: #59e617;
  font-size: 194.4%;
  line-height: 40px;
  padding-top: 20px;
  letter-spacing: .0357em;
  }
  
h1 {
  color: white;
  font-weight: normal;
  font-size: 110%;
  line-height: 100%;
  margin: 0;
  }
  
#obsah {
  float: left;
  font-size: 130%;
  line-height: 2em;
  }
  
#obsah, #obsah a {
  color: #222;
  }

ul {
  position: relative;
  top: .5em;
  list-style-type:none;
  z-index: 3;
  }
  
li {
  padding-left:16px;
  background:transparent url('images/bull.gif') no-repeat;
  background-position:left center;
  }

#boxy {
  float: right;
  position: relative;
  right: 30px;
  top: 10px;
  z-index: 3;
  }

.box {
  width: 200px;
  margin-bottom: 1em;
  background: url('images/box.gif') left bottom no-repeat #f7f9fc;
  padding: .4em 0;
  line-height: 1.3em;
  overflow: hidden;
  }

.box, .box a {
  color: #033e84;
  }
  
a:hover, a:active {
  color: #3b0 !important;
  }

h3 {
  font-size: 105%;
  }

h3, p, table {
  margin: .3em .9em .4em;
  }
  
table {
  width: 180px;
  }
  
td {
  text-align: center;
  }
  
th {
  text-align: left;
  font-weight: normal;
  }
  
abbr {
    text-decoration: none;
    border-bottom: none;
}
  
