@CHARSET "UTF-8";

 body { padding: 3px 0px; }
 #page {padding: 0px 5px 0px  0px;}
 #teaser {}
 #header {height: 20px; padding: 0px;}


 /* pager */
/* page_div */
#page_div { margin:44px 0px 0px 0px; color:#000000; font-weight:bold;  }
#page_div a { color:#000000; text-decoration:none !important; font-weight:normal; font-size:93%; font-style:normal;}
#page_div .years {}
#page_div .years span { margin:0px 15px 0px 0px;}
#page_div .pages {}
#page_div .pages .page { margin:0px 15px 0px 0px; font-size:93%; color:#000000; font-weight:normal;}
#page_div .pages .num { margin:0px 8px 0px 0px; font-size:12px;}
.down_backgr { background-image:url(../../img/kravira/dom_right_02.png); background-position:right bottom; background-repeat:no-repeat; width:100%; height:150px;}
.down_backgr table { margin-left:auto; margin-right:auto; }
.down_backgr table td { vertical-align:top; padding:0px;}
.down_nazvanie { margin-left:auto; margin-right:auto; margin-top:-15px; display:table}

.pic {display: table; width:1px;}
/*
.pic { background: #EAF4EC; border:#BACFCF 1px solid; display: table; width: 1px;}
.pic img {margin: 5px;}
*/

/*  background: #; border:# 1px solid; */
/* kravira */
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
     font-family:TAHOMA;
    font-size: 75.00%;
    color: #444;
  }

  h1,h2,h3,h4,h5,h6 {
  	font-family:"times new roman",times,serif;
  	font-weight:bold;
  	color:#666;
  	margin: 0 0 0.25em 0;
  }

  h1 { font-size: 200%; color: #1A6060; font-weight: normal; margin-top: 22px; margin-bottom:7px; }                        /* 24px */
  h2 { font-size: 14px; color:#000000; font-weight: bold; font-family: tahoma, Arial; margin: 18px 0px 15px 0px;}          /* 24px */
  h3 { font-size:  133.33%; color:#1A6060; font-weight: normal; font-family: tahoma; margin: 0px 0px 10px 0px; }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #217979; text-decoration:underline;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}

  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0em 0.9em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #EBE6B4 solid;
  }
}




@media all
{
  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    border-top: 1px #067A4B solid;
    border-bottom: 1px #067A4B solid;
    line-height: 0;
  }

  #nav_main ul {
   border-left: 0px #067A4B solid;
    border-right: 0px #067A4B solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-left: 50px;
    padding: 0;
  }

  #nav_main ul li {
    border-left: 1px #067A4B solid;
    border-right: 0px #067A4B solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.1em;
    line-height: 1.1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    color: #FFF;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { background: #A0D59D; color: #333; text-decoration: none; }

  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    border-left: 1px #067A4B solid;
    border-right: 0px #888 solid;
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { background: transparent; color: #000; text-decoration: none; }
}







#page_margins {}
body {background: #aea346;}
.down_backgr table td.phones-td { color:#067A4B;  font-size: 14px; padding-top:10px; }
#header {background:#e2da9a url("img/k_head_bg.gif"); height: 150px;}
#header .subcolumns {}
#footer {border: 0px; background: url("img/k_bot_bg.gif") repeat-x top  #FFFFFF; color: #1a6060;}
#footer p {margin: 2px 0px;}

#miniVinestiNaGlavuyu { background: #c9e4d0 ; margin: 20px -20px -20px -20px; border-top: #BACFCF 1px solid; padding: 15px  20px  20px  20px;}
#pre_footer {height: 0px;}
#teaser {margin: 28px 0px 0px 0px; padding-bottom: 15px;}
#logo {}
td.asdd {padding-right: 50px;}


/* навигатион */

@media all
{
  #submenu {
    width: 100%;
    overflow: hidden;
    margin: 55px 0 1.5em 0;
    list-style-type: none;
    border-top: 0px #ddd solid;
    border-bottom: 0px #ddd solid;
  }

  #submenu ul { list-style-type: none; margin:0; padding: 0; }
  #submenu li { float:left; width: 100%; margin:0; padding: 0; }

  #submenu a,
  #submenu strong {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    text-decoration: none;
    background-color:#C9E4D0;
    color: #444;
    border-bottom: 0px #eee solid;
  }

  /* Menu Title */
  #submenu li#title {
    width: 90%;
    padding: 3px 0px 3px 5px;;
    font-weight: bold;
    color: #1A6060;
    background-color: #C9E4D0;
    border-bottom: 0px #888 solid;
  }

  #submenu li span {
    display:block;
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    border-bottom: 0px #ddd solid;
  }

  /* Level 1 */
  #submenu li#active,
  #submenu li strong {
    width: 90%;
    padding: 3px 0px 3px 10%;
    font-weight: bold;
    color: #1A6060;
    background:url("img/bul.gif") no-repeat 5px 8px;
    background-color:#C9E4D0;
    border-bottom: 0px #eee solid;
  }


  #submenu li a { text-decoration:underline; width: 90%; padding-left: 10%; background:url("img/bul.gif") no-repeat 5px 8px; background-color:#C9E4D0; color: #1A6060; }
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { background-color:#5A9E64; color: #fff; }

  /* Level 2 */
  #submenu li ul li a,
  #submenu li ul li#active,
  #submenu li ul li strong,
  #submenu li ul li span { width: 80%; padding-left: 20%; background: none !important; border: 1px solid; }

  #submenu li ul li a { background-color:#f8f8f8; color: #666; }
  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { background-color:#f63; color: #fff; background: none; }

  /* Level 3 */
  #submenu li ul li ul li a,
  #submenu li ul li ul li#active,
  #submenu li ul li ul li strong,
  #submenu li ul li ul li span { width: 70%; padding-left: 30%; background: none;}

  #submenu li ul li ul li a { background-color:#fcfcfc; color: #888; }
  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active { background-color:#f63; color: #fff; }

  /* Level 4 */
  #submenu li ul li ul li ul li a,
  #submenu li ul li ul li ul li #active,
  #submenu li ul li ul li ul li strong,
  #submenu li ul li ul li ul li span { width: 60%; padding-left: 40%; }

  #submenu li ul li ul li ul li a { background-color:#ffffff; color: #aaa; }
  #submenu li ul li ul li ul li a:focus,
  #submenu li ul li ul li ul li a:hover,
  #submenu li ul li ul li ul li a:active { background-color:#f63; color: #fff; }


  #submenu li#active a { background: none; display: inline !important; padding: 0px;}
  #submenu li#active a:hover {color: #1A6060;}
  .red_text { color: red;}
  .green_text { color: green;}

}

/* main */
#main { margin: 0px; background: url("img/left_bg.gif") left repeat-y;}
#col3_content { padding: 15px 65px 50px 40px;}

/* site_map */
.smap01 { padding: 0px 0px 0px 10px;}
.smap02 { padding: 0px 0px 0px 25px;}
.smap03 { padding: 0px 0px 0px 50px;}
.smap04 { padding: 0px 0px 0px 75px;}

/* footer */
#footer a, #footer a:hover { font-family: tahoma; color: #1A6060; font-weight: normal;}
/* feedback */
#feedback td {padding: 5px 0px; }
#feedback input,#feedback  textarea {margin: 0px; border: #4DA664 solid 1px;}
#feedback img {border: #4DA664 solid 1px;}

.dalee {font-size: 10px; margin-top: -10px;}
.date {margin-top: 20px;}
.line {border-top: #EBE6B4 solid 1px; padding: 10px 20px 10px 0px;}
#catalog_table {margin-top: 15px;}


#col3_content h1, teaser h1 {
	margin-top: 0px;
}
#path {
	font-size: 10px;
	margin-top:0px;
	margin-bottom:22px;
}

.ramka, a .ramka { background: #EAF4EC; border:#BACFCF 1px solid; display: block; padding:5px;}
a:hover .ramka { background: #EAF4EC; border:#8FB1B1 1px solid; display: block; padding:5px;}

.small {
	font-size: 10px;
}
#indexnews {
	margin-left: 50px;
	margin-right: 30px;
}
#indexnews p {
	margin:5px 0px;
}
#col3_content h4, #col3_content h4 a, #col3_content h4 a:hover {
	font-size: 14px;
	font-family: Tahoma, Arial;
	color: black;
	font-weight: bold;
}
#col3_content p {
	padding: 0px;
	margin: 7px 0px;
}
#copy_bottom, #copy_bottom p, #copy_bottom a {
	color: gray;
	font-size: 10px;
}

