body {
  font: 11pt/1 "Times CE", Times, "Times New Roman", serif;
  background: #ffffff none;
  color: inherit;
}
/* 
#page {
  width: 100%;
  background: #ffffff none;
  color: inherit;
}

#maincontent {
  float: none;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
}
*/

/*
 #content {
  width: 100%;
  background: #ffffff none;
  color: inherit;
}
*/





 #content {
  float: none;
  width: 100%;
  background: #ffffff none;
  color: inherit;
  margin-top: -5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}


#sidebar-a {
 width: 0px;
	display: none;
	  background: #ffffff none;
  color: inherit;
}

#sidebar-b {
 width: 0px;
	display: none;
	  background: #ffffff none;
  color: inherit;
} 

/* #container {
	display: none;
} */

/* #content {
	display: none;
} */

#banner {
	display: none;
	  background: #ffffff none;
  color: inherit;
}

#footer {
	display: none;
	  background: #ffffff none;
  color: inherit;
}

#footer-spacer {
	display: none;
	  background: #ffffff none;
  color: inherit;
}

a[href]:after {
      content: " [" attr(href) "]";
}

a[href|="#"]:after, /* vnitřní odkazy */
a[href|="javascript:"]:after /* skripty */
{
     content: "";
}