body {
	background: url(Obrazky/pozadi_zn.jpg) no-repeat fixed top;
	background-position: left top; 
	color: #0000;
	behavior: url(csshover.htc); /* Pro IE na Windows */ 
	margin: 0px 0px 0 0px;
	padding: 0 0 0 0;	
	width: 1054px


}
	#moje {
	color: #CCC;
	margin-left: 11em;
	padding: 0 0 1px 5%;
	border-left: 1px solid;
} /*původně to bylo #main*/

/* tady je navigační menu */
div#menu {
	float: right;
	margin: 0 0 0 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	background: #71471D;
}
	/*původně to bylo ID="nav" - ID celého menu*/
div#menu ul {
		margin: 0;
		padding: 0; /*widht opět mám 11.5em*/
		background: #71471D; /*určuje barvu všemu co je pod 1. úrovní li*/
		border: 1px solid #FF981A;
		border-width: 1px 1px 1px 1px;
		color: #DFB080; 
		text-align: center;
	}
div#menu li {
		position: relative; /*pos: relative umisťuje li vzhledem k ul*/
		list-style: none;
		margin: 0;
		float: left; width: 10em; line-height: 1em;}
div#menu li:hover {
		background-color: #BD1134; /*mění barvu při přejetí myší - v menu, ne v záhlaví*/
	}
div#menu li.submenu:hover {
	background-color: #DEB887; /* mění barvu při přejetí u submenu-vyšší rovina zůstává nezměněna - u IE nelze 2 barvy, bere tuto na všechny <li>*/
}
div#menu li a {
		display: block; /*bere jako anchor vše co je mezi<li></li>*/
		padding: 0.25em 0 0.25em 0.5em;
		text-decoration: none;
		color: #FFF8DC;
		width: 10.5em; /*šířka pro IE*/
}
div#menu>ul a {width: auto;}/*automatická výška pro ostatní prohlížeče*/
div#menu ul ul {
		position: absolute; 
		width: 10em;
		display: none; /*nejsou vidět žádné <ul>, které jsou potomkem jiné <ul>*/
}
div#menu ul ul:hover {
	background: #D49658;
}
div#menu ul ul li {border-bottom: 1px solid #71471D;}

div#menu ul.level1 li.submenu:hover ul.level2,
div#menu ul.level2 li.submenu:hover ul.level3 {
	display: block;
}
div#menu ul.level2 {top: 1.5em; left: -1px; } /*nastaveni umistneni menu 2. urovne*/
div#menu ul.level3 {top: -1px; left: 10em; border-top: 1px solid #71471D;} /*nastaveni menu 3. urovne*/

div#zapati {
	color: #DEB887;
	text-align: right;
	font-size: 10px;
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;	
	margin: 0 -20px 0 0;
	padding: 5px 30px 5px 0;
	border-top: 1px solid #855321;
}

div#menicko {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 420px;
	width: 11em;
	color: #FFEED0;
	font-size: 10px;
	text-align: center;
} 
div#stranka {	
	float: right;
	border-right: 1px solid #855321;
	display: block;
	width: 75%;
	margin-right: 6.5em;
}
div#stranka p {
	text-align: justify;
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 5px 10px 0 0;
}
div#stranka table {
	margin: 10px;
	width: 100%;
}
div#stranka td {
	font-weight: normal;
	font-size: 0.85em;
	font-family: "Arial CE", "Helvetica CE", "Arial CE", Helvetica, sans-serif;
	vertical-align: top;
}
div#stranka A {
	font-weight: bold;
	COLOR: #B22222;
	TEXT-DECORATION: none;
}
div#stranka A:visited {
	FONT-WEIGHT: bold;
	COLOR: #B22222;
	TEXT-DECORATION: none;
}
div#stranka A:active {
	FONT-WEIGHT: bold;
	COLOR: #B22222;
	TEXT-DECORATION: underline;
}
div#stranka A:hover {
	FONT-WEIGHT: bold;
	COLOR: White;
	TEXT-DECORATION: none;
	background: #B22222;
}
div#stranka h1{
	background: #8A5D26;
	color: #FFF1DD;	
	margin-left: 5em;
	padding-left: 1em;	
	text-align: left;
	text-decoration: none;	
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 400;
	font: italic/3px;
	font-style: italic;
	font-variant: small-caps;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 0;
	border-right-width: 2px;
	border-right-color: #8A5D26;
	border-left: 10px solid #DF7B00;
}
div#stranka h2{
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 15px;
	font-style: normal;
	border: 2px solid #DF7B00;
	border-left: 10px solid #DF7B00;	
	background-color: #8A5D26;
	color: #Fff1dd;
	padding: 7px 0 7px 5px;
	width: 20em;
	margin-top: 35px;
	margin-bottom: 15px;	
}
div#stranka h3{
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	font-size: 15px;
	font-variant: normal;
	font-weight: bold;
	border-top: 0;
	color: #975F27;
	border-left-color: #975F27;
	border-bottom-color: #975F27;
	border-bottom: 2px solid;
	border-left: 10px solid;
	padding: 7px 0 7px 10px;
	display: block;
	width: 80%;
	margin-left: 0px;
}

div#stranka h4  {
	font: italic bold 1.5em "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	padding: 4px 0 4px 5px;
	font-size: 15px;
	color: #975F27;	
	border-color: #975F27;	
	border-bottom: 2px solid;	
	border-left: 4px double;
	width: 55%;
}
div#stranka h5  {
	font: italic bold 1.5em "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	padding: 4px 0 4px 5px;
	font-size: 15px;
	color: #975F27;	
	width: 75%;
}

div#stranka blockquote {
	text-align: justify;
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;	
	font-style: italic;
	font-weight: normal;
	font-size: 0.85em;
	font-style: normal;	
	border: #975F27 2px solid;
	margin: 30 30 30 30;	
	padding: 15px 15px 15px 15px;
	font-size: 0.85em;
	font-style: italic;
}
	
.ter {
	font-weight: bolder;
	font-size: 12px;
	font-style: normal;
	border: 2px solid #DF7B00;
	background-color: #8A5D26;
	color: #Fff1dd;
	padding: 5px 0px 5px 5px;
	margin-left: 5px;
}

.poznamka {
	font-weight: bold;
	border: 1px solid #DF7B00;
	background-color: #8A5D26;
	color: #Fff1dd;
	padding: 0 0;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#stranka ol, ul {
	text-align: justify;
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 10px 0 30px;
}	
div#stranka ol, ul.casopis {
	text-align: justify;
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 0 10px 0 30px;
}	
.nadpis {
	font-family: "Verdana CE", Geneva, "Arial CE", Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 1em 1em 1em 1em;
	margin: 2em 2em 2em 2em;
	border: thin solid #67411A;
	background: #DEB887;
	font-size: 25px;
	color: #67411A;
}
div#tlc a{
	background-color: #FFE5C6;
	border: thin solid #C46C00;
	margin: 1em;
	display: block;
	text-decoration: none;
	width: 12em;
	color: #C46C00;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
div#tlc a:hover{
	background-color: #C46C00;
	border: 2px solid #FFE5C6;
	margin: 1em;
	display: block;
	text-decoration: none;
	color: #FFE5C6;
}
div#koncert {
	text-align: center;
	font-family: Verdana, "Geneva CE", "Arial CE", Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 150px;
	border: 1px solid #855321;
	border-left: 0;
	border-top: 0;
	display: block;
	padding: 0;
	width: 775px;
}
div#koncert h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	background-color: #FFE5C6;
	color: #774C1F;
	border: thin solid #C46C00;
	font-weight: bold;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#koncert h3 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #774C1F;
	border-bottom: thin double #C46C00;
	font-weight: bold;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#stranka p.right{
	text-align: right;
	font-style: italic;
}
div#stranka p.center{
	text-align: center;
	font-style: italic;
}
div#stranka p.poznamky{
	background-color: #8B4513;
	font-weight: bold;
	color: White;
	font-style: normal;
	padding: 5px 0 5px 5px;
	margin: -5px 400px 0 -5px;
}
div#stranka blockquote.poznamky {
	border: thin solid;
	border-color: #8B4513;
	padding: 5px;
	margin-left: 0 0 0 150px;
	border-right-width: 0;
}
div#stranka table.right {
	width: 305px;
	float: right;
	padding: 10px 10px 5px 10px;
	text-align: justify;
}
div#stranka table.left {
	width: 350px;
	float: left;
	padding: 10px;
	text-align: justify;
}
div#stranka p.nadp {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em 2em 1em 2em;
	border: thin solid #67411A;
	background: #DEB887;
	font-size: 25px;
	color: #67411A;
}
div#stranka table.mail  {
	width: 150px;
	border: 3px double Black;
	text-align: center;
	float: right;
	margin-right: 25px;
	
}
div#stranka table.mail:hover {
	display: block;
	 padding-left: 15px;
	 padding-right: 10px;
	background-color: #B22222;
	color: white;
	border: dotted;
}
div#stranka table.center {
	width: 90%;
	float: right;
	border-right-style: solid;
	margin-right: 35px;
}
div#stranka div.casopis table {
	width: 90%; 	
	border: thin solid;
}
div#stranka div.casopis td {
	border-bottom: thin solid;
	border-left: thin solid;
	border-right: thin solid;
	border-top: thin solid;
}
div#stranka div.komentar A {
	font-weight: bold;
	color: Black; 
	text-decoration: none;
}
div#stranka div.komentar A:visited {
	font-weight: bold;
	color: Black; 
	text-decoration: none;
}
div#stranka div#koment_tab {
	text-align: right;
}
div#stranka div.komentar A:active {
	font-weight: bold;
	color: Black; 
	text-decoration: underline;
}
div#stranka div.komentar A:hover {
	background: #B22222;	
	font-weight: bold;
	color: White;
	text-decoration: none;	
}
div#stranka table.rehole {
	text-align: justify;
	width: 97%;
	padding: 5px;
	font-style: normal;
	font-size: 0.85em
}
div#stranka table.rehole table{
	text-align: justify;
	
	padding: 0px ;
	margin-left: -10px;
	font-style: normal;
	font-size: 1.2em;
	margin-right: 0px;
}
div#stranka td.inn {
	padding-left: 200px;
}
div#stranka td.inn-right {
	padding-right: 200px;
}	
div#stranka table.td{
	 margin: 0px;
}
div#boho p { 
	padding-left: 2%; 
	padding-right: 2%;
}
div#boho table {
	text-align: justify;
	padding-right: 100px;
	margin-right: 15px
}
div#boho td {
	vertical-align: top;
	width: 150px;	
	font-size: 13px;
	font-family: Verdana, "Geneva CE", "Arial CE", Helvetica, sans-serif;	
}
div#boho td.cas {
	vertical-align: top;
	text-align: right;
	padding-right: 25px;
	border: ;
	width: 50px;
}
div#stranka p.p1:first-letter {
	float: left;
	margin-right: 0.1ex;
	font-size: 300%;
	font-weight: bold;
	color:#975F27;
}
