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;}
a{color: #306e91;}
a:hover{color: #649dbc;}
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{padding-bottom: 10px; padding-top: 10px; font-size: 18px;}
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"
					)
				);
			}
div.header{
	height: 259px;
	width: 100%; 
}
div.logo{
	background: url('../img/logo.jpg') center no-repeat;
	width: 100%;
	min-width: 1000px;
	height: 259px;
	margin: 0 auto;
	position: absolute;
}
div.fon_left{
	background: url('../img/fon_left.jpg') repeat-x;
	height: 259px;
	float: left;
	width: 45%;
	z-index: 0;
}
div.fon_right{
	background: url('../img/fon_right.jpg') repeat-x;
	height: 259px;
	float: right;
	z-index: 0;
	width: 45%;
}
div.line{
	height: 5px;
	background: #99b0c7;
	width: 100%;
	font-size: 1px;
}
table.tab{
	border: 0px;
	width: 100%;
}
table.tab td.left{
	background: url('../img/menu.jpg') no-repeat;
	width: 367px;
	padding-top: 20px;
}
table.tab td.right{
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 50px;
}
div.image{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
div.punkt_menu{
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
div.footer{
	background: url('../img/footer.jpg') no-repeat;
	height: 41px;
	margin-bottom: -5px;
	margin-left: 100px;
	padding-top: 20px;
	font-size: 16px;
	padding-left: 150px;
}