

/* Растягивает background image на весь экран */
html {
    background: url(/img/Body_BG_Image1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Свойства главной таблицы */
table.main {
    width: 1200px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    border: 0;
}

td.header { 
    width: 1024px;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

td.footer {
    width: 1024px;
    background-color: rgba(250,250,250,0.5);
}

td.top {}
td.search {}
td.topmenu {
    height: 20;
    colspan: 5;
}
td.menu {
    width: 310;
    height: 670;
}
td.background_black_main {
    background-color: rgba(0,0,0,0.5);    
}
td.background_white_main {
    background-color: rgba(250,250,250,0.8); 
    border: 1px solid Black; 
    padding:20; 
    text-align:left;
    height: 400;
    width: 870;
    font-family: 'Arial';
}
td.bottommenu {}
.links_news{color: White;	text-decoration: none;}


a{
    text-decoration: none; /* Убираем подчеркивание у ссылок */   		
}

a:hover {	
    text-decoration: underline; /* Добавляем подчеркивание */
}


a.white_links{
    color: White; /* Цвет обычной ссылки */ 
    text-decoration: none; /* Убираем подчеркивание у ссылок */   		
}

a.white_links:visited { 
    color: White; /* black */
}

a.white_links:hover {	
    color: White; /* Цвет ссылки при наведении на нее курсора мыши */
    text-decoration: underline; /* Добавляем подчеркивание */
}

a.white_links_nav{
    color: White; /* Цвет обычной ссылки */ 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
    font-family:'Arial'; 
    font-size:15pt;         
}

a.white_links_nav:visited { 
    color: White;
    font-family:'Arial'; 
    font-size:15pt;         
}

a.white_links_nav:hover {	
    color: White; /* Цвет ссылки при наведении на нее курсора мыши */
    text-decoration: underline; /* Добавляем подчеркивание */
    font-family:'Arial'; 
    font-size:15pt;         
}

ul.menu, ul.menu ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
    padding-left: 35px;
    font-size: 16pt;
    color: White;
}

.main_menu {
    font-size: 20pt;
    color: white;
    padding-left: 15px;
    text-decoration: none;
}

a.main_menu:hover {
    color: white;
    text-decoration: none;
}

a.menuLink { 
    color: white;
}

/* Создание вложенных нумерованных списков 
ol { counter-reset: item; }
li { display: block; counter-increment: item; }
li:before { content: counters(item, ".") " "; } */