
/* Некоторые рекомендованные определения (неизвестно, понадобятся ли) */

@import url("./standard.css");


/* Фон и "лист с текстом" поверх него */

@import url("./bodysheet.css");


.rightpic {
    float: right; /* Выравнивание по правому краю */
    margin: 0 0 5px 5px; /* Отступы вокруг фотографии */
   }

.leftpic {
    float: left; /* Выравнивание по левому краю */
    margin: 0 50px 5px 5px; /* Отступы вокруг фотографии */
   }


body {
    opacity: 1.0;		/* Значение прозрачности */
    filter: alpha(Opacity=100);	/* Прозрачность в IE */
}


/*
#myGallery {
    width : 592px !important;
    height : 444px !important;
}
#myGallery {
    width : 709px !important;
    height : 532px !important;
}
*/
#myGallery {
    width : 886px !important;
    height : 665px !important;
}
/*
#myGallerySmall {
    width : 382px !important;
    height : 287px !important;
}
*/
#myGallerySmall {
    width : 220px !important;
    height : 165px !important;
}

#siteheadtable {
    border-collapse: collapse;		/* Отображать только одинарные линии */
}



@font-face {
    font-family: GostMultisoft;					/*	Гарнитура шрифта		*/
    src: url("../fonts/gost.eot");				/*	Для IE5-8			*/
    src: local(GostMultisoft), url("../fonts/gost.ttf");	/*	Для остальных браузеров		*/
}

.content {
/*    font-family: GostMultisoft, "GOST Common", Verdana, Arial;	*/
    font-family: Arial;

    font-size: 14pt;						/*	Размер шрифта в пунктах		*/
}


p {
    text-indent: 3em;			/* Отступ красной строки */
    margin-top: 0.7em;			/* Отступ сверху */
    margin-bottom: 0.5em;		/* Отступ снизу */
    text-align: justify;		/* Выравнивание по ширине */
}




h3 {				/*	Заголовок сайта, был H1, по причине SEO назван "не-H1 заголовком"		*/

    font-family: GostMultisoft, "GOST Common", Verdana, Arial;

    font-size: 30pt;								/*	Размер шрифта в пунктах		*/
    font-weight: 900;
    /*color: red;*/

    margin-top: 0;			/* Отступ сверху */
    margin-bottom: 0;			/* Отступ снизу */
}


h1 {				/*	Заголовок раздела, повышенный в чине до заголовка страницы	*/
    font-family: GostMultisoft, "GOST Common", Verdana, Arial;

    font-size: 22pt;								/*	Размер шрифта в пунктах		*/
    font-weight: 700;
    /*color: green;*/
}


h2 {				/*	Заголовок раздела	*/
    font-family: GostMultisoft, "GOST Common", Verdana, Arial;

    font-size: 22pt;								/*	Размер шрифта в пунктах		*/
    font-weight: 700;
    /*color: green;*/
}


h4 {				/*	Заголовок таблицы	*/
    font-family: GostMultisoft, "GOST Common", Verdana, Arial;

    font-size: 20pt;								/*	Размер шрифта в пунктах		*/
    font-weight: 600;
    /*color: blue;*/
}

h5 {				/*	Ненумерованный подраздел	*/
    font-family: GostMultisoft, "GOST Common", Verdana, Arial;

    font-size: 18pt;								/*	Размер шрифта в пунктах		*/
    font-weight: 600;
    /*font-style: oblique;*/
    /*color: teal;*/

    margin-top: 1em;			/* Отступ сверху */
    margin-bottom: 1em;			/* Отступ снизу */
}

h6 {				/*	Подзаголовок в тексте	*/
    font-family: GostMultisoft, "GOST Common", Verdana, Arial;

    font-size: 16pt;								/*	Размер шрифта в пунктах		*/
    font-weight: 800;
    font-style: oblique;
    /*color: fuchsia;*/

    margin-top: 0.3em;			/* Отступ сверху */
    margin-bottom: 0.3em;		/* Отступ снизу */
}


.tilemenu {
    font-weight: 600;
    color: blue;
    text-decoration: none;
}

a:hover { 
    text-decoration: underline; /* Добавляем подчеркивание 
                                   при наведении курсора мыши на ссылку */
}

/*
.radcourier {
    font-family: "Courier New";
}

.radcourierb {
    font-family: "Courier New";
    font-weight: 600;
}

.radarial {
    font-family: Arial;
}

.radtimes {
    font-family: "Times New Roman";
}

.radgostb {
    font-family: GostMultisoft, "GOST Common", Verdana, Arial;
    font-weight: 600;
}

*/
