/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

body, HTML  { 
 background: #333 url(images/bg_long5.gif) repeat-y;
 background-position: center top;
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
   }
  
  
.osnova { 
 width: 960px;
 height: 100%;
 margin: 0 auto; /* Убираем отступы */
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#666;
 line-height:14px;
 text-align:justify;
   }

.sendsms { 
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font: bold 12px Arial, sans-serif;
 text-decoration:none;
 text-transform: uppercase;
 font-style: normal;
 color: #ca3208;
   } 
   
   
.content   
 { 
 width: 790px;
 height: 100%;
 float: right;
 margin: 0 auto; /* Убираем отступы */
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#666;
 line-height:14px;
 text-align:justify;
   }  


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

.content li
{
 list-style: none;
 margin-left: 0px;
 display: inline;
}

.content li a
{
 padding: 3px 0.5em;

/* border: 1px solid #778; 7777777777777777*/  
/* border-bottom: 1px solid #778; */

 font: bold 12px Arial, sans-serif;
 text-decoration: none;

}

.content li a img
{

/* border: 1px solid #778; 7777777777777777*/  
/* border-bottom: 1px solid #778; */
 background: orange;
 font: bold 12px Arial, sans-serif;
 text-decoration: none;

}

.content li a:link { color: #333; }
.content li a:visited { color: #667; }

.content li a:hover
{
 color: #000;
 background: #eeeff1;
 background-image: url(images/bg7.png);
 border-color: #227;
}

.content li.aktiv a
{
 color: #000;
 background-image: url(images/bg7.png);
 border-color: #227;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.content .tabbertab A {
font: 12px Arial, sans-serif;
text-decoration:none;

 font-style: normal;
}  
  
.content .tabbertab A:link {
 color: #0066cc;
 padding-bottom: 5px;
}  

.content .tabbertab A:visited{
 color: #0066cc;
 padding-bottom: 5px;
}  

.content .tabbertab A:hover{
 color: #fc0;
 padding-bottom: 5px;
}  

.content .tabbertab A:active {
 color: #fc0;
}
  
 .content .tabbertab {
 
/*--- border:1px solid #aaa;      удалить---*/
/*--- border-top:0;              удалить---*/
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#666;
 line-height:14px;
 text-align:justify;
  text-decoration:none;
 font-style: normal;
}

.content .tabbertab .imgs A {
 padding: 0;
 text-decoration:none;
} 

.footer { 
 width: 960px;
 margin: 0 auto; /* Убираем отступы */

 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#666;
 line-height:14px;
 text-align:justify;
   }   

.footer A {
font: bold 12px Arial, sans-serif;
text-decoration:none;
text-transform: uppercase;
 font-style: normal;
}   
   
.footer A:link {
 color: #0066cc;
 padding-bottom: 5px;
}  

.footer A:visited{
 color: #0066cc;
 padding-bottom: 5px;
}  

.footer A:hover{
 color: #fc0;
 padding-bottom: 5px;
}  

.footer A:active {
 color: #fc0;
}