html {
	font: 12pt "Times New Roman", Times, serif;
	color: #000;
	background: #fff;
}
html, body, table, div {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
ul, ol, dl {
	page-break-before: avoid;
}
@page {
	margin: 1cm 0cm 2cm 2cm;
}
img {
	border: 0px;
}
a img {
	text-decoration: none;
}
#logotype, #logotype-l0, #teaser, #submenu, #feedback, #main-menu-l0, menu-img-l0, #subsubmenu, #adress h2, #adress .intro, #menu-img, .totop {
	display: none;
}

/* =links */
a {
	color: #000;
	background: #fff;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
	text-decoration: underline;
}
#content a[href^="/"]:after {
	content: " (http://web.peterlink.ru"attr(href) ") ";
	text-decoration: underline;
}

/* =forms */
input, textarea {
	display: block;
	margin: 0px 10px 10px 0px;
	padding-left: 2px;
}
textarea {
	overflow: auto;
}
.hide {
	display: none;
}

/* =content */
.content-img {
	float: right;
	width: 142px;
	height: 142px;
	background: url(../images/img_bg.gif) no-repeat left;
}
.content-img img {
	display: block;
}
#content table, #content table th, #content table td {
	border: solid #000;
}
#content table {
	border-width: 1px 0px 0px 1px;
	border-collapse: collapse;
	width: 90%;
	margin-left: 1px;
}
#content table th {
	border-width: 0px 1px 1px 0px;
}
#content table td {
	vertical-align: top;
	padding: 5px 3px;
	border-width: 0px 1px 1px 0px;
	empty-cells: show;
}

/* =adress */
#adress {
	position: fixed;
	bottom: -2.2cm;
	left: 0cm;
	font-size: 83%;
	border-top: 1px solid #000;
	width: 100%;
}
#adress span {
	display: block;
}