#Anser {
  position: absolute;
  width: 219px;
  height: 50px;
  right: 44px;
  top: 38px;
  margin: 0;
  background-color: transparent;
  background-image: url(/images/anser.png);
  z-index: 20;
}

#Glob {
  position: absolute;
  width: 79px;
  height: 88px;
  left: 68px;
  top: 33px;
  margin: 0;
  background-color: transparent;
  z-index: 20;
}

#Kruz {
  position: absolute;
  width: 385px;
  height: 84px;
  left: 47%;
  top: 36px;
  margin-left: -192px;
  margin-top: 0px;
  background-color: transparent;
  background-image: url(/images/kruz.png);
  z-index: 3;
}

#Menu {
  position: absolute;
  width: 180px;
  height: 360px;
  left: 32px;
  top: 146px;
  margin: 0px;
  padding: 0px;
  z-index: 30;
  overflow: hidden;
}

#MenuItem {
  position: relative;
  width: 180px;
  height: 58px;
  padding: 0;
  border-width: 0;
  border-style: none;
  margin: 0px 0px 4px 0px;
  overflow: hidden;
}

#VDiv {
  position: absolute;
  width: 2px;
  height: 74%;
  left: 244px;
  top: 41px;
  min-height: 600px;
  z-index: -3;
}

#Copyright {
  position: absolute;
  right: 8px;
  bottom: 6px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9px;
  z-index: 5;
}


#CounterL {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 700;
}


#CounterR {
  position: absolute;
  right: 6px;
  bottom: 22px;
  z-index: 20;
}


#Back {
  position: absolute;
  z-index: -3;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

#NoFlash {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: repeat;
  background-image: url(/images/none.gif)
}

.Hided {
  display: none
}

.NoFrame {
  border-width: 0;
  border-style: none;
}

h1 {
  color: #a80000;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

h2 {
  color: #7b4e01;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 8px;
  padding-left: 14px
}

h3 {
  color: #7b4e01;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
}

#ContactBlock h2 {
  color: #7b4e01;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 8px;
}

p {
  margin: 0;
}

p:first-line {
  padding-left: 6px;
  margin-left: 50px;
}

ol {
  list-style-type: decimal;
  margin-top: 4px;
  margin-bottom: 4px;
}


ul {
  margin: 0;
  padding-left: 16px;
  list-style-position: outside;
}

li {
  list-style-type: disc
}


#session {
  position: absolute;
  width: 158px;
  left: 32px;
  top: 640px;
  margin: 0px;
  padding: 0px;
  z-index: 30;
}

.sessionItem {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin: 0 0 14px;
}

.sessionItem a:link {
  color: #000000;
  text-decoration: underline;
}

.sessionItem a:hover {
  color: #006600;
  text-decoration: none;
}

#blindScreen {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
  background-color: #000000;
  opacity: 0.78;
  cursor: pointer;
  display: none;
}

#loadingInfo {
  font-size: 16px;
  color: #aaa;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 24px;
  margin-left: -100px;
  margin-top: -12px;
  position: fixed;
  z-index: 510;
  display: none;
}


