body {
	font-family: Georgia, "New York CE", utopia, serif;
	/*font-size: 95%;*/
	margin: 400px 0 200px 0;
}

/* ---------- všeobecné deklarace ----------*/

.no {
	display: none;
}
a, a:link {
	color: #f00;
}
a:visited {
	color: #800;
}
a:active, a:focus, a:hover {
	text-decoration: none;
}
acronym {
	border-bottom: 1px #777 dotted;
	cursor:help;
}


p {
	text-align: justify;
	line-height: 150%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #f00;
	position: relative;
	left: -0.8em;
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 180%;
}



/* ---------- stavební prvky ------*/

#lb, #rb {
	font-size: 300px;
	position: absolute;
	/*top: 0em;   jako hlavicka*/
	top: 0.5em;
	/*background: #fff;*/
}
#lb {
	left: 0;
}
#rb {
	right: 0;
}

#hm {
	position: absolute;
	/*top: 0.17em;  jako hlavicka */
	top: 0.67em;
	width: 100%;
	/*height: 0.8em;*/
	font-size: 300px;
}
#hmx {
	border-top: 2px solid #f00;
	border-bottom: 1px solid #ccc;
	margin: 0 0.45em 0 0.45em;
	height: 0.9em;
}
#head {
	font-size: medium;
	padding: 0 0.2em;
}

#tt, #tt h1 {
	font-size: 60px;
	/*margin: 1.3em 0 0 50px;  jako hlavicka*/
	margin: 1.5em 0 0 50px;
	color: #000;
}
#tam {
	position: relative;
	top: -10px;
	padding-left: 60px;
	font-size: 90%;
	color: #000;
	text-decoration: none;
}

#mnu {
	margin: 0 0 0 60px;
}
#mnu ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#mnu ul li {
	display: inline;
	padding: 0;
	font-size: 90%;
}
#mnu ul li a {
	text-decoration: none;
}
#mnu a:visited {
	color: #f00;
}

#cm {
	margin: 0 150px;
	text-align: center;
}
#cont {
	margin: auto;
	text-align: justify;
	min-width: 30em;
	max-width: 50em;
}

#note {
	float: right;
	line-height: 20px;
}
#note span {
	font-size: 300px;
	
}