body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	background-color: #FFF091;
}

p {
	text-align: justify;
	font-style: inherit;
}

p.decor:first-line {
	font-variant: small-caps;
}

p.decor:first-letter {
/*	float: left;
	margin: 0px 0.1ex 0px 0px;*/
	font-size: 150%;
	font-weight: bold;
	color: Maroon;
}

.podpis {
	text-align: right;
}

#head {
	background: Black url(../gfx/head2.jpg) no-repeat right;
	height: 101px;
	border: thin solid Maroon;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}

#head h1 {
	font-family: "Times New Roman", Times, serif;
	color: Maroon;
	font-style: italic;
	font-size: 300%;
	margin: 0px;
	padding: 0.5ex 0px 0px 0px;
	text-align: center;
}

#menu {
	background-color: #FFF0A1;
	text-align: center;
	width: 100%; /*	min-width: 10em;
	max-width: 40em;
	_width: expression(
      document.getElementById('obsah').offsetWidth < 240 ? '240px' : (
         document.getElementById('obsah').offsetWidth >
         (500/12) * parseInt(document.body.currentStyle.fontSize) ? '30em' : 'auto'
         )
      );
	/*margin-left: auto;
	margin-right: auto;*/
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
	border: thin solid #DFD071;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: Maroon;
}

#menu a {
	padding: 0px 3ex 0px 3ex;
}

#submenu a {
	padding: 0px 1em 0px 1em;
}

a:hover {
	text-decoration: underline;
	color: Navy;
}

#menu a:hover {
	font-weight: bold;
}

.selected {
	text-decoration: underline;
	font-weight: bold;
	padding: 0px 3ex 0px 3ex;
}

#submenu {
	text-align: center;
	width: 100%; /*   min-width: 10em;
   max-width: 40em;
   _width: expression(
      document.getElementById('obsah').offsetWidth < 240 ? '240px' : (
         document.getElementById('obsah').offsetWidth >
         (500/12) * parseInt(document.body.currentStyle.fontSize) ? '30em' : 'auto'
         )
      );
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background: #FFF0A1;*/
	padding: 5px 0px 5px 0px;
	border: thin solid #DFD071;
	border-left: none;
	border-right: none;
}

/*#main {
	background-color: White;
}*/

#text {
   width: 67%;
   min-width: 240px;
   max-width: 40em;
   _width: expression(
      document.getElementById('obsah').offsetWidth < 240 ? '240px' : (
         document.getElementById('obsah').offsetWidth >
         (500/12) * parseInt(document.body.currentStyle.fontSize) ? '30em' : 'auto'
         )
      );
	margin-left: auto;
	margin-right: auto;
}

#galerie {
	width: 67%;
	min-width: 240px;
	max-width: 40em;
	_width: expression(
      document.getElementById('obsah').offsetWidth < 240 ? '240px' : (
         document.getElementById('obsah').offsetWidth >
         (500/12) * parseInt(document.body.currentStyle.fontSize) ? '30em' : 'auto'
         )
      );
/*	margin-left: auto;
	margin-right: auto;*/
	background-color: #FFF0A1;
	margin: 0px auto 10px auto;
	padding: 10px 15px 10px 15px;
	border: thin solid #DFD071;
}

.obraz {
/*	border: thin solid Black;*/
	float: left;
	width: 49%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.obraz img {
	float: left;
	height: 70px;
/*	margin: 1ex 0px 1ex 0px;*/
	padding: 0px 20px 0px 0px;
	border-style: none;
}

div.ukonciobtekani {
	clear: both;
	font-size: 1px;
	height: 0px;
}

#lang {
	font-size: x-small;
	position: absolute;
	left: 0px;
	top: 0px;
}

#lang a {
	text-decoration: none;
	font-weight: normal;
	background: Black;
	color: White;
}

#lang a:hover {
	font-weight: normal;
	background: White;
	color: Black;
}
