
/* CSS Document */
html {
	height: 100%;
	margin:0;
	padding:0;
	width: 100%;
}
body {
	font-family: Tahoma, Arial, Verdana;
	font-size: small;
	text-align:center;
	background-color: white;
	height: 100%;
	margin:0;
	padding:0;
	width: 100%;
}
img {
	border: 0;
}
a {
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Global */
#container {
	height: auto; 
	_height: 100%;
	min-height: 100%;
	min-width: 1000px;
	width:100%;
	position: relative; 
	text-align: center;
	margin:0;
	padding:0;
}
#header {
	margin:0 auto;
	text-align:center;
	width:1000px;
	position: relative;
}
#main {
	width:1000px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	clear:both;
}
/* ----- LEFT ----- */
#leftmenu {
	float:left;
	width:170px;
	text-align:left;
	display:block;
	margin-top:5px;
}
.menuelem {
	height:20px;
	display:block;
	margin:0 15px 1px 5px;
}
.menuelem a {
	padding-left:10px;
	display:block;
	border-top-color:#ffffff;
	border-top-style:solid;
	border-top-width:1px;
}
.menuelem a:hover {
	padding-left:10px;
	height:20px;
	display:block;
	background-color:#dddddd;
	border-top-color:#bbbbbb;
	border-top-style:solid;
	border-top-width:1px;
	text-decoration:none;
}

/* ----- Content ----- */
#content {
	float:left;
	width:830px;
	text-align:left;
	background-image:url(images/dots2.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#contentbox {
	text-align:left;
	margin-left:10px;
}

/* ----- Top menu ----- */
#topmenu {
	margin:5px 0px 0px 0px;
}
#topul {
	list-style-type:none;
	display:block;
	margin:0;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	height:1.6em;
	padding-left: 10px;
}
#topul li {
	display:block;
	float:left;
	list-style-type:none;
	width:6em;
	margin-right:3px;
	text-align:center;
	height:1.6em;
}
#top_active {
	background-color:#999999;
	color:#ffffff;
}
#topul li a {
	display:block;
}
#topul li a:hover {
	background-color:#dddddd;
	text-decoration:none;
	display:block;
	height:1.6em;
}
.skrugl {
	font-weight:normal;
	display:block;
	height:1px;
	margin:0;
	border-left-style:solid;
	border-left-color:#ffffff;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#ffffff;
	border-right-width:1px;
}
.skrugl_gr {
	display:block;
	height:1px;
	margin:0;
	border-left-style:solid;
	border-left-color:#cccccc;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#cccccc;
	border-right-width:1px;	
}

.skrugl_wh {
	display:block;
	height:1px;
	margin:0;
}

#info_box {
	margin:0px 0px 0px 0px;
	background-color:#eeeeee;
	padding:10px 35px 30px 15px;
}
.ibox {
	margin-bottom:10px;
	padding:5px 8px 5px 8px;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
	text-align:justify;
}
.titbox {
	padding:5px 8px 3px 8px;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
	text-align:justify;
	height:1.5em;
	font-weight:bold;
	background-image:url(images/strelka.png);
	background-position:right;
	background-repeat:no-repeat;
}

.img_left {
	margin-right:10px;
}
td {
	vertical-align:top;
}
.back_gray {
	background-color:#cccccc;
}

/* ----- Footer ----- */
#footerCleanup {
	clear: both;
	width: 100%;
	height: 50px;
}
#footer {
	margin:0px 0px 0px 0px;
	bottom:0;
	left:0;
	position:absolute;
	height:50px;
	width:100%;
	display:block;
	clear:both;
	text-align:center;
}
#footerbox {
	width:1000px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	clear:both;
}
#footercopyr {
	margin: 10px 0 0 200px;
	text-align:left;
	float:left;
	width:700px;
	font-size:10px;
	position:relative;
}
#footer_rigth {
	margin:10px 0 0 0;
	float:left;
	width:100px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	padding: 0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	line-height:normal;
}
h1 {
	font-size:150%;
}
h2 {
	font-size:150%;
	color:#ff0000;
}
h3 {
	font-size:120%;
	font-weight:bold;
}
h4 {
	font-size:120%;
	font-weight:bold;
	color:#ff0000;

}
h5 {
	font-size:100%;
	font-weight:bold;
}
h6 {
	font-size:100%;
	font-weight:bold;
	color:#ff0000;
}
.size10 {
	font-size:10px;
	color:#ff0000;
	text-decoration:none;
	clear:both;
}