/*******стили body и общие******/

body {
    background-color:#fff;
    width:100%;
    height:100%;
    text-align:center;
    margin:0px;
    padding:0px;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a {
     color:#242b56;
}

/*******стили header*******/

#header {
    width:98%;
    min-width:850px;
    height:200px;
    background-color:#a1baec;
    margin:0px auto;
    padding:0px;
    border-bottom:5px solid #707385;
}

#header img {
    margin:40px auto;
    border:0px;
}

/******стили menu*******/

#menu {
    min-width:850px;
    width:98%;
    height:40px;
    background-image:url(/static/img/menu-img.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#dfe0e9;
    margin:0px auto;
    padding:0px;
}

#menulist {
    list-style-type:none;
    font:bold 14pt/28pt "Times New Roman", serif;
    color:#339b71;
    margin:0px;
    padding:0px;
}

#menulist li {
    display:inline-block !important;
    display:inline;/*ie*/;
    padding:0px 25px 0px 0px;
    margin:0px;
}

.menu-selected {
    color:#339b71;
}

.menu-selected a {
    color:#339b71 !important;  
}


/*******стили блока cont*******/

#cont {
    background-image:url(/static/img/contimg.png);
    background-position:top right;
    background-repeat:repeat-x;
    width:98%;
    min-width:850px;
    min-height:450px;
    height:auto !important;
    height:450px;
    margin:0px auto 10px;
    padding:0px;
 
   
}


#aboutform {
    width:28%;
    min-height:400px;
    height:auto !important;
    height:400px;
    margin-bottom:10px;
    position:relative;
    float:left;
    background-image:url(/static/img/aboutimg.png);
    background-position:top right;
    background-repeat:repeat-y;

}

#topright {
    position:absolute;
    top:0px;
    right:0px;
}

#bottomright {
    position:absolute;
    bottom:0px;
    right:0px;
}

#about {
    min-height:400px;
    height:auto !important;
    height:400px;
    background-color:#9ceecd;
    background-image:url(/static/img/aboutimg-hr.png);
    background-position:bottom right;
    background-repeat:repeat-x;
    margin-right:20px;
    padding:10px;
    font:normal 11pt/12pt Arial, san-serif;
    text-align:left;
}
 

#bottomleft {
    position:absolute;
    bottom:0px;
    left:0px;
}

#news {
    width:70%;
    margin-bottom:10px;
    margin-right:10px;
    display:inline-block;
   /* position:absolute;
    right:0px;
    top:0px;*/
    float:right;
    min-height:400px;
    height:auto !important;
    height:400px;
}

.newsfull {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.newstitle, .fullnewstitle {
    background-image:url(/static/img/newtop.png);
    background-position:top left;
    background-repeat:repeat-x;
    height:32px;
    font-style:normal;
    font-family:"Times New Roman", serif;
    color:#fff;
    font-size:12pt;
    text-align:left;
    padding-left:10px;
    line-height:22pt;
    background-color:#5c74a3;
}

.newstitle {
    margin-top:10px;
}

.newstitle a {
     color:#fff;
}

.authornews {
    padding-left:10px;
    position:absolute;
    left:0px;
}

.textnews, .commtext {
    padding:10px;
    margin:0px;
    text-align:left;
    font:normal 11pt/12pt Arial, san-serif;
    color:#242b56;
    
}

.textnews {
     background-color:#fff;
     min-height:50px;
     height:auto !important;
     height:50px;
     border-left:2px solid #a1baec;
     border-right:2px solid #a1baec;
}

.fullread, .newsfullread {
    background-image:url(/static/img/newbottom.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#a1baec;
    height:20px;
    font:normal 11pt/13pt "Times New Roman", serif;
    margin:0px;
    color:#242b56;
}

.fullread {
     text-align:right;
     padding-right:10px;
     position:relative;
}

#nextnews {
    margin-top:10px;
    text-align:center;
    height:20px;
    font:normal 11pt/14pt "Times New Roman", serif;
    color:#fff;
    background-color:#5c74a3;
}

h4 {
    height:32px;
    margin:0px;
    font-style:normal;
    font-weight:bold;
    font-family:"Times New Roman", serif;
    color:#fff;
    background-color:#5c74a3;
    text-align:center;
    line-height:22pt;
}

#green {
    background-color:#339b71;
    margin:0px 20px 0px 0px;
}

#aboutlist li {
    list-style:url(/static/img/list.png) square;
}


.imgmini {
    width:20%;
    padding:10px;
    float:left;
} 

.fullimg {
    width:auto;
    min-width:10px;
    margin:0px auto;
    border:0px;
}
   
.imgmini img, .fullimg img {
    border:0px;
    margin:0px;
    padding:0px;
}

.scrtop {
    height:32px;
    padding:0px 1px;
    margin:0px;
    font:normal 10pt/22pt Verdana,san-serif;
    color:#fff;
    text-align:center;
    background-color:#707385; 
}

.scrbottom {
    height:20px;
    text-align:center;
    font:normal 10pt/13pt Verdana,san-serif;
    margin:0px;
    padding:0px 1px;
    color:#000;
    background-color:#b1b3c2;
}

.newsfullread {
    text-align:left;
    padding-left:10px;
}

#comm {
    width:80%;
    margin:10px auto;
}

.commname {
    background-color:#339b71;
}

.commtitle {
    background-image:url(/static/img/commtop.png);
    background-position:top left;
    background-repeat:repeat-x;
    height:32px;
    margin-top:10px;
    font-style:normal;
    font-family:"Times New Roman", serif;
    color:#fff;
    font-size:12pt;
    text-align:left;
    padding-left:10px;
    line-height:22pt;
    background-color:#339b71;
}

.commtext {
    color:#2f413a;
    background-color:#c8f7e4;
    min-height:50px;
    height:auto !important;
    height:50px;
    border-left:2px solid #9ceecd;
    border-right:2px solid #9ceecd;
}

.commfoot {
    background-image:url(/static/img/commbottom.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#9ceecd;
    height:20px;
    font:normal 11pt/12pt "Times New Roman", serif;
    margin:0px;
    color:#173126;
    text-align:left;
    padding-left:10px;
}

#newcomm {
    width:80%;
    margin:0px auto;
    background-color:#b1b3c2;
}

#gray {
    background-color:#585a64;
    background-image:url(/static/img/newcommtop.png);
    background-position:top left;
    background-repeat:repeat-x;
    height:32px;
    margin-top:10px;
    font-style:normal;
    font-weight:bold;
    font-family:"Times New Roman", serif;
    color:#fff;
    font-size:12pt;
    text-align:center;
    padding-left:10px;
    line-height:22pt;
}

#newcommfoot {
    background-image:url(/static/img/newcommbottom.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#707385;
    height:20px;
    font:italic 11pt/12pt "Times New Roman", serif;
    margin:0px;
    color:#173126;
    text-align:left;
    padding-left:10px;
}

#recaptcha_table {
    margin:0px auto !important;
}

#comment-form {
    padding:10px 0px;
}

.lab {
    margin:0px;
    font-style:normal;
    font-family:"Times New Roman", serif;
    color:#000;
    font-size:12pt;
    text-align:right; 
}

#labtext {
    margin:0px;
    font-style:normal;
    font-family:"Times New Roman", serif;
    color:#000;
    font-size:12pt;
    text-align:right; 
    padding-right:10px;
}

#imptext {
    text-align:left;
}

.imp {
    text-align:left;
}

#tableform {
    margin:0 auto;  
}

#send {
    margin:0px;
    min-height:50px;
    height:auto !important;
    height:50px;
    font-style:normal;
    font-family:Arial,san-serif;
    color:#000;
    font-size:11pt;
    text-align:center;
    padding:0px 10px 10px;
}

#send a:hover {
    font-weight:normal;
}

.commun {
    text-align:left;
    margin:0px 20px 20px;
    padding:10px;
    list-style-type:none;
    font:normal 12pt/20pt "Times New Roman", serif;
    color:#000;
    list-style:url(/static/img/commun-img.png) square;
    list-style-position:inside !important;
    list-style-position:outside;/*ie*/;
}


/*******стили footer*******/

#footer {
    width:98%;
    min-width:850px;
    height:24px;
    background-color:#a1baec;
    margin:10px auto 0px;
    padding-top:2px;
    font:normal 12pt/16pt "Times New Roman", serif;
    color:#242b56;
    clear:both;
}

#max {
    float:left;
    margin-left:10px;
}

#fos {
    float:right;
    margin-right:10px;
}

    