/* ======================================================================
Reset CSS
========================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .calculatorbody {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
    outline: 0;
    box-sizing: inherit;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
ul {
    margin: initial;
    font-size: 18px;
}
ul li {
    margin: initial;
    margin-left: 16px;
}
html {
	scroll-behavior: smooth;
    background-color: #202020;
    background-image: url('header_1400.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
}
b {	font-weight: 500; }
::-moz-focus-outer, ::-moz-focus-inner {
	border: 0;
	padding: 0;
}
a {
    color: orange;
    text-decoration: none;
}
b {
    font-weight: bold;
}
h1 {
    margin-top: 8px;
    margin-bottom: 16px;
    color: orange;
    font-size: 24px;
    font-weight: bold;
}
h2 {
    margin-bottom: 16px;
    color: #10be00;
    font-size: 24px;
    font-weight: bold;
}
h3 {
    margin-top: -8px;
    margin-bottom: 16px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
p {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: normal;
}
.bodycont {
    display: block;
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 264px auto 16px auto;
    background-color: #fff;
    padding: 48px 16px 64px 16px;
	box-shadow:  0 0 15px #cfcfcf;
	-moz-box-shadow: 0 0 15px #cfcfcf;
	-webkit-box-shadow: 0 0 15px #cfcfcf;
	-o-box-shadow: 0 0 15px #cfcfcf;
    border-radius: 6px;
}
#mainmenu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #163450;
    line-height: 32px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(0deg, #163450 30%, #296399 70%);
}
.mainhl {
    display: inline-block;
    border-right: 3px solid #a1a1a1;
    border-bottom: 1px solid #fff;
    padding: 3px 16px;
    font-weight: bold;
}
.mainhl:first-child:hover, .mainhl:hover, .ahover {
    color: #fff;
    background: linear-gradient(0deg, #ffc74e 30%, #bb8000 70%);
}
.mainhl:first-child {
    border-radius: 6px 0 0 0;
}
#header {
    display: block;
    position: absolute;
    top: -160px;
    left: 10%;
}
#header h2 {
    margin-bottom: initial;
    font-size: 42px;
    color: #fff;
    text-shadow: 3px 3px 8px #163450;
}
#content {
    display: block;
    position: relative;
    font-size: 22px;
}
#footer {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 16px 16px 0 16px;
    text-align: center;
    font-size: 18px;
    color: #a70000;
    background-color: #163450;
    text-shadow: 1px 1px #a1a1a1;
    border-radius: 0 0 6px 6px;
}
.langs {
    display: block;
    float: right;
    padding: 3px 16px;
    font-weight: normal;
    color:#fff;
    border: initial;
}
.langs:hover, .lhover {
    font-weight: bold;
    color:orange;
}
a.images {
    display: inline-block;
    padding: 1px;
    background-color: #ffc74e;
    font-size: 0;
    margin: 3px;
}
.highl {
    background-color: #10be00;
    padding: 3px;
}
.highl a {
    color: #fff;
}
.story {
    font-size: 16px;
}