@import "reset.css";
@page {margin: 1.5cm 2.5cm;}

body {
	color: black;
  	background: white;
  	font-size: 10pt;
  	line-height: 1.6em;
}

a {
	color: black;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, #content p, ul, ol, dl, table {
	margin: 1em 0 0 0;
} 

h1,h2,h3,h4,h5,h6
{page-break-after: avoid;}

/*
#content [href]:after {
	content: " [" attr(href) "] ";
	font-size: .8em;
}*/
#left-box, #right-box, #search-box,  #menutop-box, form, .accessibility, #motto, .right49, .left49 {
	display: none;
}
#top-box {
	margin-top: -.5cm;
}
#top-box h1 a{
	text-decoration: none;
}
#content {
	position: static;
}
#breadcrumbs, #footer {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 1em 0 .5em 0;
}

#breadcrumbs {
	font-size: .8em;
}

#created {
	font-size: .7em;
	color: #999;
	display: inline;
}
#created:after {
	content: " www.exaltor.cz ";
}

#content table td {
	padding: 0 .5em;
}
#content img {
    margin: 1em;
    border: 1px solid #aaa;
    padding: 3px;
    background: white;
}
#content .photoright {
	float: right;
	margin: 0 0 1em 1em;
}
#content .photoleft {
    float: left;
	margin: 0 1em 1em 0;
}
#content .noframe {
	border: none;
	padding: 0;
}
#content .imageframe {
	/*display: inline;*/
	display: run-in;
}
#content .imagelegend {
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
}