/* CSS styl pro www.odstrcil.eu by Jan Odstrčil */

body {
	background: PaleTurquoise;
	font-family: Verdana;
	font-weight: Bold;
	color: White;
	text-align: center;
	cursor: default;
	margin: 0 auto;
	width: 95%;
}

#container { margin: 0 auto; }
#rozcestnik { padding-top: 20px; }
#copyright { margin-top: 50px; color: #0667d0; font-size: 16pt; }
#copyright a { color: OrangeRed; font-size: 13pt; }

.pruhlednost { background: Black; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); }

a { color: OrangeRed; font-weight: bold; text-decoration: none; }
a:hover { color: DarkRed; text-decoration: underline; }
img { padding: 5px; }
table { width: 90%; margin: 0 auto; color: White; border-radius: 30px 30px; }
tr, td { padding: 3px; }
tr:hover, td:hover { background-color: White; color: Black; }
td { border-top: 1px solid White; border-bottom: 1px solid White; }
td.vrch { border-top: none; }
td.spodek { border-bottom: none; }
p.paticka { margin: 0; }