div.schema{
	position: relative;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -450px;
	padding: 0;
	height: 500px;
	min-height: 500px;
	width: 900px;
	min-width: 900px;
	background-color: #eee;
	background-image: url('img/bg.png');
	background-position: left top;
	background-repeat: repeat-y;
	border: 1px solid #999;
}
/* ========== HEADER ========== */
div.schemaHeader{
	margin: 0;
	padding: 0;
	height: 115px;
}
div.schemaNav {
	float: right;
	margin: 5px;
	padding: 0;
	height: 22px;
	width: 172px;
	font-size: 12px;
	line-height: 100%; 
	background-color: #eee;
	border: 0px none #999;
	-moz-border-radius: 4px;
}
div.schemaNav a {
	float: left;
	text-decoration: none;
	margin: 4px 10px;
	padding: 0;
	height: 12px;
	width: 12px;
}
div.schemaLang{
	margin: 0;
	padding: 0;
	height: 20px;
}
/* ========== CONTENT ========== */
div.schemaContent{
	overflow: auto;
	margin: 0;
	padding: 10px 25px 60px 25px;
	height: 270px;
	min-height: 270px;
}
/* ========== FOOTER ========== */
div.schemaFooter {
	margin: 0;
	padding: 0;
	height: 45px;
}
/* ========== OTHER ========== */
/* ---------- LANG ---------- */
ul.lang {
	overflow: hidden;
	float: right;
	margin: 4px 6px;
	padding: 0;
	height: 14px;
	width: 32px;
	background-color: #eee;
	list-style-type: none;
	-moz-border-radius: 4px;
}
ul.lang:hover {
	overflow: visible;
	height: auto;
}
ul.lang li{
	margin: 0 6px 6px 6px;
	padding: 0;
	height: 14px;
	width: 20px;
	text-align: center;
	background-color: transparent;
	list-style-type: none;
}
ul.lang li a.lang{ text-decoration: none; margin: 0; padding: 0; height: 12px; width: 18px; border: 1px solid transparent; }
	ul.lang li a.lang:link { border: 1px solid transparent; }
	ul.lang li a.lang:visited { border: 1px solid transparent; }
	ul.lang li a.lang:active { border: 1px solid #d00; }
	ul.lang li a.lang:hover { border: 1px solid #d00; }
img.lang {
	border: none;
	margin: 0;
	padding: 0;
	height: 12px;
	width: 18px;
}
img.btn {
	border: none;
	margin: 0;
	padding: 0;
	height: 12px;
	width: 12px;
}

div.submenu{
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.submenu{
	margin: 5px 25px 5px 25px;
	padding: 0;
	color: #ccc;
	text-indent: 0;
}
li.submenu{
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: normal;
	font-size: 16pt;
	text-align: center;
	width: 33%;
	list-style-type: none;
}
a.submenu { text-decoration: underline; color: #009; }
	a.submenu:link { text-decoration: underline; color: #009; }
	a.submenu:visited { text-decoration: underline; color: #009; }
	a.submenu:active { text-decoration: none; color: #900; }
	a.submenu:hover { text-decoration: none; color: #900; }

div.menupath{
	clear: both;
	margin: 0px 5px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	font: normal 9pt/10pt sans-serif;
	color: #999;
}
a.menupath { text-decoration: none; margin: 0 3px; }
	a.menupath:link { color:#999; }
	a.menupath:visited { color:#999; }
	a.menupath:active { color:#900; }
	a.menupath:hover { color: #900; }
a.menupath_this { text-decoration: none; margin: 0 3px; font-weight: bold; }
	a.menupath_this:link { color: #999; }
	a.menupath_this:visited { color: #999; }
	a.menupath_this:active { color: #900; }
	a.menupath_this:hover { color: #900; }

ul.sitemap{
	font: normal 10pt/12pt sans-serif;
	list-style-type: none;
	margin: 5px 2px 5px 10px;
	padding: 2px;
	color: #999;
	text-indent: 0;
	border: 1px solid #ccc;
}
ul.sitemap li{
	margin: 5px 2px 5px 10px;
	padding: 0;
	text-indent: 0;
}
ul.sitemap li a { text-decoration: underline; color: #009; }
	ul.sitemap li a:link {color:#009;}
	ul.sitemap li a:visited {color:#009;}
	ul.sitemap li a:active {color:#900;}
	ul.sitemap li a:hover {color: #900;}

h1.title{
	font-weight: normal;
	font-size: 32pt;
	line-height: 100%;
	text-align: left;
	color: #900;
	margin: 0;
	padding: 30px 0 10px 50px;
}
p.title {
	font-size: 22pt;
	line-height: 100%;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 0 10px 50px;
}

table.contacts{
	margin: 50px 5px 5px 100px;
	padding: 0;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
}
table.contacts tr, td{
	vertical-align: middle;
	font-weight: normal;
	font-size: 18pt;
	text-align: left;
	color: #000;
}
table.contacts th{
	text-align: left;
	font-weight: normal;
	font-size: 18pt;
	color: #900;
}
