body, div, table, span, a, input, textarea, button, select { font-family: sans-serif; font-weight: normal; text-decoration: none; color:#ffffff; font-size: 10pt; }

body {
  background: #42ACE3;
}

input.button { font-weight: bold; width: 120px; color: #000000; font-size: 8pt;}
input.form { font-weight: normal; width: 250px; color: #000000; }
input,textarea,select { font-weight: normal; color: #000000; }
hr { height: 1px; color: #ffffff; }
img { border-color: #000000; }

A:link { 
  text-decoration: none;
  font-weight: bold; 
  color: #ffffff;
}

A:visited {
  text-decoration: none;
  font-weight: bold; 
  color: #ffffff;
}

A:active {
  text-decoration: none;
  font-weight: bold; 
  color: #ffffff;
}

A:hover {
  color: #030027;
}

div#page_in {
  background: url("img/bg_page_in.jpg") left bottom no-repeat;
}

div#header {
  height: 340px;
  background: url("img/bg_header.jpg") no-repeat;
}

div#menu_blok {
  top: 304px;
}

div#text {
  display: block;
  margin: 0 25px 0 20px;
  padding: 0 0 20px 0;
  text-align: left;
  color: #ffffff;
  font-size: 10pt;
}

