/*
 * Combined style sheet for the index pages and the slide pages.
 */
body {
	font-size: 12px;
	background-color: #99ccff;
	color: black;
	margin: 10px auto;
	text-align: center;}

table {
	background-color: black; 
	color: white; 
	font-family: Arial; 
	border: 0px; 
	text-align: center; 
	margin: 0px auto; }

h1 {
	font-size: 40px;
	font-weight: bold;}
.zpetka {
	font-size: 20px;
	color: blue;
	font-weight: bold;}

.bile  {
	font-size: 14px;
	color: white; 
	text-decoration: none; }

img {
	border-width: 0px; }


.obrazek {
	border: 20px solid black; 
	width: 600px; }

.obrazek_vyska {
	border: 20px solid black; 
	height: 600px; }

.nahled {
	width: 150px; }

.nahled_vyska {
	height: 150px; }

.komentar { 
	color: #000000; 
	font-size: 14px; 
	width: 500px; 
	font-weight: normal;
	margin: 0px auto; }

.cesky {
	color: #000099; 
	font-weight: bold; 
	font-size: 20px;}

.latinsky { 
	color: #000099; 
	font-weight: bold; 
	font-size: 20px; 
	font-style: italic;} 


