BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.strana {
	width : 100%;
	text-align : center;
}
.hlava {
	width : 750px;
	height : 90px;
	background-image : url(nadpis.jpg);
	background-repeat : no-repeat;
	border-bottom : thin solid Green;
	border-width : 1px;
}
.telo {
	width : 750px;
	background-image : url(pozadi.gif);
	background-repeat : repeat-y;
}
.navigace {
	float : left;
	width : 150px;
}
.obsah {
	line-height : 130%;
	width : 600px;
	font-size : x-small;
	float : left;
	padding-top : 2em;
	padding-left : 2em;
	padding-right : 2em;
	padding-bottom : 2em;
	text-align : justify;
}
.tlacitko {
	color : White;
	font-weight : bold;
	font-size : x-small;
}
.tlacitkoc {
	color : Red;
	font-weight : bold;
	font-size : x-small;
}
.popis {
	color : #669966;
	font-weight : bold;
	font-size : x-small;
	text-decoration : underline;
}
.popisc {
	color : Red;
	font-weight : bold;
	font-size : x-small;
	text-decoration : underline;
}
.nadpis {
	font-size : xx-large;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}
.mensi {
	font-size : xx-small;
}
.tabulka {
	font : x-small;
}
