/* css pro tisk stránek Drbna */
/* semestrální práce z předmětu PIA  */
/* copyright 2011, Marcela Kubová */

/*------------------------------------------------*/

h1,h2 {
	page-break-after: avoid;
}

body {
	font-family: serif;
	background-color: white;
	background: white;
	color: black;
}


#nav, #side_box, #footer {
	display: none !important;
}

#heading{
	display: block !important;
	margin: 0;
	font-size: 130%;
	font-style: italic; 
	font-weight: bold;
	color:black;
}

#subtitle {
	display: block !important;
	margin: 0 0 15px 0;
	font-size: 90%; 
	font-style: italic; 
	font-weight: bold;
	border-bottom: 1px solid black;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: black;
}	