body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	background-color: #E7FF80;
/*   background-color: #FFA353;*/
}

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;
	min-width: 50em;
	border: thin solid Green;
	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;
}

#head h2 {
	font-family: "Times New Roman", Times, serif;
	color: Maroon;
	font-style: italic;
	font-size: 150%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h3 {
	text-align: center;
}

#menu {
	background: #EEFF90;
	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;
	border: thin solid #C7EF70;
	border-left: none;
	border-right: none;
}

a {
	text-decoration: none;
	color: Maroon;
}

#menu a {
	font-weight: bold;
	padding: 0px 3ex 0px 3ex;
}

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;
}

/*#main {
	background-color: White;
}*/

#main {
        margin-left: auto;
        margin-right: auto;
	padding: 0px 0px 10px 0px;
}

#text {
	background: #EEFF90;
	width: 67%;
	min-width: 240px;
	max-width: 40em;
/*	_width: expression(
      document.getElementById('text').offsetWidth < 240 ? '240px' : (
         document.getElementById('text').offsetWidth >
         (500/12) * parseInt(document.body.currentStyle.fontSize) ? '30em' : 'auto'
         )
      );  */
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px 10px 15px;
	border: thin solid #C7EF70;
	clear: both;
}

#galerie {
	width: 100%;
   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;
}

.obraz {
	width: 50%;
	padding: 1ex;
}

.obraz img {
	float: left;
	height: 70px;
/*	margin: 1ex 0px 1ex 0px;*/
	padding: 0px 20px 0px 0px;
}

div.ukonciobtekani {
	clear: both;
	font-size: 1px;
	height: 1px;
}

#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;
}
.card-left, .card-right {

       float: left;

       width: 270px;

       margin: 0;
       text-align: center;
       }

.card-right {

       float: right;

       margin: 0;

       }

