/*speciální styl pro Místa, obsahuje konkrétní implementace a neměl by být používán bez ověření*/

body {
	font-size: 12px;
	background-color: #333333;
	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;
	color: #cccccc;}
.zpetka {
	font-size: 20px;
	color: #0066ff;
	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: #ffffff; 
	font-size: 16px; 
	width: 500px; 
	font-weight: normal;
	margin: 0px auto; }

.nazev {
	color: red; 
	font-weight: bold; 
	font-size: 25px;}


