body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #F7F7F7;
}

body, tr, td, caption, input, textarea {
  font-family: Verdana, Tahoma, "Lucida Grande CE", lucida, sans-serif;
  color: #000000;
  font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 1em;
  font-family: "Trebuchet MS", Verdana, Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

h2 {
  margin-top: 0.5em;
}

a {
  color: #08456F;
}

a:hover {
  color: #8FA6CD;
  color: #ff0000;
  text-decoration: none;
}

a:visited {
  color: #0F7AC5;
}

p {
   margin-top: 0;
}

blockquote {
  text-align: center;
  margin-top: 0;
}

blockquote {
  padding: 5px;
  border: 1px solid #BFCBE2;
  background-color: #F3F6FB;
  margin-bottom: 1em;
}

#content>blockquote {
  margin: auto;
  margin-bottom: 1em;
  width: 90%;
}

blockquote:hover {
  border: 1px solid #08456F;
  background-color: #BFCBE2;
}

blockquote div, blockquote p {
  width: 100%;
  margin: 0;
}

blockquote div {
  text-align: right;
  padding-top: 1em;
}

table {
  border-collapse: collapse;
  border: 1px solid #BFCBE2;
  background-color: #F3F6FB;
  width: 100%;
  margin-bottom: 1em;
}

tbody td {
  border: 1px solid #BFCBE2;
}

thead th {
  background-color: #BFCBE2;
  text-align: center;
}

tbody tr:hover {
  background-color: #f2f2f2;
}

tbody td, thead th {
  padding: 2px;
}

table caption {
  padding-bottom: 1em;
}

#content ul {
  margin-bottom: 1em;
  margin-top: 1em;
  list-style-image: url('../gfx/listarrow.gif');
}

#main {
  width: 770px;
  margin: auto;
  text-align: left;
  background-image: url('../gfx/mainbg.png');
}

#header {
  height: 138px;
  background-image: url('../gfx/hf.png');
  position: relative;
}

#header h1 {
  position: absolute;
  left: 38px;
  top: 20px;
  overflow: hidden;
  width: 275px;
  height: 96px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9000px;
}

#footer {
  height: 40px;
  background-image: url('../gfx/hf.png');
  background-position: 0px 52px;
  text-align: right;
  padding-right: 29px;
  padding-top: 18px;
}

#main>#footer {
  height: 35px;
}

#footer a, #footer a:hover {
  color: #ffffff;
  font-weight: bold;
}

#menu {
  margin-top: 1em;
  float: left;
  margin-left: 18px;
  width: 145px;
}

#middle>#menu {
  margin-left/* */: 36px;
  width/* */: 147px;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  background-image: url('../gfx/bullet.gif');
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
  margin-bottom: 1em;
}

#menu>ul>li {
  background-image: url('../gfx/bullet.png');
}

#menu ul li a {
  color: #08456F;
  display: block;
  width: 100%;
  padding-right: 5px;
  text-decoration: none;
}

#menu ul li a:hover {
  border-right: 2px solid #08456F;
  background-color: #E8E8E8;
}

#menu ul li span {
  font-weight: bold;
}

#menu p {
  margin-top: 4em;
  border: 1px solid #CACACA;
  background-color: #F2F2F2;
  padding: 4px;
}

#content {
  float: right;
  width: 514px;
  margin-right: 20px;
}

#middle>#content {
  width/* */: 516px;
  margin-right/* */: 40px;
}

.cleaner {
  clear: both;
}

hr {
  display: none;
}

.benefit {
  font-variant: small-caps;
}

address {
  margin: 1em;
  border-left: 2px solid #08456F;
  padding-left: 1em;
}

form div {
  margin-bottom: 2px;
  width: 100%;
}

form p {
  margin-top: 1em;
  margin-bottom: 1em;
}

label {
  display: block;
  width: 200px;
  float: left;
}

input {
  border: 1px solid #08456F;
  font-size: 1em;
  background-color: #F2F2F2;
}


textarea {
  border: 1px solid #08456F;
  width: 400px;
  font-size: 1em;
  background-color: #F2F2F2;
}

textarea {
  height: 500px;
}

#odeslat {
  margin-top: 1em;
  width: auto;
  font-weight: bold;
}