html *{
 color: #23647E;
}
img {
 border: 0;
}
html li{
 color: white;
}
table{
 padding: 0;
 border-collapse:separate;
 border-spacing: 0;
 border: 0;
}
.content{
 min-width: 890px;
 position: absolute;
 top: 0px;
 left: 0px;
}
.content2{
 color: #23647E;
 position: absolute;
 top: 210px;
 left: 0px;
 table-layout: fixed;
}
.leftcontent{
 min-width: 200px;
 width: 200px;
 vertical-align: top;
}
.module{
 vertical-align: top;
 margin-left: 10px;
}
.logo{
 background-image: url(../images/logo.png);
 background-repeat: no-repeat;
 background-color: #379DC8;
 height: 162px;
}
.sublogo{
 background-image: url(../images/sublogo.png);
 background-repeat: no-repeat;
 background-color: #2E83A7;
 height: 39px;
 width: 614px;
}
.sublogob{
 background-image: url(../images/sublogob.png);
 background-repeat: repeat-x;
 background-color: #2E83A7;
 height: 39px;
 text-align: right;
 padding-right: 40px;
 color: white;
 vertical-align: top;
}

.sublogob form{
 color: white;
 position: relative;
 top: 6px;
}
.menu{
 border: 1px solid black;
 margin-left: 10px;
 background-image: url(../images/menu.png);
 background-repeat: no-repeat;
 background-color: #379DC8;
 width: 180px;
 height: 254px;
 vertical-align: top;
 font-size: 85%;
}
.menu a{
 width: 180px;
}

.mitems{
 margin: 0;
 position: relative;
 left: -15px;
 top: 4px;
 color: white;
 list-style-type: circle;
}
.mitems li{
 padding: 2px;
}
a{
 font-weight: bold;
}
.menu a:link,
.menu a:visited {
 color: white; /* Цвет ссылок */
 padding: 2px; /* Поля вокруг текста */ 
 text-decoration: none;
}
.menu a:hover {
 /*background: #81C1DC;*/ /* Цвет фона под ссылкой */ 
 color: #55BBFF; /* Цвет ссылки */ 
}

.module a:link,
.module a:visited {
 color: #23647E; /* Цвет ссылок */
 padding: 2px; /* Поля вокруг текста */ 
 text-decoration: none;
}
.module a:hover {
 /*background: #81C1DC;*/ /* Цвет фона под ссылкой */ 
 color: #55BBFF; /* Цвет ссылки */ 
}
.tab{
 display: inline;
}
.table_1 {
}
.table_1 td, 
.table_1 th {
 padding: 2px;
 border: 1px inset #55BBFF;
 vertical-align:center;
}
.atop *{
 vertical-align: top;
}

.err{
 color: red;
}

.smalltext{
font-size: 82%;
}