@font-face {
    font-family: Shriftone;
    src: url(/fonts/11693.otf);
   }

html{
height:100%;
}

body{
background-color:#071d1d;
width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
	background-image: url(../images/bgcont.jpg);
	    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-position: center;
	height:100%;	
}

a {

    color: #a5cf73;
    

}

.header{
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 100%;
}

.wrapper{
margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;

}
.footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 1000px;
	margin: -398px auto 0;
	height: 398px;
	position: relative;

}

.content {
	padding-bottom: 398px;
	height:100%;
}

.topmenu {
	border-radius: 10px;
	width: 1000px;
	background-image: url(../images/cf.png);
	background-repeat: repeat;
}
table.conttd{
width:100%;
border-spacing: 15px;
}
td.leftbl{
	border-radius: 10px;
	background-image: url(../images/cf.png);
	background-repeat: repeat;
	width:250px;
		vertical-align:top;
}

td.contbl{
	border-radius: 10px;
	background-image: url(../images/cf.png);
	background-repeat: repeat;
	
color:#aed478;
font-family:Shriftone;
font-size:16px;	
	vertical-align:top;
	    line-height: 150%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;	
}

table.tpmenu a{
color:#aed478;
text-decoration:none;
font-family:Shriftone;
font-size:22px;
}

table.tpmenu a:hover{
text-decoration: underline;
}

table.tpmenu {
    margin-left: auto;
    margin-right: auto;
	height: 66px;
}

table.tpmenu td {
    padding-left: 10px;
    padding-right: 10px;
}




table.ltmenu a{
color:#aed478;
text-decoration:none;
font-family:Shriftone;
font-size:16px;
}

table.ltmenu a:hover{
text-decoration: underline;
}

table.ltmenu {
    margin-left: auto;
    margin-right: auto;
	    text-align: center;

}

table.ltmenu td {
padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

ul.spesspisok{
list-style-type:none;
margin:0;
padding: 0;
    text-align: center;
}
ul.spesspisok li{
padding-bottom:10px;
}
ul.spesspisok li a{
color:#aed478;
text-decoration:none;
font-family:Shriftone;
font-size:16px;
}

ul.spesspisok li a:hover{
text-decoration:underline;
}

.specsp {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

td.contbl h1 {
    margin: 0;
    background-color: rgba(30, 51, 34, 0.6);
    border: #0c540f 1px solid;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 10px;
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    color: #62a062;
}

td.contbl h2 {
    margin: 0;
    background-color: rgba(30, 51, 34, 0.6);
    border: #2c8430 1px solid;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 10px;
    margin-top: 5px;
    text-align: center;
    font-size: 30px;
    color: #a5cf73;
}

.metrika {
    display: table;
    padding-top: 350px;
    margin-left: auto;
    width: auto;
    padding-right: 30px;
    opacity: 0.6;
}

td.contbl h2 a {
    color: #a5cf73;
}

ul.tags.inline a {

    color: #a5cf73;
}


@media screen and (max-width: 999px) {
td.contbl{
font-size:45px;
}


}