/* GLOBAL */
BODY {
	margin: 0;
	background-color: #FFFFFF;
	font: 13px Tahoma;
	color: #555555;
}
TD {
	vertical-align: top;
}
IMG {
	border-style: none;
}
FORM {
	margin: 0;
}
INPUT, TEXTAREA {
	border: solid 1px #999;
}
TEXTAREA {
	overflow: auto;
}
H1, H2, H3, H4 {
	margin: 0;
}
H1 {
	font: bold 18px "Myriad Pro", Arial;
	color: #4a88c7;
}
H1 STRONG {
	font: bold 18px "Myriad Pro", Arial;
	color: #000000;
}
H2 {
	color: #4a88c7;
	font: bold 18px "Myriad Pro", Arial;
	margin: 15px 0 5px 0px;
}
H3 {
	font-size: 12px;
	margin: 15px 0 5px 0px;
}


ABBR, ACRONYM {
	border:0 none;
	cursor:help;
}
P {
	margin-top: 5px;
	margin-bottom: 0px;
}
/* ----------- */

#headerHolder {
	height: 258px;
	background: url('../images/header-bg1.jpg') no-repeat top center;
}

#header {
	width: 742px;
	margin: 0 auto;
	position: relative;
}

.photoRight {
	float: right;
	margin: 10px 0px 10px 20px;
	text-align: center;
}
.photoLeft {
	float: left;
	margin: 10px 20px 10px 0px;
	text-align: center;
}

/* BOX */

/* ---- */
#logo {
	position: absolute;
	top: 0px;
	left: 30px;
}

#langBar {
	color: White;
	font: 14px "Myriad Pro", Arial;
	position:relative;
	top: 145px;
	padding-left: 645px;
	margin: 0 auto;
	height: 14px;
	width: 100px;
}
#navHolder {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 740px;
	height: 28px;
	background: url('../images/nav-bg.png') repeat-x top left;
	padding-left: 2px;
}
#navLeft {
	position: absolute;
	top: 230px;
	left: -20px;
}
#navRight {
	position: absolute;
	top: 230px;
	right: -20px;
}
#navHolder IMG {
	margin-top: 7px;
	margin-left: 2px;
}

#content {
	width: 782px;
	margin: 0 auto;
	background: White url('../images/content-bg.gif') repeat-y top left;
}
#leftCell {
	background: White url('../images/left-cell-bg.gif') no-repeat bottom right;
}
#rightCell {
	background: White url('../images/right-cell-bg.gif') no-repeat bottom left;
}

#footerHolder {
	height: 222px;
	background: url('../images/footer-bg.jpg') no-repeat top center;
}
#footer {
	text-align: center;
	padding-top: 70px;
}

.error {
	color: #990000;
}

A.more:link, A.more:active, A.more:visited {
	display: inline-block;
	margin-top: 8px;
	background: url('../images/strelica.jpg') no-repeat center right;
	padding-right: 22px;
	height: 18px;
}

