ul,li,div,a,p,img,body {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: url('../gfx/pozadie.png');
    background-repeat: no-repeat;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    background-color: rgb(22,3,2);
    color: rgb(255,254,254);
}
html, body {
    overflow: hidden;
}
a {
    text-decoration: none;
    color: rgb(228,204,179);
}
#MainWrap {
    min-height: 100%;
    height: auto !important;
}
#MainBlock {
	width: 718px;
	height: 440px;
	border: solid 3px;
	margin: 43px auto;
}
#InnerLeft {
	width: 272px;
	height: 100%;
	float: left;
	margin-right: 19px;
	
}
#Menu {
    text-align: right;
    color: rgb(228,204,179);
    font-weight: bold;
    padding-right: 24px;
    padding-top: 50px;
}
.active {
    color: rgb(255,254,254);
}
#Menu li {
    list-style-type: none;
}
#Logo {
    height: 272px;
}
#Flag {
    text-align: right;
    padding-right: 24px;
    margin-top: 15px;
}
#Flag li {
    display: inline;
    float: right;
    margin-left: 5px;
    list-style-type: none;
}
#MenuWrap {
	background: url('../gfx/menu-bg.png');
	background-repeat: no-repeat;
	width: 272px;
	height: 100%;
    margin: 0;
    padding: 0;
}
.TopImg {
	margin-top: 20px;
	margin-bottom: 13px;
}
.Text {
	height: 275px;
	width: 404px;
	text-align: justify;
	overflow: auto;
    -ms-overflow-style: none;
    -ms-overflow-x: auto;
    -ms-overflow-y: auto;
}

.Text::-webkit-scrollbar { width: 0 !important }
.Text:active { pointer-events: none; }
#InnerRight {
	width: auto;
}