/*------------------------------------------------
           PLEASE DONT'S STEAL,
    JUST TAKE THE INSPIRATION!
------------------------------------------------- */

/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
DATE: 07-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input, select {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-size: 11px;
  color: #565656;
}

body {
  background: url(body.jpg) top repeat-x;
}

a:link, a:visited{
  color: #0f6eca;
}

a:hover {
  color: #eb0000;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.alleft {
  float: left;
}

p.alright {
  float: right;
}

img {
  border: none;
}

img.alleft {
  float: left;
  margin: 0 5px 5px 0;
}

img.alright {
  float: left;
  margin: 0 0 5px 5px;
}

hr.clear {
  clear: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
}

.in {
  clear: both;
  overflow: hidden;
  width: 976px;
  margin: 0 auto;
}


/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#wrap {
  background: url(wrap.gif) top repeat-x;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 100%;
  margin: 0 auto;
 /* padding-bottom: 100px; /* must be same height as the footer */
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  clear: both;
  height: 327px;
  background: url(header.jpg) center no-repeat;
  overflow: hidden;
}

#header h1 {
  float: left;
  display: block;
  width: 308px;
  height: 64px;
  background: url(header_h1.jpg);
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  display: none;
}


#header p {
  float: right;
  padding: 20px 0 0;
}

#header p img {
  margin: 0 3px;
}

#header form.hledat { display:inline; float:right;padding: 20px 0 0;}
#header form.hledat input {
  border: 1px solid #cacaca;
  width: 145px;
  padding: 2px;
  background: url(formitem.jpg) top left;
}

#header form.hledat input.submit {
  border: 1px solid #fff;
  width: auto;
  background: #b7b7b7;
  color: #fff;
  font-weight: bold;
}

#header ul#menu {
  list-style: none;
  clear: both;
  overflow: hidden;
  width: 1100px;
}

#header ul#menu li {
  float: left;
}

#header ul#menu li a {
  display: block;
  float: left;
  padding: 8px 23px 0 25px;
  height: 20px;
  background: url(header_menu.jpg) top;
  text-transform: uppercase;
  color: #515151;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  border-right: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
}

#header ul#menu li a:hover, #header ul#menu li a.active {
  background: url(header_menu.jpg) center;
  color: #fff;
}

#header ul#menu li a.active {
  padding: 8px 26px 0;
  border-bottom: 1px #FFFFFF solid;
  border-right: 1px #FFFFFF solid;
}

#header ul#menu li a.light {
  background: url(header_menu.jpg) bottom;
}

#header ul#menu li a.light:hover {
  background: url(header_menu.jpg) center;
}

#header #info {
  float: left;
  width: 276px;
  height: 198px;
  color: #fff;
}

#header #info h2 {
  padding: 20px;
  font-size: 16px;
}

#header #info ul {
  padding: 0 20px 0 50px;
  list-style: point;
  font-weight: bold;
  font-size: 11px;
}

#header #info ul li {
  padding: 0 0 7px;
}

#header ul#nav {
  float: left;
  clear: both;
  list-style: none;
  background: url(header_nav.jpg);
  overflow: hidden;
}

#header ul#nav li {
  float: left;
}

#header ul#nav li a {
  display: block;
  float: left;
  width: 138px;
  height: 24px;
  padding: 12px 0 0;
  background: #c4d4df;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
}

#header ul#nav li a.active {
  background: url(header_nav.jpg);
  color: #535353;
  text-decoration: none;
}

#socialBox{
  float: left;
  margin-left: 80px;
  margin-top: 21px;
}
/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  float: left;
  width: 276px;
  padding: 0 0 130px;
}

#sidebar ul {
  list-style: none;
  background: #e5e5e5;
}

#sidebar ul li {
  padding: 5px 0 2px;
  border-bottom: 1px solid #ccc;
}

#sidebar ul li a {
  display: block;
  width: 238px;
  height: 50px;
  padding: 0 0 0 24px;
  margin: 0 0 5px 0;
  dddbackground-image: url(sidebar.jpg);
  background-repeat: no-repeat;
  color: #818181;
  font-size: 9px;
  text-decoration: none;
}
#sidebar ul li a img, #sidebar ul li a .img {
  width:51px;
  height:51px;
  float:left;
  margin-right:10px;
}
#sidebar ul li a strong {
  font-size: 10px;
  color: #0f6eca;
  text-decoration: underline;
  text-transform: uppercase;
}

#sidebar ul li a:hover strong, #sidebar ul li a.active strong {
  color: #ea0001;
}

#sidebar ul li a:hover, #sidebar ul li a.active {
  dddbackground-image: url(sidebar_hover.jpg);
}

#sidebar ul li a.one {
  background-position: 0 0;
}

#sidebar ul li a.one:hover {
  background-position: 0 0;
}

#sidebar ul li a.two {
  background-position: 0 -51px;
}

#sidebar ul li a.three {
  background-position: 0 -102px;
}

#sidebar ul li a.four {
  background-position: 0 -153px;
}

#sidebar ul li a.five {
  background-position: 0 -204px;
}
#sidebar ul li a.six {
  background-position: 0 -255px;
}

#sidebar ul li a.seven {
  background-position: 0 -306px;
}

#sidebar p {
  font-size: 11px;
  padding: 20px 0;
}

#sidebar p img.alleft {
  padding: 0;
  margin: 0;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  float: right;
  width: 700px;
  padding: 10px 0 130px;
  background: url(content.jpg) top left no-repeat;
}

#content a {
  font-weight: bold;
}

#content h1 {
  padding: 15px 25px 5px;
  color: #0f6eca;
  font-size: 16px;
}

#content p {
  padding: 0 25px 10px;
}

#content .content {
  padding: 0 25px;
}

#content p.center {
  padding: 0 0 10px;
}

#content p a.more {
  padding: 7px 0 10px 20px;
  background: url(content_a_more.jpg) center left no-repeat;
}

#content big {
  font-size: 11px;
}

#content .line {
  clear: both;
  height: 1px;
  margin: 10px 0;
  border-top: 1px solid #d2d2d2;
}

#content .thirty {
  float: left;
  width: 200px;
  padding: 10px 0 10px 30px;
}

#content .thirty p {
  padding: 0;
}

#content .thirty p.alleft {
  width: 50px;
  text-align: center;
  font-weight: bold;
  color: #007cfc;
  line-height: 5px;
}

#content .thirty p.alleft span {
  display: block;
  width: 50px;
  height: 15px;
  padding: 7px 0 0;
  background: url(content_date.jpg);
  color: #fff;
}

#content .thirty p.alright {
  width: 140px;
}

#content .map {
  float: right;
  width: 217px;
  height: 155px;
  margin: 0 0 10px 10px;
  margin: -40px 0 10px 10px;
  padding: 0px;
}

#content .fifty {
  float: left;
  width: 290px;
  padding: 30px 0 10px 25px;
}

#content .fifty p, #content .both p {
  clear: both;
  padding: 0 0 5px;
}

#content .fifty p label, #content .both p label {
  float: left;
  display: block;
  width: 100px;
  padding: 0 10px 0 0;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
}

#content .both p label {
  width: 125px;
}

#content .fifty p label em, #content .both p label em {
  font-weight: normal;
  font-size: 10px;
  font-size: 11px;  
}

#content .fifty p input, #content .both p input {
  width: 166px;
  padding: 6px;
  border: 1px solid #b3b3b3;
  background: url(formitem.jpg) top left;
}

#content .fifty p input.short, #content .both p input.short {
  width: 125px;
}

#content .fifty p textarea, #content .both p textarea {
  width: 480px;
  height: 120px;
  padding: 6px;
  border: 1px solid #b3b3b3;
  background: url(formitem.jpg) top left;
}

#content .fifty p input.submit, #content .both p input.submit {
  width: 170px;
  height: 64px;
  padding: 0;
  margin: 0 70px 0 0;
  _margin: 0 35px 0 0;
  border: none;
  background: url(content_submit.jpg);
  cursor: hand;
  cursor: pointer;
}
#content table {
  width: 650px;
  margin: 25px;
  _margin: 25px 12px;
}

#content table tr {
  background: #f1f1f1;
}

#content table tr:hover {
  background: url(content_table_td.jpg);
}

#content table tr th {
  padding: 13px 10px;
  background: url(content_table_th.jpg);
  color: #fff;
  text-align: left;
  font-size: 12px;
}

#content table tr td {
  padding: 13px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d1d1d1;
  font-size: 12px;
}

#content table tr td a.dl {
  padding: 6px 0 6px 40px;
  background: url(content_table_dl.jpg) top left no-repeat;
}

#content table tr td a.dl:hover {
  background: url(content_table_dl.jpg) bottom left no-repeat;
}

#content table tr td a.or {
  padding: 3px 0 2px 25px;
  background: url(content_table_or.jpg) top left no-repeat;
}

#content table tr td a.or:hover {
  background: url(content_table_or.jpg) bottom left no-repeat;
}

#content table.normal tr {
  background: none;
}

#content table.normal tr:hover {
  background: none;
}

#content table.normal tr td {
  border: none;
}


#content h2 {
  padding: 20px 0px 0px 25px;
  color: #0f6eca;
}

#content h2 a {
  display: block;
  width: 100%;
  height: 100%;
}

#content .noviky_detail_text {

}
#content .noviky_detail_text img {
  float:left;
  width:200px;
  padding:0px 10px 10px 0px;
}

#content .result {
  margin: 15px 0;
}

#content .localmenu a.selected {
  color: red;
}

#content .imggal { 
overflow:hidden; 
width:100px; 
height:70px;
float:left; 
margin:0px 4px 4px 0px 
}

#content .imggal img { 
width: 100px; 
}

#content-box{
	padding: 0 0 10px 25px;
}
#content-box h1,#content-box h2,#content-box h3,#content-box p{
	padding-left:0px;
	padding-right:0px;
}
/*------------------------------------------------
 FOOTER
------------------------------------------------- */

/*
#footer {
  clear: both;
  width: 100%;
  height: 100px;
  margin-top: -100px; 
  background: url(footer.jpg);
  font-size: 9px;
  font-family: 'Trebuchet MS';
  color: #979797;
}
*/

#footer {
  width: 100%;
  height: 100px;
  background: url(footer.jpg);
  z-index: 9;
  font-size: 9px;
  font-family: 'Trebuchet MS';
  color: #979797;
  position: relative;
}

#footer .in {
  background: url(footer_in.jpg) top left no-repeat;
  position: relative;
}

#footer a {
  color: #979797;
}

#footer big {
  font-size: 12px;
}

#footer big a {
  color: #0084ff;
  font-weight: bold;
}
/*
#footer p.alleft {
  padding: 30px 0 0 40px;
}

#footer p.alright {
  padding: 30px 0;
  text-align: right;
}
*/

#footer p.alleft {
  width: 300px;
  width: 250px;
  height: 70px;
  padding: 30px 0 0 40px;
}

#footer p.alright {
  width: 600px;
  width: 650px;
  height: 70px;
  padding: 30px 0 0;
  text-align: right;
  overflow: hidden;
}

/*------------------------------------------------
 FLASH
------------------------------------------------- */

#flash {
  position: absolute;
  width: 713px;
  height: 233px;
  top: 0;
  left: 50%;
  margin: 93px 0 0 -212px;
  z-index: 9;
}









#content form label, #content .both p label {
  float: left;
  display: block;
  width: 100px;
  padding: 0 10px 0 0;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
}

#content form label {
  width: 125px;
}

#content form label em{
  font-weight: normal;
  font-size: 10px;
  font-size: 11px;
}

#content form input, select {
  width: 166px;
  padding: 6px;
  border: 1px solid #b3b3b3;
  background: url(formitem.jpg) top left;
}

#content form input.short {
  width: 125px;
}

#content form textarea {
  width: 480px;
  height: 120px;
  padding: 6px;
  border: 1px solid #b3b3b3;
  background: url(formitem.jpg) top left;
}

#content form input.submit {
  width: 170px;
  height: 64px;
  padding: 0;
  margin: 0 70px 0 0;
  _margin: 0 35px 0 0;
  border: none;
  background: url(content_submit.jpg);
  cursor: hand;
  cursor: pointer;
}





#content .katvyp img {
  float:left;
  width:51px;
  height:51px;
  margin:0px 10px 10px 0px;
}

#content .katvypis {
  float: left; 
  height: 220px; 
  width: 135px; 
  text-align: center; 
  margin: 0 25px 0px 0;
}

#content .katvypis a {
  text-decoration: none;
}

#content .katvypis img {
  margin-bottom: 10px;
}

