.body1 {
	margin: 0pt auto;
	width: 1100px;
	background-color: lightgrey;
}
.header1 {
	width: 1100px;
	height: 200px;
	background-color: #fab949;
}
.header2 {
	float: left;
	width:300px;
	height: 100px;
	background-color: blue;
}
.header2_1{
	float:left;
	width: 300px;
	height: 100px;
	background-color: red;
}
.header2_2{
	float:left;
	width: 300px;
	height:100px;
	background-color: black;
}
.header3 {
	float: left;
	width: 800px;
	height: 200px;
	/*background-color:green;*/
}
.main1 {
	float: left;
	width: 1100px;
	height: 1200px;
	background-color: #FFFAFA;
}
.panel1{
	float:left;
	width:150px;
	height:1200px;
	background-color: #FFFAFA;
}
.panel2{
	float:left;
	width: 205px;
	height: 1200px;
	background-color: #FFFAFA;
}
.panel3{
	float: left;
	width: 545px;
	height: 1200px;
	background-color: #FFFAFA;
}
.asside1{
	float: left;
	width: 200px;
	height: 1200px;
	background-color: #FFFAFA;
}
/*.asside1gr {
	margin-left: 20px;
	margin-top: 20px;
}*/
.footer1{
	float: left;
	width: 1100px;
	height: 50px;
	background-color: silver;
}
.p1{
	line-height: 0px;
	font-size: 8pt;
	font-style: arial;
	margin-left: 20px;
}
.p1 SPAN {
	font-size: 8pt;
	font-weight: bold;
	color: green;
}
.p1a {
	line-height: 0px;
	font-size: 8pt;
	color: blue;
	margin-left: 20px;
}
.navi{
	float: left;
	width: 1100px;
	height: 60px;
	background-color: #DCDCDC
}
.navi li {
	float:left;
	margin-right: 3px;
}
.navi ul{
	display: block;
	float: left;
	padding-left: 3px;
	list-style: none;
}
.navi a {
	display: inline-block;
	padding: 5px 0px 0px 0px;
	background-color: #008000;
	border-radius: 4px;
}
.navi a:link {
	height: 30px;
	width: 178px; 
	vertical-align: middle;
	color: #FFF;
	text-decoration: none;
	psition: relative;
}
/*.navi a:visited {
	color: #FFD700;
	text-decoration: none;
	psition: relative;
}*/
.navi a:hover {
	background-color: #90EE90;
	text-decoration: none;
	color:#D3D3D3;
	/*font-weight: bold;*/
}
.button {
    display: inline-block;
    text-align: center; 
    vertical-align: middle;
    padding: 40px 39px;
    border: 0px solid #a12727;
    border-radius: 4px;
    background: #9bd19f;
    background: -webkit-gradient(linear, left top, left bottom, from(#9bd19f), to(#a4b893));
    background: -moz-linear-gradient(top, #9bd19f, #a4b893);
    background: linear-gradient(to bottom, #9bd19f, #a4b893);
    font: normal normal normal 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.menu_left_list{
	margin-left: 10px;
	margin-top: 50px;
	line-height: 20pt;
	width: 150px;
	border: 1px solid: #D3D3D3;
	height: 200px;
	overflow: hidden;
	background-color: #F5F5DC;
	color: ##556B2F
}
.menu_left_list ul{
	padding: 1px;
}
.menu_left_list a{
	color: #556B2F;
	text-decoration: none;
	font-weight: bold;
}
.menu_left_list a:hover{
	background-color: #aad3dc;
	text-decoration: none;
	color: #556B2F;
	font-weight: bold; }
.menu_left_list li { display:block;}
.menu_left_list:hover { height: auto; }
.pkontakt {
	line-height: 1px;
	font-size: 10pt;
	margin-left: 8px;
}
.pkontakt1 {
	line-height: 1px;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 8px;
}
.pkontakt2 {
	line-height:1px;
	font-size: 10pt;
	font-weight: bold;
	color: green;
	margin-left: 8px;
}
.pkontakt3 {
	line-height: 1px;
	font-size: 5px;
	margin-left: 8px;
}
.pkontakt SPAN {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 8px;
}
.mail {
	line-height: 0px;
	font-size: 10pt;
	margin-left: 8px;
}
.mail SPAN {
	color: blue;
	text-decoration: underline;
}
.plp1 {
	line-height: 15pt;
	font-size: 11pt;
	font-family: verdana;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	text-align: justify;
}
.ng1 {
	line-height: 5pt;
	font-size: 20pt;
	font-family: times;
	font-weight: bold;
	margin-left: 8px;
}
/*a {
    text-decoration: none;
    display: inline-block;
    width: 330px;
    height: 228px;
    opacity: 1;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
a:hover {
    opacity: .7;
    transform: scale(1.05,1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}*/
