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 1cm 2cm;
}
img {
	border: 0px;
}
a img {
	text-decoration: none;
}
#slogan, #menu-l0, #copyright, #slogan2, #dotline {
	display: none;
}

/* =headers */
#page-header {
	text-transform: uppercase;
}

/* =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://www.kikerinoelectric.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;
}

/* =slogan */
#slogan {
	position: absolute;
	top: 0cm;
}

/* =logotype */
#logotype img {
	display: block;
	margin-top: 1cm;
}

/* =content */
#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: -1.5cm;
	left: 0cm;
	font-size: 83%;
	border-top: 1px solid #000;
	width: 100%;
}