/*
** Vytvoril Jozef Benko, Copyright (c) 2006
*/

/*
** Vseobecne deklaracie
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	background: white url('./../images/stranka.gif') repeat-x top;
	font: 78%/1.3 "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	text-align: center;
}

div {
	text-align: left;
}

img {
	border: none;
}

a {
	color: blue;
	text-decoration: underline;
}
a.copy {
	color: #005500;
	font-size: 12px;
	text-decoration: none;
}
a.copy:hover {
	color: #005500;
}
a.copyright {
	float: right;
	vertical-align: text-bottom;
	color: #B6B6B5;
	font-size: 10px;
	text-decoration: none;
}
a.copyright:hover {
	color: #B2B2B1;
}
a:hover {
	color: red;
}

ul, menu {
	list-style-type: none;
}

p {
	text-indent: 0;
	margin-bottom: 1em;
}

/*
** Layout
*/

/*
** Obal
*/

#obal {
	width: 773px;
	margin: 0 auto;
	border: solid 1px #C9D1A0;
	border-top: none;
}

/*
** Hlavicka
*/

#hlavicka {
	width: 585px;
	height: 186px;
	float: left;
	text-align: center;
}

/*
** Kontakt
*/

#kontakt {
	width: 163px;		width: "186px";
 	height: 156px;		height: "186px";
	float: right;
	background: #C9D1AC url('../images/razitko.jpg') no-repeat top left;
	padding: 15px 0px 15px 25px;
}

#kontakt dl {
	margin-top: .3em;
}

#kontakt dt {
	width: 5em;
	float: left;
}

#kontakt dt.uzke {
	width: 3.5em;
}

#kontakt dd {
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
}

/*
** Obsah-stlpec obal
*/

#obsah-stlpec-obal {
	background: white url('../images/pozadie.gif') repeat-y top right;
	min-height: 400px;
}

/*
** Stlpec
*/

#stlpec {
	width: 188px;
	float: right;
	background: #C9D1AC;
}

#stlpec menu {
	background: url('../images/menu.jpg');
}

#stlpec menu li {
	background: transparent url('../images/menu.jpg');
	border-bottom: solid 1px #C9D1AC;
}

#stlpec menu li a {
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px 15px;
	background: transparent;
	height: 32px;
}

#stlpec menu li a.jeden-riadok {
	padding: 0;
	height: 42px;
	line-height: 42px;
}

#stlpec menu li a:hover {
	color: black;
	background: transparent url('../images/menu.jpg');
	background-position: -188px;
}

/*
** Hlavny obsah
*/

#obsah {
	width: 565px;
	float: left;
	padding: 10px 10px 0;
	text-align: justify;
	background: white;
}

#obsah ul.uvod {
	list-style-type: none;
	color: blue;
	font-size: 92%;
	margin: 20px 20px 0;
	text-align: left;
}

#obsah ul.uvod li {
	padding-left: 20px;
	margin: 20px 0 0;
	background: url('../images/odrazka.jpg') no-repeat top left;
}

/*
** Zoznamy, vycty
*/

#obsah ol {
	margin: 10px;
}

#obsah ul {
	margin: 10px 20px;
	list-style-type: square;
	line-height: 1.6em;
}

#obsah ul ul {
	margin: 5px 40px;
	list-style-type: circle;
}

#obsah ol li {
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}

#obsah ul li {
	padding-top: 0;
	font-weight: normal;
	text-align: justify;
}


#obsah dl {
	margin-top: .3em;
}

#obsah dt {
	width: 6em;
	float: left;
}

#obsah dd {
	margin-left: 6em;
	font-weight: bold;
}

/*
** Nadpisy
*/

h2 {
	color: red;
	text-transform: uppercase;
	font-size: 140%;
	text-align: left;
	margin-bottom: 5px;
}

h2 small {
	font-size: 60%;
}

h3 {
	font-size: 100%;
	margin-bottom: 5px;
}

h3 small {
	font-size: 90%;
}

/*
** Paticka
*/

#paticka {
	clear: both;
	background: #C9D1AC;
}

#paticka div#paticka-in {
	float: left;
	background: #DEE3CD;
	width: 583px;
	border-top: solid 6px #EBEFDE;
	border-right: solid 2px white;
	color: #050;
	font-size: 105%;
	text-align: center;
	padding: 5px 0;
}

#abweb {
	font-size: 82%;
	background: #C9D1AC;
	width: 178px;
	height: 20px;
	display: block;
	float: right;
	text-align: right;
	padding: 26px 10px 0 0;
}

#abweb a {
	color: #A4A799;
	text-decoration: none;
}

#abweb a:hover {
	color: gray;
	text-decoration: none;
}

/*
** Odkaz - spat na uvod
*/

#spat-uvod {
	background: white;
	text-align: right;
	font-size: 80%;
	padding-bottom: 4px;
	width: 583px;
	border-right: solid 2px white;
}

#spat-uvod a {
	color: #89916C;
}

#spat-uvod a:hover {
	color: red;
}

/*
** Datum, cas
*/

#hodiny {
	margin-top: 1em;
	text-align: center;
}

#hodiny div {
	text-align: center;
	font-size: 10px;
}

#cas {
	color: black;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 11px;
}

/*
** Specificke prvky
*/

.pristupnost {
	display: none;
}

.clear {
	clear: both;
	border: none;
	height: 1px;
	width: 1px;
	visibility: hidden;
	line-height: 1px;
	font-size: 1px;
}

.ie-inline {
	display: none;
}