body {
	background-image: none;
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0em;
	padding: 0em;
	width: 100%;
}

table {
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: avoid;
}

.phonebook {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
}

.tel-odbor{
	font-weight: bold;
	text-align: left;
	background-color: #666666;
	color: White;
}

.tel-funkce {
	background-color: White;
	color: Black;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
	border: 1px solid White;
	border-right: 0px;
	width: 6.5em;
}

.tel-title{
	background-color: White;
	color: Black;
	text-align: right;
	vertical-align: top;
	border: 1px solid White;
	border-right: 0px;
	border-left: 0px;
	width: 2em;
}

.tel-names{
	background-color: White;
	color: Black;
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
	border: 1px solid White;
	border-left: 0px;
}

.tel-numbers{
	background-color: White;
	color: Black;
	text-align: right;
	vertical-align: top;
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid White;
	width: 10em;
}

.searched-term{
	background-color: White;
	color: Black;
}

.toTop {
	display: none;
}

#alt-navigation {
	display: none;
}

#content {
	margin: 0em;
	padding: 1em;
}

#content td {
	line-height: 1.2em;
	font-size: 1em;
}

#content h2{
	font-size: 1.2em;
	margin: 0em;
}

#content h1{
	font-size: 1.5em;
}

#content .lastChange {
	float: right;
	font-size: .6em;
}

#content .path {
	font-size: .8em;
}

#doc-info {
	display: none;
}

#page-selection{
	display: none;
}

#foot {
	display: none;
}

#head {
	display: none;
}

#left {
	display: none;
}

#options {
	display: none;
}

#icons {
	display: none;
}

#rating{
	display: none;
}

