/* CSS Document */
@media print {
	span, hr, #menu, #odkazy, .nop, .submit, .odkaz{
		display: none;
	}
	print {
		display: inline;
	}
	
	body {
		background: #ffffff;
		color: #000000;
		font-family: 'Arial', sans-serif;
		font-size: 10pt;
		line-height: 18px;
		text-align: justify;
	}

	h1 img {
		margin: 0;
		color: #000000;
	}
	h2 {
		color: #000000;
		font-size: 12pt;
		line-height: 50px;
		top: 25px;
		left: 25%;
	}
	
  #top {
    padding: 0;
    margin-left: 15px;
    background: #ffffff;
    color: #000000;
  }
	
	#center {
    width: 730px;
    background: #ffffff;
    padding-left: 40px;
    _padding-right: 50px;
    color: #000000;
  }
	
	#obrazek {
  width: 350px;
  margin-bottom: 0px;
  margin-right: 0px;
  float: left;
}

#nazev {
  color: #000000;
  width: 350px;
  text-align: center;
  font-size: 10pt;
  margin-top: 30px;
  font-family: 'Arial',sans-serif;
  float: left;
  margin-bottom: 0px;
}
	
#cbt {
  margin-top: 30px;
  margin-left: 40px;
  width: 25%;
  float: left;
  font-family: 'Arial', sans-serif; 
  font-size: 8pt; 
  color: #000000;
  text-align: center;
}

.uvod {
  font-size: 11pt;
  margin-right: 20px;
  font-weight: bold;
  text-align: center;
}
	
#sekret {
  margin-top: 52px;
  margin-right: 30px;
  width: 30%;
  font-size: 8pt;
  color: #000000;
  text-align: left;
  float: right;
}
	
	.mejl {
	color: #000000;
  }
	
	#telo {
    width: 710px;
    _width: 650px;
    padding-left: 15px;
    padding-right: 20px;
    background: #ffffff;
    color: #000000;
  }
	
	#celek {
	  width: 710px;
	  _width: 650px;
    font-size: 10pt;
    text-align: left;
    background: #ffffff;
    padding-right: 20px;
    _padding-right: 100px;
    color: #000000;
  }
	
	h3 {
		font-size: 12pt;
		text-decoration: underline;
		margin: -1.6em 0 0 0;
		color: #000000;
	}

  #nadpis_top {
    font-size: 9pt;
    margin-left: 0px;
    background: #ffffff;
    _margin-left: -20px;
    color: #000000;
    float: left;

  }
  
  .text {
    font-size: 8pt;
    color: #000000;

  }

	a {
	color: #000000;
	}
	/*images*/
	img {
		border-style: none;
		margin: 0px;
	}
	/*forms*/
	input {
		margin-right: 2em;
	}

	/*lists*/
	ul {
		margin: 0 0 0 0.5em;
	}
	li {
		padding: 5px 0 5px 5px;
	}
	.no-list li, .print-no-list li {
		list-style: none;
	}
	/*tables*/
	#content table {
		/*border: 1px solid Black;*/
		margin: 0.4em 0 0.4em 0;
		/*width: 98%;*/
		border-collapse: collapse;
	}
	#content table.ubytovani {
		/*width: 95%;*/
	}
	th {
		border-bottom: 1px solid Black;
		text-align: center;
	}
	td {
		padding: 0.1em 0.9em 0.1em 0.9em;
		text-align: left;
		/*border: 1px solid Black;*/
		vertical-align: top;
		background: #ffffff;
	}
	table.prihlaska {
		margin-bottom: 1.4em;
	}
	table.prihlaska td {
		padding: 1em 0.5em 0.2em 0.5em;
	}

}
