body {
  padding: 0;
  margin: 0;
  background-color: #070707;  
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  color: white;
  cursor:crosshair;
}
a {
  cursor:crosshair;
}
a, .menu a:hover, .submenu a:hover, .submenu_rok a:hover, .scrol a:hover  {
  color: red;
  text-decoration: none;
}
img {
  border: 0;
}
h1, h2 {
  color: white;
}
td {
 vertical-align: top;
 font-size: 11px;
}

.content {
  width: 1000px;
	padding: 20px 0 15px 0;
  margin: 0 auto;
  text-align: left;
}
.top_navig, .logo {
  height: 25px;
}
.logo {
  float: left;
}
.top_navig {
  float: right;
}
.menu {
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: white;
  line-height: 200%;
}
.submenu a, .menu a, .submenu_rok a {
  color: white;
}
a.actual {
  color: red;
  font-weight: bold;
}
.v_divider {
  border-top: 1px #666666 solid;
  padding-top: 15px;
  clear: both;
}
.submenu {
  padding-bottom: 15px;
}
.submenu a, .submenu_rok a {
  font-size: 12px;
  padding-right: 20px;
}
.submenu_rok {
  padding-bottom: 10px;
}

.content_text {
  line-height: 150%;
  padding-bottom: 15px;
     
}
.content_text b, .content_text strong, .pictures a {
  color: #666666;
  font-weight: normal;
}
.content_text img {
  border: 1px #666666 solid;
}
.content_text table, .content_text tr, .content_text td {
  padding: 0;
  margin: 0;
}
.content_text td.c_left, .content_text rd.c_right {
  vertical-align: bottom;
}
.content_text li {
  list-style-image: url(../images/li.gif);
}
.content_text li a {
  color: white;
}

.scrol {
  height: 350px;
  overflow: auto;
}

.c_left {
  width: 490px;
}
.c_left h1 {
  margin: 0;
  padding: 2px 0 20px 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
}
.c_right {
  width: 510px;
  text-align: right;
}
.lb {
  float: left;
  padding: 0;
  margin: 0;
}
.pictures {
  width: 990px;
  height: 125px;
  clear: both;
  overflow:hidden; 
}
.pictures img {
  border: 1px #666666 solid;
  margin: 0 3px 4px 0;
}

.pravitko {
  padding-top: 15px;
  clear: both;
  height: 50px;
  background: url(../images/pravitko.gif) repeat-x left bottom;
}
.pravitko_text {
  /*width: 1000px;   background: url(../images/pravitko.gif) repeat-x left bottom;*/

}
.pravitko_text a {
  width: 30px;
  float:left;
  -webkit-transform: rotate(-90deg); 
  -moz-transform:rotate(-90deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  padding: 10px 2px;
}
.pravitko_text a.disab {
  color: #666666;
}
.pravitko_text a:hover, .pravitko_text a.actual, .pictures a:hover {
  text-decoration: none;
  color: white;
  font-weight: normal;
}

.foot {
  text-align: center;
  padding: 15px 0;
  color: #666666; 
}
.foot a {
  color: #666666;
} 

a:hover {
  text-decoration: underline;
}

input, textarea {
  width: 250px;
  margin-bottom: 5px;
  border: 1px #666666 solid;
  background-color: #070707;
  color: white;
  font-family: arial;
  font-size: 11px;
}

