/*globalni nastaveni*/
html,body {
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}


h1, h2, h3, h4, h5 {
	padding:0px;
	margin: 0px;
	font-weight: bold;
}

h1 {
	display: none;
}

h2 {
	font-size: 14pt;
	margin-bottom: 20px;
}

img {border: none}


/*tridy*/
.mb {
  margin-bottom: 20px;
}

.tucneBarva {
	font-weight: bold;
}


/*celkovy vzhled*/
div#stranka {
	width:100%;
	margin-top: 0px;
	margin-bottom: 0;
	background-color: #FFFFFF;
}


div#zahlavi, div#levaStrana, div#paticka, div#copyright, div#statistika {
	display: none;
}

#print {
	display: none;
}

div#tiskovaHlavicka{
	margin-bottom:40px;
}