@charset "windows-1251";
/* CSS Document */

body { text-align:center; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333}

.tab { background-image:url(../img/left-line.jpg); background-position:right; background-repeat:repeat-y}
.logo { background-image:url(../img/logo.gif); background-position:center top; background-repeat:no-repeat; height:353px; vertical-align:top}
.BotLogo { background-image:url(../img/h1_bg.jpg); background-position:center top; background-repeat:no-repeat; height:35px}
.BotLogo h1 { font-family:"Times New Roman", Times, serif; font-size:19px; font-weight:100; margin:0px; padding:12px 0px 0px 77px; color:#000000}
.topik { margin:3px 3px 3px 590px; text-align:left}
.topik h3 { font-family: Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; font-weight:600; font-size:12px}
.topik a { color:#333333; text-decoration:underline}
.topik a:hover { color:#000000; text-decoration: none}
.TopikForum { margin:65px 3px 3px 685px;}
.TopikForum a { color:#333333; text-decoration:underline; font-weight:bold; color:#FFFFFF}
.TopikForum a:hover { color:#000000; text-decoration: none}

.left { float:left}
.right { float:right}

.FullMenu p {font-weight:bold;  padding:0px; font-size:14px;}
.FullMenu a { text-decoration:underline; font-weight:bold; line-height:15px; font-size:11px; color:#000000; }
.FullMenu a:hover { text-decoration:none; }
.menu {  text-align:left; padding-left:20px; background-image:url(../img/center.jpg); background-repeat:repeat-y; }
.menu2 {  margin-right:20px; background-image:url(../img/center.jpg); background-repeat:repeat-y; text-align:right}

.inf {background-image:url(../img/re2.jpg); background-position:left; background-repeat: repeat-y; text-align:left; padding-left:20px; }
.inf p {font-size:11px; font-family:Arial, Helvetica, sans-serif}

.inf2 {background-image:url(../img/re4.jpg); background-position:left; background-repeat: repeat-y; text-align:left; padding-left:20px; }
.inf2 p {font-size:11px; font-family:Arial, Helvetica, sans-serif}

.text {text-align:justify; margin-left:17px; margin-right:30px; padding-bottom:30px; padding-top:15px; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-style:italic; }
.text h2 { font-family:"Times New Roman", Times, serif; font-size:21px; font-weight:100; margin:7px 3px 0px 33px; padding:0px}

.footer { background-image:url(../img/footer.jpg); background-position:center top; background-repeat:no-repeat; height:114px}

 ul {
     margin: 0;
     padding: 0;
     list-style: none;
     width: 200px;
     /*border-bottom: 1px solid #ccc;*/
     }
  
 ul li {
     position: relative;
     }
  
 li ul {
     position: absolute;
     left: 199px;
     top: 0;
     display: none;
     }
  
 li:hover ul, li.over ul {
     display: block;
       }
  
 ul li a {
     display: block;
     text-decoration: none;
     color: #777;
     background: #fff;
     padding: 5px;
     border-bottom: 1px solid #ccc;
     /*border-bottom: 0;*/
     }
  
 ul li a:hover {
     color: red;
     /*background: silver;*/
 }
  
  
 /* Fix IE. Hide from IE Mac \*/
 * html ul li { float: left; height: 5%; }
 * html ul li a { height: 5%; }
 /* End */


