BODY	{
	margin: 0px;
	background-color: #014e9a;
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: black;
}
.margin-top	{
	margin-top: 15px;
	padding-bottom: 20px;
}
.border	{
	width: 560px;
	border: 1px solid black;	
}
.menu	{
	width: 560px;
	background-color: #a8dd46;
	border-bottom: 1px solid black;
	padding: 10px;
	color: blue;
}
.menu-align	{
	text-align: right;
}
.obsah	{
	width: 560px;
	background-color: white;
	padding: 70px;
	text-align: justify;
}
.bold	{
	font-weight: bold;
}
.bold-big	{
	font-weight: bold;
	font-size: 10pt;
}
.img-align	{
	float: left;
	padding: 7px;
}
.img-align IMG	{
	border: 1px solid black;
}
a:link		{color: blue; text-decoration: none;}
a:active	{color: blue; text-decoration: none;}
a:visited	{color: blue; text-decoration: none;}
a:hover		{color: black; text-decoration: none;}

.no-link	{
	color: red;
}
.galerie	{

}
.galerie IMG	{
	border: 1px solid black;
	margin-bottom: 15px;
	
}
.copyright	{
	text-align: center;
	margin-top: 50px;
}

.copyright a:link 		{color: silver; text-decoration: none;}
.copyright a:active 		{color: silver; text-decoration: none;}
.copyright a:visited 		{color: silver; text-decoration: none;}
.copyright a:hover 		{color: black; text-decoration: none;}
