/*****    ČÁST 1 - ZÁKLADNÍ ELEMENTY    *****/

body, h1, h2, h3, p, a, a:hover, ul, ol, li, input, textarea, img, div, span, table, td {
  background-color: transparent; 
	border: none;
	color: #234C80;
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

body {
	background-image: url(img/pozadi.png);
	font-size: 11px;
	margin: 50px 0px;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 2px 16px;
	text-align: center;
}

h2 {
	margin: 10px 0px 4px;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	margin: 14px 0px 6px;
	font-size: 11px;
	font-weight: bold;
}

p {
	padding: 6px 0px;
	text-align: justify;
	text-indent: 15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
	margin: 8px 0px 16px 16px;
	padding-left: 16px;
}

ol {
	list-style-type: none;
	margin-left: 18px;
}

input {
	font-size: 10px;
	padding: 2px;
	width: auto;
}

textarea {
	background: white;
	border: 1px #6296C8 solid;
	font-size: 10px;
	height: 100px;
	margin: 10px 10px 10px 0px;
	overflow: auto;
	padding: 2px;
	width: 300px;
}

hr {
	border: #336799 solid thin; 
	clear: both;
}

/*****     ČÁST 2 - TŘÍDY OBSAHU     *****/

.ilustracni {
	border: 1px outset #336799;
	margin: 8px;
}
	 
.leva {
	border: 1px outset #336799;
	float: left;
	margin: 6px 16px 6px 0px;
}

.prava {
	border: 1px outset #336799;
	float: right;
	margin: 6px 0px 6px 16px;
}	

	 
.levaCista {
	float: left;
}

.pravaCista {
	float: right;
}	

.poradna {
	border: 1px #336799 solid;
	padding: 10px;
}

.poradna a
{
  text-decoration: underline;
}

.poradna p
{
  text-indent: 0px;
}

.cistic {
	clear: both;
	visibility: hidden;
}

.textKratky {
	background-color: white;
	width: 90px;
}

.textDlouhy {
	background-color: white;
	width: 172px;
}

.odeslat {
	background-color: white;
	border: 1px #336799 solid;
	color: #336799;
	margin: 4px 0px; 
	text-align: center;
	width: auto;
}

.bezRamu {
	border: none;
}

.levaStrana {
	text-align: left;
}

.pravaStrana {
	text-align: right;
}

.stred {
	text-align: center;
}

/*****     ČÁST 3 - TŘÍDY DESIGNU     *****/

#rozcestnik {
	background: #1AB52D url("img/novy_rozcestnik.jpg") top left no-repeat;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  border-right: 2px solid white;
  height: 415px;
  margin: auto;
  width: 853px;
}

#rozcestnik_menu {
	background-color: #51912E;
	height: 18px;
  margin-left: 209px;
  margin-top: 209px;
  padding-top: 3px;
  padding-left: 7px;
  position: fixed;
  width: 636px;
}

#rozcestnik_menu div {
	float: left;
	width: 211px;
	text-align: center;
}

#rozcestnik_menu a {
	font-size: 12px;
	color: white;
}

#rozcestnik_menu a:hover {
	font-weight: bold;
	text-decoration: none;
}

#rozcestnik_obsah {
	color: #F3F3F3;
	font-size: 12px;
  margin-left: 210px;
  margin-top: 240px;
  padding-top: 2px;
  padding-left: 7px;
  position: fixed;
  width: 625px;
}

#rozcestnik_obsah p {
	color: #F3F3F3;
}

.menuZarazka {
	background: url(img/zarazka.png) right no-repeat;
}

#rozcestnik_zapati {
	background-color: #1AB52D;
	font-size: 10px;
	height: 13px;
  margin-left: 209px;
  margin-top: 400px;
  padding-top: 2px;
  padding: 2px 10px 0px 7px;
  position: fixed;
  width: 626px;
}

#rozcestnik_zapati div {
	color: #F3F3F3;
}

#rozcestnik_zapati a {
	color: #F3F3F3;
}

#rozcestnik_zapati a:hover {
	text-decoration: underline;
}

#titulek {
	background: #336799 url("img/hlavicka_1.jpg") top no-repeat;
	height: 120px;
	margin: auto;
	width: 650px;
}

#hlavniSloupec {
	margin: auto;
	width: 650px;
}

#menuSloupec {
	height: 24px;
	width: 650px;
}

#menuSloupec table {
	background: #336799 url("img/menu_1.jpg") top no-repeat;
	height: 24px;
	width: 650px;
}

#menuSloupec td {
	text-align: center;
	vertical-align: middle;
}

#menuSloupec a {
	color: white;
	font-size: 9px;
	text-decoration: none;
}

#menuSloupec a:hover {
	color: yellow;
}

#obsahSloupec {
	background-color: #E9F2FF;
	border-right: 1px #6296C8 solid;
	border-bottom: 1px #6296C8 solid;
	border-left: 1px #6296C8 solid;
	padding: 10px 16px 10px;
	width: auto;
}

#obsahSloupec table {
	border: 1px #336799 solid;
	padding: 10px;
}

#obsahSloupec td {
	margin: 2px;
	padding: 4px 4px 4px 8px;
}

