@charset "UTF-8";
body  {
	margin: 0; /* Je vhodné nastavit nulový okraj a odsazení elementu body a umožnit tak použití různých výchozích hodnot prohlížeče. */
	padding: 0;
	text-align: center; /* Umístí kontejnery na střed v prohlížečích IE 5*. Text je nastaven na výchozí zarovnání vlevo v selektoru #container. */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #612342;
}
.thrColFixHdr #container {
	width: 940px;
	text-align: left; /* Dojde k potlačení zarovnání textu: zarovnání na střed u elementu body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFFFFF;
	background-image: url(../img/pruh.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding: 0;  /* Toto odsazení odpovídá zarovnání vlevo u elementů v tazích div, které se nacházejí pod ním. Pokud je v tagu #header použit obraz namísto textu, můžete chtít odsazení odstranit. */
	background-color: #dad8d0;
	height: 327px;
	background-image: url(../img/header.jpg);
	margin: 0px;
	position: relative;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* vynulováním okraje posledního elementu v tagu #header div zabráníte sbalení okraje – nevysvětlitelné mezeře mezi tagy div. Pokud má tag div kolem pevný okraj, není tato operace nutná, jelikož rovněž nedochází ke sbalení okraje. */
	padding: 10px 0; /* Použitím odsazení namísto okraje umožníte ponechání elementu ve vzdálenosti od okrajů tagu div. */
	display: none;
}
.thrColFixHdr #sidebar1 {
	width: 175px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #6CF;
	position: relative;
	display: block;
	clear: both;
	float: left;
}
.sloup1 {
	float: left;
	width: 175px;
}
.sloup2 {
	float: right;
	width: 258px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.thrColFixHdr #container #sidebar2 img {
	float: left;
	border: 3px solid #FFF;
	margin-right: 10px;
}
a {
	text-decoration: underline;
	color: #612342;
}
a:hover {
	text-decoration: none;
}
.LeftNavigace {
	display: block;
	position: relative;
	margin: 0px;
	font-size: 11px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #sidebar1 .LeftNavigace a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	background-color: #dad8d0;
	color: #612342;
	text-decoration: none;
	margin-right: 15px;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 .LeftNavigace a:hover {
	background-color: #612342;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* Jelikož se jedná o plovoucí element, je nutné zadat šířku. */
	width: 258px; /* Odsazení vytváří mezeru mezi obsahem a okrajem tagu div. */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #9C6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: relative;
	top: -15px;
	margin: 0px;
	line-height: 14px;
	text-align: left;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #612342;
}
.thrColFixHdr #container #sidebar2 p {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.Navigace {
	display: block;
	margin-top: 68px;
	width: 620px;
	text-align: right;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
}
.Schovat {
	display: none;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 308px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
} 
.thrColFixHdr #container #mainContent p {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
	color: #5b554b;
}
.thrColFixHdr #container #mainContent h2 {
	margin-top: 0px;
	padding-top: 0px;
	color: #612342;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 0px;
	position: relative;
}
.thrColFixHdr #footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 950px;
} 
.thrColFixHdr #footer p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 950px;
	font-size: 10px;
	text-align: left;
	color: #FFF;
}
.Navigace a {
	font-size: 16px;
	margin-left: 40px;
	color: #612342;
	text-decoration: none;
	font-weight: normal;
}
.Navigace a:hover {
	color: #9d9c8a;
	text-decoration: underline;
	font-weight: normal;
}
.fltrt { /* Tuto třídu lze použít pro nastavení plovoucího elementu vpravo na stránce. Plovoucí element musí předcházet element, vedle kterého se má na stránce zobrazovat. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Tuto třídu lze použít pro nastavení plovoucího elementu vlevo na stránce. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Tato třída musí být umístěna u elementu div nebo break a musí být posledním elementem před uzavřením kontejneru, který musí plovoucí prvek zcela obsahovat. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.NavigaceIn {
	font-size: 16px;
	margin-left: 40px;
	color: #9d9c8a;
	text-decoration: none;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: justify;
	color: #5b554b;
}
li {
	padding-bottom: 12px;
	line-height: 20px;
}
.thrColFixHdr #container #sidebar1 .LeftNavigaceZap {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	background-color: #612342;
	color: #dad8d0;
	text-decoration: underline;
	margin-right: 15px;
}
.NavigaceZap {
	font-size: 16px;
	margin-left: 40px;
	color: #9d9c8a;
	text-decoration: underline;
	font-weight: normal;
}
.foto {
	float: left;
	padding-right: 10px;
}
table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent img {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.thrColFixHdr #container .sloup1 .LeftNavigace a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	background-color: #dad8d0;
	color: #612342;
	text-decoration: none;
	margin-right: 15px;
	font-weight: bold;
}
.sloup2 p {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 12px;
}
.sloup2 h3 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #612342;
}
.sloup1 .LeftNavigaceZap {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	background-color: #612342;
	color: #dad8d0;
	text-decoration: underline;
	margin-right: 15px;
}
.thrColFixHdr #container .sloup1 .LeftNavigace a:hover {
	background-color: #612342;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.back {
	display: block;
	height: 232px;
	width: 940px;
}
.thrColFixHdr #container #mainContent .tabulka {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
	color: #5b554b;
}

