
html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';font-size: 12px;}
p{padding-top: 5px; padding-bottom: 5px; font-size: 14px;}
a{color: #5591ff;}
a:hover{color: #a4c3fd;}
a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
img { border: none; border-width: 0px; }
h1{
    margin: 0px;
    margin-left: 50px;
    padding-top: 70px;
    padding-left: 40px;
    padding-bottom: 30px;
    font-size: 20px; 
    background: url('../img/lapa.jpg') no-repeat;
}

div.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
div.main { width: 100%; min-width: 1000px; min-height: 100%; margin: 0 auto; font-size: 12px; _height: 100%; }
* html  div.main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}
* html  div.footer 
{
    width:expression(
        (document.compatMode && document.compatMode == 'CSS1Compat')
        ?
        (
            document.documentElement.clientWidth < 1000
            ?
            "1000px"
            :
            "auto"
        )
        :
        (
            document.body.clientWidth < 1000
            ?
            "1000px"
            :
            "auto"
        )
    );
}
div.content{
	width: 100%;
}
div.header{
    height: 220px;
    margin-left: 50px;
    margin-top: 30px;
    background: url('../img/logo.png') no-repeat;
}
*html div.header {background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo.png", sizingMethod="crop"); }
div.content_buf{
	padding: 0px;
	margin: 0px;
	width: 100%;
    overflow: hidden;
    position: relative;
}
div.content_buf .right{
    padding-left: 400px;
}
div.content_buf .left{
    position: absolute;
    z-index: 10;
    width: 380px;
    margin-left: -380px;
}

td.corner_left_top{
    background: url('../img/corner_left_top.jpg') no-repeat;
    width: 9px;
    height: 9px;
}
td.corner_top{
    background: url('../img/corner_top.jpg') repeat-x;
    height: 9px;
}
td.corner_left_fon{
    background: url('../img/corner_left_fon.jpg') repeat-y;
    width: 9px;
}
td.corner_left_bottom{
    background: url('../img/corner_left_bottom.jpg') no-repeat;
    width: 9px;
    height: 9px;
}
td.corner_bottom{
    background: url('../img/corner_bottom.jpg') repeat-x;
    height: 9px;
}
td.content_text{
    
}
div.dog{
    position: absolute;
    z-index: 10;
    left: 311px;
    top: 300px;
    width: 278px;
    height: 379px;
}
div.dog_left{
    position: absolute;
    z-index: 10;
    left: 299px;
    top: 450px;
    background: url('../img/dog_left.jpg') no-repeat;
    width: 106px;
    height: 378px;
}
div.dog_content{
    position: relative;
}
div.dog_right{  
    position: absolute;
    left: -4px;
    top: 192px;
    _top: 222px;
    background: url('../img/dog_right.jpg') no-repeat;
    width: 171px;
    height: 474px;
}
*:first-child+html div.dog_right{
  top: 222px;
}


div.text{
    position: relative;
    z-index: 20;
    min-height: 700px;
    _height: 700px;
    padding-left: 40px;
    padding-right: 20px;
    color: #686767;
}
div.punkt_menu{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
div.footer{
    background: url('../img/footer_fon.jpg') repeat-x;
    height: 99px;
    margin-top: 30px;
}
div.footer_text{
    padding-top: 40px;
    padding-left: 60px;
}
div.google{
    padding-left: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
}