@charset "windows-1251";
/* CSS Document */
 body {background-image:url(img/fon.jpg)}
.gl_table {border: 1px solid #CCC; background-color:#FFF;}
.gl_tablel {border-right:2px solid #CCC;}

/*Стили для меню*/
p.title {
background-color: #777;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 93%; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}
/**/


.tur_table2 {border: 1px solid #006200; font: 20px  Verdana; width: 98%;}
.tur_table1 {border: 2px solid #033; font: 13px  Verdana; width: 98%;}
.tur_table {border: 1px solid #033; font: 13px  Verdana; width: 98%;}
.tur_table a{text-decoration:none; color: #009;}
.tur_table a:hover{text-decoration: underline; color: #C60000;}
