@CHARSET "UTF-8";
@import "reset.css";

body {
	background: #1a0201 url("../images/body_bg.gif") 0 0 repeat-x;
	font-family: "Times New Roman", Times, serif;
	_text-align: center;
}

a {
	cursor: pointer;
	text-decoration: none;
}

div.clear {
	clear: both;
	*height: 0;
	_font-size: 0;
}

.left { float: left; }
.right { float: right; }

#mainwrap {
	margin: 10px auto 50px auto;
	padding: 10px 10px 20px 10px;
	width: 950px;
  _width: 970px;
	background: #1e0401;
  _text-align: left;
}

ul { margin-left: 30px; list-style-type: disc; }
ol { margin-left: 30px; list-style-type: decimal; }
/* header
 *****************************************************************/
.header {
	position: relative;
	width: 950px;
	height: 154px;
	background: url("../images/header_bg.gif") 0 0 no-repeat;
}

.header_img {
	margin: 1px 2px 0 0;
	width: 950px;
	height: 146px;
	overflow: hidden;
}

.header_img img {
  float: right;
  margin: 1px 2px 0 0;
}

/* header menu */
.headermenu {
	position: absolute;
	right: 4px;
	bottom: 0;
	width: 794px;
	height: 34px;
  background: url("../images/headermenu_bg.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/headermenu_bg.png',sizingMethod='scale');
}

.headermenu a {
	float: right;
	display: block;
	margin: 2px 0 0 1px;
	padding: 9px 0 0 0;
  width: 160px;
	height: 23px;
  _height: 32px;
	background: url("../images/headermenu_item.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/headermenu_item.png',sizingMethod='scale');
	color: #767676;
	font-size: 16px;
  text-align: center;
}

.headermenu a:hover,
.headermenu a.active {
  margin: 0 0 0 1px;
  padding: 11px 0 0 0;
  height: 23px;
  _height: 34px;
  background: url("../images/headermenu_item_active.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/headermenu_item_active.png',sizingMethod='scale');
	color: #7f262f;
}

h1.logo {
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  _left: -1px;
  width: 206px;
  height: 170px;
  background: url("../images/logo.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='scale');
}

h1.logo a {
  display: block;
  width: 206px;
  height: 170px;
}


/* maincontainer
 *****************************************************************/
.maincontainer {
  padding: 6px 0 70px 0;
	background: #240d0d;
}

/* leftcolumn */
.leftcolumn {
	float: left;
	margin: 0 2px 0 5px;
  _margin: 0 2px 0 2px;
	width: 195px;
}

.leftcolumn ol, .leftcolumn ul { margin:0; list-style-type:none; }

/* midcolumn */
.midcolumn {
  float: left;
  margin: 0 2px 0 0;
  width: 561px;
}

.midcolumn h3 {
  margin: 0 0 8px 0;
  color: #7f262f;
  font-size: 24px;
  font-weight: normal;
}

.midcolumn p {
  color: #5b4441;
  font-size: 14px;
  line-height: 18px;
}

.midcolumn a {
  color: #a62b2b;
  font-size: 14px;
}

/* rightcolumn */
.rightcolumn {
  float: left;
  width: 180px;
}

.rightcolumn img {border:0;}

/* form
 *****************************************************************/
label {
  color: #6e5f5f;
  font-size: 11px;
  font-weight: bold;
}

input {
  margin: 4px 0 5px 0;
  *margin: 2px 0 3px 0;
  padding: 3px;
  /* width: 90px; */
  width: 150px;
  _width: 165px;
  height: 15px;
  _height: 21px;
  background: #ffffff;
  border: 1px solid #bfbcb5;
  color: #6e5f5f;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

select {
  margin: 4px 0 5px 0;
  padding: 2px;
  width: 157px;
  _width: 165px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #bfbcb5;
	color: #6e5f5f;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

textarea {
  margin: 4px 0 5px 0;
  padding: 3px;
  width: 486px;
  _width: 494px;
  height: 73px;
  _height: 81px;
  background: #ffffff;
  border: 1px solid #bfbcb5;
  color: #6e5f5f;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

div.button {
  display: block;
	margin: 0 4px 0 0;
  width: 81px;
  height: 26px;
  background: url("../images/submitbutton.gif") 0 0 no-repeat;
}

div.button input {
  margin: 0;
  padding: 0;
  width: 81px;
  height: 26px;
  cursor: pointer;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}


/* boxes
 *****************************************************************/
.leftcolumn .box {
  margin: 2px 0 0 0;
  width: 195px;
}

.leftcolumn img { border: 0; }

.midcolumn .box {
  margin: 0 0 2px 0;
  width: 561px;
}

.rightcolumn .box {
  margin: 0 0 2px 0;
	width: 180px;
}

/* mainbox */
.midcolumn .mainbox {
	height: 188px;
	background: url("../images/mainbox.gif") 0 0 no-repeat;
	font-size: 15px;
	color: #5b4441;
}

.midcolumn .mainbox .boxinlay {
	padding: 20px;
}

.midcolumn .mainbox p {
  line-height: 18px;
}

.midcolumn .mainbox p.welcome {
	margin: 0 0 5px 0;
	color: #68502b;
	font-size: 24px;
  line-height: 1;
}

.midcolumn .mainbox h1 {
  margin: 0 0 20px 0;
	color: #7f262f;
	font-size: 22px;
	font-weight: bold;
}

/* quizbox */
.quizbox {
	height: 74px;
	background: url("../images/quizbox.gif") 0 0 no-repeat;
}

.quizbox img { border: 0;}

.quizbox a {
	display: block;
  padding: 22px 0 0 0;
	width: 100%;
  height: 52px;
  _height: 74px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.quizbox span.quiz_hu {
	margin: 0 auto 0 auto;
  padding: 0 0 4px 0;
  display: block;
	width: 137px;
	height: 18px;
	background: url("../images/quiz_hu.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/quiz_hu.png',sizingMethod='scale');
}

.quizbox span.quiz_en {
	margin: 0 auto 0 auto;
  padding: 0 0 4px 0;
  display: block;
	width: 137px;
	height: 18px;
	background: url("../images/quiz_en.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/quiz_hu.png',sizingMethod='scale');
}

.quizbox span.quiz_de {
	margin: 0 auto 0 auto;
  padding: 0 0 4px 0;
  display: block;
	width: 137px;
	height: 18px;
	background: url("../images/quiz_de.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/quiz_hu.png',sizingMethod='scale');
}

.quizbox span.quiz_es {
	margin: 0 auto 0 auto;
  padding: 0 0 4px 0;
  display: block;
	width: 137px;
	height: 18px;
	background: url("../images/quiz_es.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/quiz_es.png',sizingMethod='scale');
}

.quizbox span.quiz_de {
	margin: 0 auto 0 auto;
  padding: 0 0 4px 0;
  display: block;
	width: 137px;
	height: 18px;
	background: url("../images/quiz_ru.png") 0 0 no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/quiz_ru.png',sizingMethod='scale');
}


/* book gomb */
.book_button {
	height: 74px;
	/*background: url("../images/quizbox.gif") 0 0 no-repeat;*/
}

.book_button a {
	display: block;
  padding: 0 0 0 0;
	width: 100%;
  height: 52px;
  _height: 74px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}


/* sidebox */
.sidebox_top {
	height: 3px;
	background: url("../images/sidebox_top.gif") 0 0 no-repeat;
	_font-size: 0;
}

.sidebox_body {
	/*padding: 17px 17px 7px 17px;*/
  _padding: 17px 0 7px 15px;
  background: #e3ddc5 url("../images/sidebox_bg.gif") 0 0 repeat-x;
	border-left: 1px solid #dad7ce;
  border-right: 1px solid #dad7ce;
}

.sidebox_bottom {
	_position: relative;
	_left: 2px;
  height: 3px;
  background: url("../images/sidebox_bottom.gif") 0 0 no-repeat;
  _font-size: 0;
}

.sidebox h3 {
	margin: 0 0 10px 0;
	color: #68502b;
	font-size: 20px;
}

.sidebox p {
  margin: 0 0 10px 0;
	color: #5b4441;
	font-size: 12px;
}

/* midbox */
.midbox {
	width: 100%;
}

.midbox_top {
	height: 3px;
	background: url("../images/midbox_top.gif") 0 0 no-repeat;
  _font-size: 0;
}

.midbox_body {
  padding: 21px 23px 21px 23px;
  background: #e3ddc5 url("../images/sidebox_bg.gif") 0 0 repeat-x;
  border-left: 1px solid #dad7ce;
  border-right: 1px solid #dad7ce;
}

.midbox_bottom {
  height: 3px;
  background: url("../images/midbox_bottom.gif") 0 0 no-repeat;
  _font-size: 0;
}

/*imagewrap | midbox */
.imagewrap {
	float: left;
	margin: 0 15px 15px 0;
	/*width: 156px;
  _width: 164px;
	height: 91px;
  _height: 99px;*/
	border: 1px solid #d0cdc3;
	padding: 3px;
	background: #ffffff;
	*font-size: 1px;
}

.midbox p {
	margin: 0 0 14px 0;
	text-align: justify;
}

/* midformbox */
.midformbox_top {
	height: 4px;
	background: url("../images/midformbox_top.gif") 0 0 no-repeat;
  _font-size: 0;
}

.midformbox_body {
  background: url("../images/midformbox_bg.gif") 0 0 repeat-y;
}

.midformbox_bodyinlay {
	margin: 0 3px 0 3px;
	background: #fbfaf6;
	border: 1px solid #dad7ce;
}

.midformbox p {
	font-size: 12px;
	line-height: 14px;
}

.midformbox form fieldset {
	margin: 2px;
	padding: 15px;
	border: 1px dashed #dbd8ce;
}

.midformbox col.leftcolumn {
	float: none;
	width: 235px;
}

.midformbox col.midcolumn {
  float: none;
  width: 150px;
}

.midformbox col.rightcolumn {
  float: none;
  width: 130px;
}

.midformbox .td_leftcolumn select { width: 224px; }

.midformbox .td_leftcolumn input {
  width: 216px;
  _width: 224px;
}

.midformbox .td_midcolumn input {
  width: 132px;
  _width: 140px;
}

.midformbox .td_rightcolumn input {
  width: 106px;
  _width: 114px;
}

.midformbox_bottom {
  height: 4px;
  background: url("../images/midformbox_bottom.gif") 0 0 no-repeat;
  _font-size: 0;
}

.midformbox table { margin: 20px 0 0 10px; }

/* midformbox */
.subformbox form {
	padding: 15px;
	background: url("../images/maintable_th_bg.gif") 0 0 repeat-x;
	border: 1px solid #aca794;
}

.subformbox label {
	float: left;
	display: block;
	margin: 6px 6px 0 0;
	width: 190px;
	color: #5B4441;
	font-size: 12px;
	text-align: right;
}

.subformbox input { width: 220px; }

.subformbox .button { margin: 4px 0 0 0; }

.subformbox .first {
	position: relative;
	margin: 4px 4px 0 196px;
  _margin: 4px 4px 0 100px;
}

.subformbox .first input {
	position: absolute;
	top: 0;
	left: 0;
}

.subformbox form textarea { width: 220px; height: 103px;}

/* table | midcolumn */
table.maintable { border: 1px solid #aca793; }

table.maintable col.leftcolumn {
	float: none;
	margin: 0;
	width: 350px;
}

table.maintable col.rightcolumn {
  float: none;
  margin: 0;
	width: 163px;
  text-align: right;
}

table.maintable .leftside { text-align: left; }

table.maintable .rightside { text-align: right; }

table.maintable th,
table.maintable td {
	padding: 5px 15px 5px 20px;
  color: #504436;
  font-size: 14px;
}

table.maintable th {
  padding: 10px 15px 10px 20px;
	background: #e3dec8 url("../images/maintable_th_bg.gif") 0 0 repeat-x;
}

table.maintable small { font-size: 12px; }

table tr.dark td { background: #d9d4be; }

table tr.dark td { border-top: 1px dashed #bab59f; }


/* gallery
 *****************************************************************/
.gallerybox_top {
  border-bottom: 1px solid #b7ad92;
}

.gallerybox_top p.left,
.gallerybox_top p.right {
	margin: 0 0 5px 0;
  font-size: 12px;
}

p.magnifying {
	padding: 0 0 0 14px;
	background: url("../images/magnifying.gif") 0 4px no-repeat;
}

.gallery {
  *margin: 10px 0 10px 1px;
	padding: 10px 0 10px 1px;
  *padding: 0 ;
}

.gallery a.imagewrap {
	display: block;
	margin: 0 3px 3px 0;
}

.gallerybox .pager {
  padding: 10px 0 10px 0;
  border-top: 1px solid #b7ad92;
}

.gallerybox .pager a {
	float: right;
	display: block;
	margin: 0 5px;
	color: #5B4441;
}


/* sidemenu
 *****************************************************************/
.sidemenu {
	background: url("../images/sidemenu_bg.gif") 0 0 repeat-y;
display:block;
}

.sidemenu_top {
	height: 17px;
  background: url("../images/sidemenu_top.gif") 0 0 no-repeat;
}

.sidemenu_bottom {
  height: 4px;
  background: url("../images/sidemenu_bottom.gif") 0 0 no-repeat;
	_font-size: 0;
}

.sidemenu li {
	margin: 0 6px 0 6px;
  border-bottom: 1px dashed #dbd8ce;
  display:block;
}

.sidemenu li ul {
display:block;
background: transparent url(../images/0.gif) 0px 0px repeat;
border: 0;
}


.sidemenu li.last,
.sidemenu li li {
  border-bottom: none;
  display:block;
}

.sidemenu li li {
	margin: 0;
	width: 100%;
	_font-size: 0;
}

.sidemenu li a:link, .sidemenu li a:visited, .sidemenu li a:hover, .sidemenu li a:active {
	display: block;
	margin: 1px 0 1px 0;
  padding: 6px 0 6px 22px;
	background: url("../images/sidemenu_mainsign.gif") 11px 11px no-repeat;
	color: #752b31;
	font-size: 14px;
}

.sidemenu li li a:link, .sidemenu li li a:visited, .sidemenu li li a:hover, .sidemenu li li a:active {
  margin: 0;
  padding: 3px 0 3px 30px;
  background: url("../images/sidemenu_subsign.gif") 22px 8px no-repeat;
  color: #787773;
  font-size: 13px;
}

.sidemenu li li.first a:link, .sidemenu li li.first a:visited, .sidemenu li li.first a:hover, .sidemenu li li.first a:active {
  padding: 0 0 3px 30px;
}

.sidemenu li li.last a:link, .sidemenu li li.last a:visited, .sidemenu li li.last a:hover, .sidemenu li li.last a:active {
  padding: 3px 0 6px 30px;
}

.sidemenu li a:hover,
.sidemenu li a.active {
  background: #eceae3 url("../images/sidemenu_mainsign_active.gif") 11px 11px no-repeat;
  color: #96583d;
}

.sidemenu li li a:hover,
.sidemenu li li a.active {
  background: transparent url("../images/sidemenu_subsign.gif") 22px 8px no-repeat;
  color: #787773;
}


/* rightcolumn
 *****************************************************************/
.languagebox {
	height: 28px;
	background: url("../images/languagebox.gif") 0 0 no-repeat;
}


.languagebox a {
	display: block;
	float: left;
	margin: 5px 0 0 5px;
  _margin: 5px 0 0 4px;
	width: 30px;
	height: 18px;
	background: url("../images/language_wrap.gif") 0 0 no-repeat;
}

.languagebox a img {
  margin: 3px 0 0 3px;
}


a.banner {
	display: block;
	margin: 0 0 2px 0;
}


/* footer
 *****************************************************************/
.footer {
	_margin: 20px 0 0 0;
  padding: 20px 0 0 0;
	padding: 0;
	color: #938f80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

.footer ul {
  float: right;
  margin:0; 
  list-style-type:none;
}

.footer ul li {
	float: left;
  margin: 0 0 0 10px;
  color: #938f80;
}

.footer ul li a {
  margin: 0 0 0 10px;
  color: #938f80;
}

.footer p {
  margin: 10px 0 0 0;
}

.footer p a {
	color: #938f80;
	text-decoration: underline;
}