/*
 Zakladni definice
*/

body {
	background: #ecd39c url("../grafika/pozadi.png") repeat-x top;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 160%;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

table {
	width: 100%;
}
td {
	vertical-align: middle;
	padding-bottom: 7px;
}

h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #394147;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 32px;
	margin: 20px 0 15px 0;
}

sup {
	font-size: 60%;
	vertical-align: super;
}

/*
 Obrazky u nadpisu
*/

#konani {
	background-image: url("../grafika/ikona_konani.png");
	position: relative;
	height: 32px;
}
#rozpis {
	background-image: url("../grafika/ikona_rozpis.png");
}
#kontakt {
	background-image: url("../grafika/ikona_kontakt.png");
}
#vysledky {
	background-image: url("../grafika/ikona_vysledky.png");
}
#ubytovani {
	background-image: url("../grafika/ikona_ubytovani.png");
}
#poradatele {
	background-image: url("../grafika/ikona_poradatele.png");
}
#fotografie {
	background-image: url("../grafika/ikona_fotografie.png");
}

/*
 Rozvrzeni
*/

#stranka {
	width: 900px;
	background-color: #fffcde;
	border-right: 1px solid #ac935c;
	border-bottom: 1px solid #ac935c;
	margin: 0 auto 50px auto;
}
#obsah {
	width: 575px;
	float: left;
	padding: 10px 0 20px 20px;
}
#sloupec {
	width: 270px;
	float: right;
}
#sverac {
	clear: both;
}

#jazyk {
	display: block;
	width: 195px;
	height: 40px;
	background: url("../grafika/jazyk_cz.png") no-repeat;
	margin: 10px auto 0 auto;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}
#loga {
	width: 900px;
	margin: 0 auto 50px auto;
	text-align: center;
}
#cesky {
	color: #9e8e71;
	text-decoration: none;
	margin-left: 51px;
	line-height: 17px;
}
#anglicky {
	color: #ecd39c;
	text-decoration: none;
	margin-left: 36px;
	line-height: 17px;
}

#english #cesky {
	color: #ecd39c;
	text-decoration: none;
	margin-left: 51px;
	line-height: 17px;
}
#english #anglicky {
	color: #9e8e71;
	text-decoration: none;
	margin-left: 36px;
	line-height: 17px;
}
#english #jazyk {
	background: url("../grafika/jazyk_en.png") no-repeat;
}

/*
 Formatovani
*/

.tucny {
	font-weight: bold;
}
.skloneny {
	font-style: italic;
}

.vpravo {
	text-align: right;
}
.modry {
	color: #1e648e;
}
.sedy, .sedy a {
	color: #394147;
}

.stredni {
	font-size: 18px;
}
.velky {
	font-size: 24px;
}


#rozpis_tabulka {
	font-size: 14px;
	border: 1px solid #ac935c;
}
#rozpis_tabulka td {
	padding: 3px 5px;
	color: #664928;
}
#rozpis_tabulka thead td {
	background: #ecd39c;
	text-align: center;
	font-weight: bold;
	color: #664928;
	border-bottom: 3px double #ac935c;
}
#rozpis_tabulka tr.sudy td {
	background: #ece2b9;
}
#rozpis_tabulka a {
	color: #664928;
}

.logo {
	margin: 0 15px;
}
.nahled {
	margin-bottom: 40px;
	margin-left: 10px;
}
#loga {
	padding-bottom: 30px;
}
#loga img {
	margin: 10px 30px;
	vertical-align: middle;
}
#sloupec p {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 15px;
}
