/* CSS Document */

body {
  text-align: center;
  color: #FFF;
  font-family: verdana;
  font-size: 8pt;
  
  background-color: #001428;
  margin: 20px;
}

a {
  color: #FFF;
}

#label {
  width: 1190px;
  text-align: left;
  margin: auto;
}

#menu {
  background-color: #0a5398;
  padding: 7px;
  text-align: center;
}

#lang {
  float: right;
  width: 480px;
  height: 20px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#menu ul {
  padding: 0;
  margin: 0;
}

#menu ul li{
  display: inline;
  font-size: 8pt;
}

#menu ul li a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
  text-transform: uppercase;
}

#header {
  margin: 10px 0;
  height: 115px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
}

#header #adresa {
  float: right;
  width: 480px;
  text-align: center;
  line-height: 12pt;
}

#header #adresa div {
  padding: 15px 3px 0 10px;
  text-align: right;
}

#header #adresa div.lang {
  padding: 0 3px 0 10px;
  text-align: left;
}

#textline {
  height: 27px;
  background-color: #0a5398;
}

#textline div.padding {
  padding: 7px 5px 0 5px;
  white-space:nowrap;
}

span.news {
  padding: 0 8px 0 15px;
  white-space:nowrap;
  background-image: url(images/sipka.gif);
  background-repeat: no-repeat;
}

h2 {
  font-size: 10pt;
  font-weight: bold;
}

p {
  text-align: justify;
}

div.registre {
  width: 420px;
  float: left;
}
div.registre ul li {
  list-style-image: url(images/sipka_ul.gif);
  margin: 2px 0;
  _padding: 0 10px;
  
}

table.formular {
  width: 100%;
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
}

table.formular td {
  padding: 0 10px 0 0;
}

table.formular input, table.formular textarea {
  border: none;
  background-color: #0a5398;
  width: 100%;
  padding: 0 5px;
  color: #FFF;
  font-family: verdana;
  font-size: 9pt;
}

table.formular textarea {
  height: 50px;
}





.admin_menu {
  padding: 10px 0;
  font-size: 10pt;
  border-bottom: 1px solid #FFF;
  font-weight: bold;
}
.admin_menu a {
  text-decoration: none;
}
