/* Import stylesheets and hide from IE/Mac \*/
@import "reset.css";
html{
	min-height:100%;
	
}
* html{
	height:100%;
	width: 100%;
}
body{
	font: 75%  sans-serif;
	line-height: 130%;
	background: #e1e6ec;
	min-height:100%;
}
h1{
	font-size:125%;
	font-weight: bold;
}
h3{
	font: 100%  sans-serif;
	font-weight: bold;
}
P {
 margin-top: 1em; /* Отступ сверху */
}
P.podpis {
 text-align:right;
 font-style:italic;
}
P.red {
 font: 100%  sans-serif;
 color:#b50131;
 font-weight: bold;
}
hr {
align:center;
color:#82bdcb; 
width: 700 px;

}
td{
 padding: 5px;
}
h2{
	font-size:140%;
	font-weight: bold;
}

.content a{
	color: #b30032;
	text-decoration: underline;
 }
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.content{
border: 1px solid #708589;
text-align: justify;
font:135%  Times New Roman;	
height:100%;
min-height:650px;
height:expression(this.scrollHeight > 650 ? "auto":"600px");
background: #ffffff;
margin-left:240px;
padding:15px;
margin-top:15px;
}
.content ol {
 list-style-position: inside; /* Маркер обтекается текстом */
}
.content ul {
 list-style-position: inside; /* Маркер обтекается текстом */
}
#main_menu{
float: left; 
width:225px;

margin-top:15px;
}
.menu{
	padding: 5px;
	font: 14px bold #00414d;
	
}
.menu ul{
list-style: none;
display: block;
font-weight: bold;
}
ul.par{
margin-left:20px;
font-weight:normal;
	
}
.menu li
{
line-height: 150%;
	background-image: url(../img/separator.gif);
	background-position: bottom;
	background-repeat: no-repeat;

}
.menu a{
color: #b30032;
text-decoration: underline;
}
.menu li a
{
	
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../img/menu.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #5f5f5f;
	display: block;

}

.menu li a:hover
{
	background-color: #c0d1d4;
}

#container{
width: 998px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
border:2 px;
border-color:#85B4C5;
}
#header{
background:url("../img/logo.gif") no-repeat top center;
height:170px;
border: 0px;
color: #85B4C5/*#79B30B*/;
padding-left:50px;
			text-align: left;
			font-size: 12pt;
}
