﻿body 
{
	background: white;
	color: black;
}
h1
{
	font: 1.5em/2em Arial, Sans-Serif;
	border-top: solid 1px black;
}
h2
{
	font: 1.3em/1.8em Arial, Sans-Serif;
}
h3
{
	font: 1.1em/1.6em Arial, Sans-Serif;
}
p
{
	font: 0.9em/1.5em Arial, Sans-Serif;
}
a:link:after, /* prida href za text linku, napr: pobocka(www.praha.cz) */
a:visited:after
{
	content: " (" attr(href) ") ";
  font-size: 90%;
}
.clear
{
	clear: both;
}

#hdr, #leftPart, #ftr ul#links /* skryje nepotrebne bloky */
{
	display: none;
}
#content #news span
{
	padding-right: 5px;
}
#content #map /* mapa pobociek */
{
	width: 282px;
	height: 163px;
	position: relative;
}
	#map a
	{
		position: absolute;
		height: 12px;
		width: 12px;
	}
	#map a#praha /* link na pobocku v prahe */
	{
		top: 57px;
		left: 100px;
	}
	#map a#brno /* link na pobocku v brne */
	{
		top: 113px;
		left: 153px;
	}

#content table /* vseobecna tabulka */
{
	border-collapse: collapse;
	border: solid 1px #000;
	font-size: 0.9em;
	margin: 10px;
}
	#content table td,
	#content table th
	{
		border: solid 1px #000;
		padding: 0 30px;
		line-height: 30px;
		color: #000;
	}
	#content table th,
	#content table thead td
	{
		font-weight: bold;
		color: #000;
		
	}
#content p /* standardny textovy odstavec */
{
	text-align: justify;
	text-indent: 2em;
}
	#content p span /* zvyraznene slovo v odstavci */
	{
		text-decoration: underline;
	}
#ftr span#copyright /* text s copyrightom */
{
	padding-top: 20px;
	clear: both;
	float: right;
}
.form /* formular */
{
	padding: 10px;
}
	.form .row /* riadok formulara */
	{
		padding-bottom: 10px;
		position: relative;
		width: 100%;
	}
		.form .row .ctrl /* blok na ovladaci prvok, ktory popisuje label */
		{
			margin-left: 80px;
		}
		.form .row label /* popiska ovladacieho prvku */
		{
			position: absolute;
			left: 0px;
			color: #000;
			font: bold 0.9em/20px arial, serif;
		}	
	.form input.btn /* tlacidlo na formulari */
	{
		margin-top: 5px;
	}
