@media screen,projection {
* {
  margin: 0px;
  padding: 0px;
}
body 	{
	font-family: Verdana, 'Arial CE', Arial, sans-serif; 
	font-size: 85%;
	background : #FFFFFF;
	text-align : center;
	color: #333333;
}
/*--- layout stranky ---*/
#stranka {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: transparent;
}	
#dokument {
  text-align: center;
  width: 760px;
  margin: 0 auto;
  background: #FFFFFF;
  padding-bottom: 20px;  
}   
#zahlavi {
  clear: both;
  height: 180px;
  background : #FFFFFF;
  text-align: center;     
}
#logo {
margin: 0 auto;
width: 760px;
  height: 180px;
  background : #FFFFFF url("logo.jpg") no-repeat;
}
#logo h2 span, #logo h3 span {
  display: none
}
#logo a {
  display: block;
  width: 200px;
  height: 72px;
}
#menu {
  text-align: center;
  background: #A63B36;
  height: 1.6em;
  font-size: 1em;
}
#text {
  text-align: left;
  width: 500px;
  _width: 550px;
  background: transparent;
  float: right;
  padding: 30px;
}
#submenu {
  float: left;
  width: 160px;
  margin: 40px 0 0 30px;
  background: transparent;
}
#submenu div.news {
  text-align: left;
  margin-bottom: 1em;
}
#zapati {
  clear: both;
  text-align: center;
  margin-top: -2px;
  padding: 30px;
  font-size: 0.9em;
  background: transparent;
  color: #333333;  
}
#jazyky {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  z-index: 99;
}
#jazyky li {
  list-style-type: none;
  margin-bottom: 2px;
}
#jazyky li.en a {
  display: block;
  background: url("en.gif") no-repeat;
  width: 20px;
  height: 15px;  
}
#jazyky li.de a {
  display: block;
  background: url("de.gif") no-repeat;
  width: 20px;
  height: 15px;  
}
#jazyky li.cz a {
  display: block;
  background: url("cz.gif") no-repeat;
  width: 20px;
  height: 15px;  
}
#jazyky span {
  display: none;  
}
/*--- menu ---*/
#menu {
  background: #A63B36;
  height: 1.55em;
  font-size: 0.9em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;  
}
#menu ul {
  width: 50em;
  margin: 0 auto;
  list-style-type: none;
}
*html #menu ul {
  width: 60em;
}
#menu li {
  float: left;
  margin-left: 0.1em;
  text-align: center;
  background: #A63B36;
}
*html #menu li {
  width: 80px;
}  
#menu a {
  padding: 0.2em 1em; 
  display: block; 
  white-space: nowrap; 
  text-decoration: none;
  font-weight : bold; 
  color : #FFFFFF;
}
unknown {
	width: auto
}
#menu li a:hover {
  color: #CCCCCC;
}
/*--- typografie v divu text ---*/
#text p, #text ul, #text ol, #text address {
  font-size: 95%;
  margin: 0 0 1em 0;
  line-height: 1.6em;
}
#text li {
  margin-bottom: 0.5em
}
#text ul li {
  list-style-type: none;
}
#text ol li {
  list-style-position: inside;
}
/*obrazky*/
#text .obr {
  text-align: center; 
  background: #EFEFEF; 
  padding: 10px;
  margin: 10px 0;
}
#text .obr img {
  margin: 0 auto;
}
#text .obr p {
  text-align: center;
	font-style: italic;  
  margin: 0 auto;
  font-size: 0.9em;
}
/*--- typografie v divu submenu ---*/ 
#submenu h3 {
  margin-bottom: 0.5em;
}
#submenu ul, #submenu address {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #CCCCCC;  
}
#submenu li {
  list-style-type: none;
  padding: 5px 2px;
  background: transparent;
}
/*--- typografie v divu zapati ---*/
#zapati address {
	font-variant: normal;
	font-style: normal;  
}
#zapati a, #zapati a:hover {
  color: #333333;  
}
/*--- obecne tagy (typografie) ---*/
hr  {
  display: none;
}
h1, h2, h3, h4, h5, h6  {
  margin: 0 0 0.15em 0;
  line-height: 1.5em; 
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #606060;
}
h1, h1 a, h1 a:hover {
  font-size: 1.6em;
  width: 350px;
}
h2, h2 a, h2 a:hover {
  font-size: 1.4em;
}
h2 a, h2 a:hover {
  font-size: 100%;
  color: #606060;
  text-decoration: none;  
}
h3, h3 a, h3 a:hover {
  font-size: 1.2em;
  color: #808080;  
}
h4 {
  font-size: 1em;
  text-decoration: underline;     
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
	font-style: italic;  
}
caption, dfn, cite, q, em {
	font-style: italic;
}
dfn, abbr, acronym {
  border-bottom: 1px dotted;
	cursor: help;
	font-variant: normal;
	font-style: normal;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
legend {
	margin: 0 .5em;
	padding: .5em 0;	
}
textarea {
	width: 300px;
}
label span {
	display: block;
	float: left;
	width: 170px;
	clear: inherit;
	font-size: 0.9em;
}
table {
  border-collapse: collapse;
}
td {
  border: 1px solid #CCCCCC;
  padding: 2px 15px;
}
/*---obecne tridy ---*/
div.clear {
  clear: both; 
  margin-bottom: 5px;
}
div.ukonceniobtekani {
  clear: both; 
  font-size:1px; 
  height: 1px;
}
.mezera_dole {
  padding-bottom: 1em;
}
.skryt {
  display: none;
}
a.skryty {
  text-decoration: none;
}
.border {
  border: 1px solid #333333;
}
/*--- formatovani vypisu clanky (weto publikator) ---*/
div.blok {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
div.blok h2 a {
  font-size: 100%;
  color: #2D92AC;
  text-decoration: none;  
}
div.blok h2 a:hover {
  font-size: 100%;
  text-decoration: underline;
}
div.blokfoot {
  font-size: 0.9em;
  color: #336666;
  background: #efefef;
  padding: 2px 10px;
  margin-bottom: 1em;  
}
.mezera_dole {
  padding-bottom: 1em;
}
/*--- clanek (weto publikator) ---*/
p.abstract {
  color: ;
  border: ;
  backgroung: ;
}
a img {
  border: 0 none;
}
.picL {
  float: left;
  margin: 0 10px 10px 0px;
}
.picR {
  float: right;
  margin: 0 0 10px 10px;
}
.picC {
  margin: 0 auto 10px auto;
}
.alignL {
  float:left;
}
.alignR {
  float: right;
}
.alignC {
  text-align: center;
}
.textL {
  text-align: left;
}
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}
/*--- galerie (weto publikator) ---*/
div.alignG {
  float: left;
  text-align: center;
  width: 160px;
  height: 170px;
  margin: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #CCCCCC;
  background-color: ;
}
#text div.alignG p {
  margin: 0 auto;
  text-align: center;
  font-size: 0.9em;
}
#text div.alignG a {
  text-decoration: none;
}
div.alignC {
  position: relative;
  clear: right;
  /*width: 400px;*/
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border: 1px solid #CCCCCC;
  background-color: transparent;
}
#text div.alignC p {
  margin: 0 auto;
  text-align: center;
}
/*--- tridy a barvy ---*/
a {
  color: #A63B36;
}
a:hover {
  text-decoration: none;
}
/*--- book module ---*/
#text p.book-info {
  margin: 2px 0 10px 0;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.3;
}
#text #form-book fieldset {
  position: relative;
  margin-top: 20px;
  padding: 0 0 10px 0;
  margin-bottom: 24px;
  border: 1px solid #CCCCCC;
}
#text #form-book legend {
	margin: 0 0.5em 0 0.5em;
	padding: 0 0.5em 0 0.5em;
	color: black;
}
#text p.box-name {
  position: relative;
  width: 480px;
  padding-top: 10px;
  margin: 0px 10px 10px 10px;
}
#text #name-form {
  position: absolute;
  left: 116px;
  width: 240px;
}

#text p.box-email {
  position: relative;
  width: 480px;
  margin: 0 10px 8px 10px;
}
#text #email-form {
  position: absolute;
  left: 116px;
  width: 240px;
}

#text p.box-text {
  position: relative;
  width: 480px;
  margin: 0 10px 8px 10px;
  padding: 0.5em 0px 0 0px;
  margin-bottom: 6px;
  line-height: 1.6;
}
#text p.box-text .label-note {
  position: absolute;
  top: 0;
  left: 0;
}
#text #note-form {
  width: 400px;
  height: 100px;
  margin-left: 42px;
}
#text p.box-text .form-maxchar {
  font-size: 0.8em;
  font-style: italic;
  margin-left: 42px;
}

#text p.box-antispam {
  position: relative;
  width: 390px;
  margin: 0 100px 10px 10px;
  padding-top: 1.8em;
  padding-left: 0px;
  padding-bottom: 12px;
  line-height: 1.6;
}
#text p.box-antispam span.label-antispam {
  position: absolute;
  top: 0;
  left: 0px;
}
#text p.box-antispam label.dictat-kod {
  margin-left: 0px;
}
#text p.box-antispam span.kod-text {
  font-weight: 600;
  margin-left: 42px;
}
#text #intkod {
  width: 50px;
  text-align: center;
  margin: 0 0 0 0px;
}
#text p.box-submit {
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
#text p.book-pages {
  margin-top: 10px;
  border-top: 1px #663300 solid;
  border-bottom: 1px #663300 solid;
  padding: 0px 4px 1px 4px;
}
#text p.book-pages a {
  padding: 0 2px 0 2px;
}
#text p.book-pages a.active {
  text-decoration: none;
  font-weight: 600;
}
#text p.book-pages a.page-prev {
  text-decoration: none;
}
#text p.book-pages a.page-next {
  text-decoration: none;
}
#text #form-book p.error-form, #text #form-book p.echo-form{
  width: 100%;
  margin: 0 10px 8px 10px;
  padding-top: 10px;
  font-weight: 600;
  color: #a63b36;
}

/* - antispam ochrana - */
div.formular-anti {display:none;}
}
