html, body, form
{
	margin: 0;
	padding: 0;
	height:100%;
	
}

html
{
	height:100%;
	
}

body
{
	
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 13px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #F1F5FA;
	text-align: center;
	height:100%;
	min-height:100%;
	
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA; TEXT-DECORATION: none;}
a:visited{color:#486DAA; TEXT-DECORATION: none;}
a:active {color: #486DAA; TEXT-DECORATION: none;}
a:hover{color:#DD0000; TEXT-DECORATION: underline;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#container
{	
height:100% !important;
position:absolute;
width:1000px;
left:50%;
    margin-left:-501px;
	min-height:100%;
	background:#fff;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	
}
*html #container { height: expression(document.body.clientHeight > 50? "100%" :"50px"); }

#header
{
	position:relative; /*containing block*/
	height:120px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: url(images/header_small3.jpg) no-repeat;
	top:36px;
	margin-bottom:36px;
	/*border-bottom:1px solid #99BAD7;*/
}

#header_logo
{
	display:block;
	position:absolute;
	height:120px;
	width:175px; 
	right:0px;
	background: url(images/dom.jpg) right no-repeat;
	
}

#company_logo
{
	display:block;
	position:absolute;
	width:62px; 
	height:100px; 
	left:25px;
	top: 11px;
	background:url(images/logo.gif)  center no-repeat;
}

#header_text
{
	display:block;
	position:absolute;
	font-size:160%;
	font-weight:bold;
	left:140px;
	top: 25px;
	width:300px;
	height:80px;
	color: #fff;
	text-align:left;
	/*background:url(images/izb_bg1.jpg) right top no-repeat;*/
}

#header_text1
{
	position:absolute;
	left:130px;
	top: -22px;
	width:300px;
	height:20px;
	font-weight:bold;
	color:#666666;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#time
{
	position:absolute;
	left:500px;
	top: -22px;
	width:100px;
	height:20px;
	color:#666666;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#date
{
	position:absolute;
	left:550px;
	top: -22px;
	width:300px;
	height:20px;
	padding-left:5px;
	color:#666666;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:250%;
	border:none;
	color:#fff;
	text-decoration:none;
}

#header_text span
{
	font-size:100%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	/*background:#4B6185;*/
	position:absolute;
	right:25px;
	top:-25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#header_menu_top
{
		bottom:0;
	top:120px;
	min-height:25px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:210px;
	background: url(images/plashka.gif) repeat-x;
	}
}
#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

/*#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}*/

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	margin-top:10px;
	background:#fff;
	height:80%;
	min-height:80%;
	width:100%;
	}

/*Left column*/
#content .left-column
{
	widht:200px !impotant;
	vertical-align:top;
	height:100%;
	padding:0px 0 0px 0px;
	
}

/*Main column*/
#content .main-column
{
	height:100%;
	vertical-align:top;
	padding:10px 15px 10px 15px;
	
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) > 750 ? "750px" : "auto"); 

}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
/*	padding:10 0 0 0;*/
	border-left: 1px solid #D9D9D9;
	
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #fff;
	font-size: 80%;
		
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
	text-decoration:underline;
}
.footer-box
{
	font-size: 70%;
	border-top:1px solid #D9D9D9;
		padding:10px 10px 0 15px;
	margin-right:3px;
}



.footer-box span
{
	font-weight:bold;
	color:#1B3552;
}


/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/* social network*/
div#sonet_events_ms_message {width:150px;}

/*izbirkom*/
.izb
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 200px; 
	border: 1px solid #dbdcde; 
	padding: 10; 
	}

.izb_text
{ font-size:120%;
	color:#0066b0;
}


	

/*#plashka
{
	margin:0; padding:0;
	background:url(images/plashka.gif) repeat-x;
	min-height:25px;
	width:100%;
	}*/

.button_green{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:-1.004px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
}
.button_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.button_green:active {
	position:relative;
	top:1px;
}
