html {
  min-height: 100%;
  margin-bottom: 0.01em;
  margin-top: 0px;
}

body {
  margin-top: 4px;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10pt;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}


a {
  color: #00f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}


div.banner {
  height: 60px;
}
div.banner img.logo {
  float: left;
  margin-top: 5px;
}
div.banner img.life {
  float: right;
}


div.meniup {
  width: 155px;
  margin-left: 0px;
  margin-top: 10px;
}
div.meniup a {
  display: block;
  margin-top: 5px;
}
div.meniup a:hover {
  border-right: 4px #f60 solid
}


div.continut {
  width: 600px;
  margin-right: 0px;
  margin-top: 10px;
  float: right;
  line-height:120%;
}


div.titlu1 {
  font-size: 14pt;
  margin-bottom: 6px;
  background-color: #ffffaa;
  height: 20px;
}
div.titlu2 {
  font-weight: bold;
  font-size: 11pt;
  border-bottom: 1px #aaaaff solid;
  padding: 2px 0px;
  margin: 8px 0px 4px 0px;
}
div.titlu3 {
  font-weight: bold;
  margin: 8px 0px 4px 0px;
}
div.submeniu {
  font-weight: normal;
  font-size: 10pt;
  float: right;
}

form {
  color: #337;
  padding: 0px;
}
div.formular {
  display: table-cell;
  padding-right: 10px;
}
input {
  padding: 0px;
  border: 1px #ddd solid;
}
textarea {
  padding: 0px;
  border: 1px #ddd solid;
}


.finePrint {
  clear: both;
  text-align: center;
  font-size: 10px;
  color: #777;
  margin-top: 10px;
  border-top: 1px #FFCCAA solid;
}

label {
  display: table-cell;
  padding-right: 5px;
  font-style: italic;
  color: #777;
}

table.lista {
  border-collapse: collapse;
}
table.lista td {
  border-top: thin #ddd solid;
  border-left: thin #ddd solid;
  padding-right: 5px;
  vertical-align: top;
}

.floatRight {
  float: right;
}

.alignRight {
  text-align: right;
}

hr {
  border: none;
  border-top: 1px #ddd solid;
}

img.pozacm {
  float: right;
  margin: 10px;
}