* {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/pozadi-horni-pruh.png);
	background-repeat: repeat-x;
	background-color: #FFCB2D;
}
h1 {
	position: absolute;
	overflow: hidden;
	left: 540px;
	top: 0px;
	font-size: 10px;
	height: 60px;
	width: 220px;
}
h2 {
	font-size: 140%;
	color: #1373A3;
}
h3 {
	font-size: 105%;
	color: #9A540E;
}
h4 {
	font-size: 95%;
	color: #9A540E;
}
h1 span.nadpis-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/horni-logo-ck-evropa.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 220px;
	visibility:visible;
	_cursor: hand;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p, h2, h3, h4, h5, h6, hr {
	padding-bottom: 15px;
}
a span {
	visibility:hidden;
}

/* Centrovani obsahu */

#CentrovaniObsahu {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/pozadi.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/* Formatovani horniho bloku */

#Horni {
	background-image: url(images/horni.jpg);
	height: 200px;
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
}

/* Horni navigace */

#HorniNabidka {
	height: 60px;
	width: 280px;
	position: absolute;
	left: 240px;
	top: 0px;
}
#HorniNabidka a {
	background: url(images/menu-horni.gif) 0px 0px;
	display: block;
	height: 60px;
	width: 93px;
	text-decoration: none;
	margin: 0px;
}
#HorniNabidka a:hover {
	background: url(images/menu-horni.gif) 0px 60px;
}
#HorniNabidka a.druhy {
	background: url(images/menu-horni.gif) -93px 0px;
	width: 103px;
}
#HorniNabidka a.druhy:hover {
	background: url(images/menu-horni.gif) -93px 60px;
}
#HorniNabidka a.treti {
	background: url(images/menu-horni.gif) -196px 0px;
	width: 82px;
}
#HorniNabidka a.treti:hover {
	background: url(images/menu-horni.gif) -196px 60px;
}
#HorniNabidka ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#HorniNabidka li {
	display: inline;
	float: left;
}
#Obsah {
	background-image: url(images/horni-obsah.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
}
#Levy {
	float: left;
	width: 170px;
	font-size: 75%;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 45px;
}

/* Leva navigace */

#LevaNabidka {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#LevaNabidka li {
	list-style-type: none;
}
#LevaNabidka li ul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#LevaNabidka a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 20px;
	background-image: url(images/sipka-nabidka-tmave-hneda.png);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 10px 5px;
	padding-top: 5px;
	padding-left: 30px;
	text-decoration: none;
}
#LevaNabidka a:hover, #LevaNabidka li.aktivni a, #LevaNabidka li.aktivni li a:hover {
	background-image: url(images/sipka-nabidka-tmave-hneda-hover.png);
	color: #660000;
}
#LevaNabidka li li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 45px;
	background-position: 25px;
	background-image: url(images/sipka-nabidka-svetle-hneda.png);
	color: #000000;
}
#LevaNabidka li.aktivni li a {
	background-image: url(images/sipka-nabidka-svetle-hneda.png);
	color: #000000;
}

/* Formatovani praveho bloku */

#Pravy {
	float: right;
	width: 490px;
	font-size: 80%;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 20px;
	color: #333333;
}
#Pravy  ul, ol {
	margin-left: 25px;
	margin-bottom: 15px;
}
#Pravy li {
	margin-bottom: 5px;
}
#Pravy a:link {
	color: #666666;
}
#Pravy a:visited {
	color: #666666;
}
#Pravy a:hover {
	color: #00689B;
}

/* Formatovani obrazku v textu */

.pravy-obrazek-v-textu, .levy-obrazek-v-textu {
	padding: 5px;
	border: 1px solid #94CEE6;
	margin-bottom: 10px;
}
.pravy-obrazek-v-textu {
	float: right;
	margin-left: 10px;
}
.levy-obrazek-v-textu {
	float: left;
	margin-right: 10px;
}

/* Formatovani obrazku vedle sebe */

.levy-obrazek, .pravy-obrazek {
	padding: 5px;
	border: 1px solid #94CEE6;
	margin-bottom: 0px;
}
.levy-obrazek {
	float: left;
}

.pravy-obrazek {
	float: right;
}

/* Formatovani dolniho bloku */

#Dolni {
	width: 710px;
	margin-right: 45px;
	margin-left: 45px;
	padding-top: 15px;
	font-size: 80%;
	color: #2079A5;
	clear: both;
	text-align: center;
	background-image: url(images/dolni.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#Dolni p {
	margin-bottom: 10px;
}
#Dolni a {
	color: #2079A5;
	text-decoration: underline;
}
#Dolni a:hover {
	color: #9A540E;
	text-decoration: underline;
}

/* Format kontaktu */

.kontaktni-informace {
	width: 245px;
	float: left;
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Formatovani tabulek */

table {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-left-color: #CC6600;
	width: 490px;
}
td, th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	padding: 2px;
}
td {
	background-color: #FFE391;
	padding: 2px;
	text-align: center;
	font-size: 95%;
}
th {
	font-size: 105%;
	font-weight: bold;
	background-color: #FFCB2D;
	color: #000000;
	padding: 2px;
}
.sudy-radek-tabulky-cen td {
	background-color: #F0C479;
}
form br {
	display: none;
}
input.psc, input.cislo-zajezdu {
	width: 100px;
	margin-right: 200px;
}
input.datum {
	width: 150px;
	margin-right: 150px;
}
input.rodne-cislo {
	width: 200px;
}
input.tlacitko {
	width: 100px;
}

fieldset {
	padding: 5px 5px 5px 15px;
	margin: 0 0 10px;
	border: 1px solid #FFCB2D;
}
legend {
	color: #663300;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #FFCB2D;
	margin: 5px 0;
}
label {
	width: 140px;
	display: block;
	float: left;
}
input, textarea, select {
	width: 300px;
	margin: 0 0 10px 0;
}

/* Obecne formatovani */

.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.seznam-pismena {
	list-style-type: lower-alpha;
}
.seznam-tecka {
	list-style-type: disc;
	margin-top: 15px;
}
hr.oddeleni-bloku {
	display: none;
}
.zelena-tucny {
	color: #689214;
	font-weight: bold;
}
hr.cistic {
	clear: both;
	visibility:hidden;
	height: 1px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pismo-150 {
	font-size: 150%;
}
.pismo-130 {
	font-size: 130%;
}
.pismo-110 {
	font-size: 110%;
	font-weight: bold;
}
.pismo-105 {
	font-size: 105%;
	font-weight: bold;
}
.termin-cena {
	color: #689214;
	padding-left: 5px;
	font-size: 110%;
	font-weight: bold;
}
.neviditelny {
	visibility: hidden;
}
.cerveny-text {
	color: #FF0000;
}
.bannery {
	text-align: center;
	padding-top: 15px;
}
table.peshef tr td {
    font-size: 0.8em;
} 
