html, body { 
	background: #000000;
	color: #FFFFFF;
	scrollbar-base-color: #ED710F;
	scrollbar-arrow-color: #FFFFFF/*bílá*/;	
	margin: 15px;
}
a,a:visited {
  color: #FFFFFF;
  }
a:hover,a:active  {
  color: #215EBD;
  }
#stranka {
	background: #ED710F;
	margin: auto;
	margin-top: 0px;
	border: 10px solid #ED710F;
	width: 770px;
  }
h1 {
  background: #000000;
  color: #FFFFFF;
  font-style: italic;
  font-size: 25px;
  margin-top: 5px;
  }
h2 {
  color: #FFFFFF;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  }
.nadpis {
  background: #000000;
  color: #FFFFFF;
  font-style: italic;
  font-size: 25px;
  }
.nadpis2 {
  color: #FFFFFF;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  }
.nadpis3  {
  font-weight: bold;
  }
#nadpis {
  text-align: center;
  }
.text {
  text-align: left;
  color: black;
  }
.text2 {
  color: white;
  font-size: 18px;
  }
.text3 {
  color: white;
  }
.img1 {
  border: 5px solid #ED710F;
  float: left;
  }
.img2 {
  border: 5px solid #ED710F;
  float: right;
  }
.img3 {
  border: 0px;
  }
.table {
  width: 100%;
  border: 0px;
  text-align: center;
  }
.td {
  width: 50%;
  }
#pata {
  width: 770px;
	background: #ED710F;
  height: 10px;
  border-top: 5px solid #000000;
  text-align: center;
  }
