/* CSS Document */
html 
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
}

body 
{
	margin:0px;
	padding:0px;
	height: 100%;
	text-align:justify;
	font-family: verdana, arial, sans-serif;
	font-size:10pt;
	/*overflow: hidden;*/
	background: #6699FF;
	color: #FFFFFF;
	bottom:25px;
}

h1 
{
	font-size:14px;
	padding-top:0px;
}

table, tr, td
{
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
	
}

div {
	margin: 0px;
	padding: 0px;
}

.centered {
	position: absolute;
	top: 0px;
	bottom:50px;
	left: 50%;
	margin-left: -510px;
	width: 1010px;
	height: 736px;
	background:#6699FF;
	z-index: 1;
	/*overflow: hidden;*/
}
input
{
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}

input.text, input.password
{
	border: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
	width: 225px;
}

input.small
{
	border: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
	width: 50px;
}

input.submit, input.button
{
	border: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
	font-style: italic;
}

select
{
	border: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}

option.option
{
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}
option.optionselected
{
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	font-style: italic;
}

textarea
{
	border: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
}

textarea.htmlarea
{
	width: 555px;
	height: 450px;
}


a:link 
{
	color:#2AFFAA;
	text-decoration: none;
}

a:visited 
{
	color: #2AFFAA;
	text-decoration: none;
}

a:active 
{
	color: #2AFFAA;
	text-decoration: none;
}

a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}


.content_center
{
	position:absolute;
	left:143px;
	top:84px;
	width:756px;
	bottom:25px;

	/* IE only hack, for it being stupid */
	height: expression(document.body.clientHeight - 75 + "px");
}

.content_text
{
	position:absolute;
	left:142px;
	padding-right:10px;
	top:150px;
	width:454px;
	bottom:25px;

	/*overflow:visible;*/

	/* IE only hack, for it being stupid */
	height: expression(document.body.clientHeight - 75 - 25 + "px");
	z-index: 6;
}
.content_text_forum
{
	position:absolute;
	left:142px;
	top:150px;
	width:420px;
	bottom:auto;
	background-color:#6699FF;
	background: url('images/background_blue.png');
	padding-left:10px;

	/*overflow:visible;*/

	/* IE only hack, for it being stupid */
	height: expression(document.body.clientHeight - 75 - 25 + "px");
	z-index: 6;
	background-repeat: repeat;
}
.content_news
{
	position:absolute;
	left:141px;
	padding-right:10px;
	top:301px;
	width:454px;
	bottom:25px;
	/*overflow:visible;*/

	/* IE only hack, for it being stupid */
	height: expression(document.body.clientHeight - 75 - 25 + "px");
}

.content_right
{
	position:absolute;
	left:624px;
	top:150px;
	width:256px;
	height:240px;
	z-index: 2;
}
.content_rightunder
{
	position:absolute;
	left:623px;
	top:436px;
	width:256px;
	z-index: 4;
}

.content_upper
{
	position:absolute;
	left:140px;
	padding-right:10px;
	top:25px;
	width:454px;

	/*overflow:visible;*/

	/* IE only hack, for it being stupid */
	height: expression(document.body.clientHeight - 75 - 25 + "px");
	z-index: 3;
}
.content_upper_right
{
	position:absolute;
	left:624px;
	padding-right:10px;
	top:25px;
	width:256px;

	/*overflow:visible;*/

	/* IE only hack, for it being stupid */
	height: expression(document.body.clientHeight - 75 - 25 + "px");
	z-index: 5;
}
.content_live
{
	position:absolute;
	left:140px;
	padding-right:10px;
	top:150px;
	width:454px;
	height:50px;
}
.content_klimop
{
position:absolute;
	left:624px;
	padding-right:10px;
	top:925px;
	width:256px;
	
	/*overflow:visible;*/

	/* IE only hack, for it being stupid */
	height: expression(document.body.clientHeight - 75 - 25 + "px");
	z-index: 5;
}
	
