
body {

  font-weight: normal;
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  color: #ffffff; /* timhle se meni barva popisku menu */
  background: #000000;
  font-size: 75%; 
  text-align: left; /* tady bylo center */

} 

img {border: 0;}
hr  {display: none;}

.out { position: absolute; top: -2500px; left: -2500px; }

a 			  {color: #1e62de; font-weight: bold; background-color: transparent; text-decoration: none;}
a:visited {color: #7a789f; font-weight: bold; background-color: transparent; text-decoration: none;}
a:active 	{color: #a8c3f6; font-weight: bold; background-color: transparent; text-decoration: none;}
a:hover 	{color: #1e62de; font-weight: normal; background-color: transparent; text-decoration: none;}

#page {
  margin-left: left; /* tady bylo auto */
  margin-right: right; /* tady bylo auto */
  text-align: left;
  width: 85%;
  border-top: 1px solid #a7a5d4; /* timhle se meni barva rameczku nahore */
  border-right: 1px solid #bdbccb; /* timhle se meni barva rameczku napravo */
  background-color: #43bcf4; /* 9b9ba7; /* timhle se meni barva pozadi menu .... */
}
#page #content {
  color: #000;
  background: #ffc664; /* 8c8ba0; /* timhle se meni barva pozadi obsahu .... */
	padding: 0;
  margin: 0;
  float: right;
  width: 85%; /* timhle se meni pomer menu content */
  max-width: 1024px;
}
#page #content #content_inner {
	padding: 1.25em 1em;
  margin: 0;
  width: auto;
  float: center;
}
#page #menu {
  width: 15%; /* timhle se meni pomer menu content */
  margin: 0;
  padding: 0;
  float: left;
}
#page #menu #menu_inner {
  padding: 1.25em .5em;
  margin: 0;
  width: auto;
}

ul#mainmenu {
  margin: 0;
  padding: 0;
}
ul#mainmenu li {
  list-style-type: none;
	display: block;
  margin: 0;
	padding: .25em .5em;
  font-size: 0.90em;

}
ul#mainmenu li a {
	color: #3e3d58; /* timhle se meni barva pisma meniczka ... */
	font-weight: bold;
}
ul#mainmenu li a:hover {
	color: #716dbd; /* timhle se meni barva pisma meniczka kdyz se pres nej prejede ... */
  font-weight: normal;
}

.copy {
	padding: 0;
  margin: .5em 0;
  text-align: center;
  font-size: 0.8em;
  color: #504e6d;
}


.cleaner     {clear: both; border: none; margin: 0; padding: 0; background: transparent; font-size: 1px; height: 1px;}


/*  Pismo  */

.bold   {font-weight: bold;}
.italic {font-style: italic;}
.center {text-align: center;}
.right  {text-align: right;}
.tisk   {text-align: right; padding: .5em .75em;}
.small  {font-size: 0.85em;}

h1 {
  text-align: center;
  font-size: 1.5em;
  color: #000000; 
  font-weight: bold; 
  background-color: transparent; 
  text-decoration: none;
  padding: 0 0 .75em 0;
  margin: 0;
}

h2 {
  text-align: left;
  font-size: 1.25em;
  color: #000000; 
  font-weight: bold; 
  background-color: transparent; 
  text-decoration: none;
  padding: 0 0 .75em 0;
  margin: 0;
}

h3 {
  text-align: center;
  font-size: 0.8em;
  color: #ffffff; 
  font-weight: normal; 
  background-color: transparent; 
  text-decoration: none;
  padding: 0 0 .75em 0;
  margin: 0;
}

p {

  text-align: center;
  text-indent: 1.5em;
  line-height: 145%;

}




