/*@font-face {
  font-family: Arial Unicode MS;
  font-style:  normal;
  font-weight: normal;
  src: url(ARIALUN0.eot);
} */
/*@font-face {
  font-family: Arial;
  font-style:  normal;
  font-weight: normal;
  src: url(ARIAL3.eot);
}*/
@font-face {
  font-family: Arial;
  font-style:  normal;
  font-weight: normal;
  src: url(ARIAL0.eot);
}
/*@font-face {
  font-family: Microsoft Sans Serif;
  font-style:  normal;
  font-weight: normal;
  src: url(MICROSO9.eot);
}*/
html,body,td,span,div,input,textarea,select{
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size:11px;	
}
img {
	border: 0px;
}
html,body{
	/*background: #f7f5f0 url(../img/site/bg.gif);*/
	color: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #98BEC0
}
#al{
	position: absolute;
	height: 100%;
	min-height: 100%;
	left: 50%;
	/*background: url(../img/site/bg_body.gif) no-repeat right;*/
	/*min-width:1002px;
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<777?'1002px':'100%');*/
	/*width:777px;*/
}
#all{
	position: absolute;
	height: 100%;
	min-height: 100%;
	left: -388px;
	/*background: url(../img/site/bg_body.gif) repeat-y;*/
	/*min-width:1002px;
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<777?'1002px':'100%');*/
	width:777px;
	
	background: #ffffff url(../img/site/bg_body.gif) repeat-y;
}
html>body #al #all{
	height: auto;
}

#c{
	clear: both;
	position: relative;
	width: 100%;
	
}
* html #c{
	z-index:-1;
}
#c_left{
	width: 149px;
	float: left;
	padding: 7px 0px 7px 0;
	background: url(../img/site/bg_white.gif) repeat-x;
}
#c_center{
	width: 432px;
	float: left;
	margin: 8px 10px 7px 10px;
	padding: 0 0 15px 0;
}
#c_rig{
	width: 176px;
	float: left;
	padding: 8px 0 7px 0;
	background: url(../img/site/bg_white.gif) repeat-x;
}


#bot{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#e{
	height: 35px;
	/*background-color: Lime;*/
	clear: both;
}
#top{
	width: 100%;
	/*white-space: nowrap;*/
	/*height: 173px;*/
}

/* все остальное стандартное */
a{
	color: #006699;
}
.non{
	text-decoration: none;
}
ul{margin: 0 0 0 0; padding: 5px 0 5px 40px;}
ul li{
	list-style: url(../img/site/arr.gif);
}

form{
	margin: 0
}
input,textarea{
	border: 1px solid #7199A6;
	font-size: 9px;
}
select{
	border: 1px solid #7199A6;
	font-size: 10px;
}
.form_button{
	border: 1px solid #7199A6;
	background-color: #307C80;
	color: #ffffff;
	font-size: 9px;
}
.form_button_top{
	border: 1px solid #ffffff;
	background-color: #307C80;
	color: #ffffff;
	font-size: 8px;
}
.form100{
	width: 100%
}
.white{
	color:#ffffff;
}
.red{
	color:#990000;
}
.lilac{
	color: #7B439E;
}
.small{
	font-size:10px;	
}
.blue{
	color: #006699;
}
.green{
	color: #307C80;
}
.grau{
	color: #999999;
}

table{border-collapse: collapse;} 
table td, table th {padding: 0px;}
/*table td .padding3 {padding: 3px;}*/

.menu_top{
   position: relative;
	float:left;
	background: url(../img/site/top_trim.gif) no-repeat;
	padding: 2px 5px 0 6px;
}
.top_menu{
	color: #ffffff;
	text-decoration: none;
	font-size:10px;
	position:relative;	
	
}
a.menu_box{
	color: #ffffff;
	background-color: #307C80;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 6px 6px 6px 10px;
	font-size:10px;
	display: block;
	/*width: 160px;*/
	/*float: left;*/
	/*width: 149px;*/
	/*width:expression(/(opera)/.detect(navigator.userAgent)?'149px':'133px');*/
	
	/*width:expression(navigator.userAgent.toLowerCase().indexOf('opera')!=-1?'149px':'133px');*/
}
* html a.menu_box{
	/*width:expression(navigator.userAgent.toLowerCase().indexOf('opera')!=-1?'149px':'133px');*/
	/*width:expression(/opera/.detect(navigator.userAgent)?149:133);*/
	width:149px;
}
a.menu_box:hover{
	background-color: #C7D9DB;
	color: #307C80;
}
.submenu_div_left, .submenu_div_top{
	position: absolute;
	visibility:hidden;
	background-color:#307C80;
	/*overflow:visible;*/
	z-index: 99;
	
	/*width: 165px;*/
	/*float: left;*/
	display: block;
	padding:1px 0 0 0;
	/*width: 170px;*/
}
.submenu_div_top{
	top: 31px;
	left: 0px;
	
	/*width:160px;*/
	/*clear: both;*/
	/*float: none;*/
}
.submenu_div_left{
	top: 0px;
	left: 150px;
}
a.submenu_box{
	color: #307C80;
	background-color: #C7D9DB;
	text-decoration: none;
	/*margin: 1px 1px 0 1px;*/
	padding: 6px 6px 6px 10px;
	font-size:11px;
	display: block;
	/*float: left;*/
	width: 170px;
	/*white-space: pre;*/
	
	margin: -1px 0 0 0;
	border: 1px solid #307C80;
}
/*html>body a.submenu_box{
	width: 147px;
}*/
a.submenu_box:hover{
	background-color: #307C80;
	color: #ffffff;
}
.header,.subheader,.header_box{
	color: #ffffff;	
	display: block;
	margin: 0 0 10px 0;	
	font-weight: bold;	
	padding: 4px 10px 4px 10px;
}
.header{
	text-align: center;
	background: #307C80 url(../img/site/logo_head.gif) no-repeat;
	padding: 4px 10px 4px 30px;
}
.subheader{
	background-color: #C7D9DB;
	color: #006699;
}
.header_box{
	text-align: center;
	background-color: #307C80;
}
.line{
	margin:0;padding:1px 0 0 0;
	background-color: #E9F2F3;
}
.big{
	font-size:12px;	
}
/*.datetime{
	background-color: #C7D9DB;
	padding: 4px 10px 4px 30px;
}*/
/*#a{
	margin: 0;
	padding: 0;
}*/
/*table{border-collapse: collapse;} 
table td, table th {padding: 0px;} */
/*#bot{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}*/
/*#cen{
	height: 100%;
	background-color: Yellow;
}*/

/*#menu,#menu_activ{
	white-space: nowrap;
	background-repeat: no-repeat;
	padding: 2px 14px 0px 8px;
	font-weight: bold;
}
#menu{
	background-image: url(../img/site/menu_bg_arr.gif);
	color: #605648;
}
#menu_activ{
	background-image: url(../img/site/menu_bg_arr_activ.gif);
	color: #E00101;
}
#box_head{
	background: url(../img/site/bg_head.gif);
}
#box_head_bot{
	background: url(../img/site/bg_head_bot.gif);
	width: 553px;
	height: 7px;
}

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

a{
	color: #006699;
}
 */

