/*
 * Main CSS file for print media
 * Author: Jiri Thiemel <Thiemel.Jiri@seznam.cz>
 */

/* Non visible elements *******************************************************/
#foot, #navigation, .nostyle {
	display: none !important;
}

/* General ********************************************************************/
body {
	font-family: "Trebuchet MS", "Geneva CE", sans-serif;
}

#page h2 {
	border-top: 1px solid #000;
	padding: 1em 0em 0em 0em;
	clear: both;
}

#page h2 span, #page h3 span, #page h4 span, #page h5 span, #page h6 span {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 120%;
}

a {
	color: #000 !important;
	text-decoration: none !important;
}

#page ul li {
	list-style: square outside;
}

#page ol li {
	list-style: decimal outside;
}

#page ol li ol li {
	list-style: upper-roman outside;
}

#page ol li ol li ol li {
	list-style: lower-alpha outside;
}

#page ol li ol li ol li ol li {
	list-style: lower-greek outside;
}

/* Head ***********************************************************************/
#logo {
  float: left;
	font-variant: small-caps;
	font-size: 3em;
	line-height: 40%;
}

#adress {
	font-size: 0.8em;
	float: right;
}
