	body {
		margin: 0;
		text-align:center;
	}
	.page{
		width: 750px;
		margin-right: auto;
		margin-left: auto;
	}
	.zahlavi{
		font: normal normal 12px "Tahoma";
		color: rgb(72,72,72);
		text-align: left;
		padding-top: 10px;
		/*background-color: green;*/
		height: 100px;
		width: 750px;
	}
	.left{
		font: normal normal 12px "Tahoma";
		width: 140px;
		height: 1000px;
		/*background-color: rgb(153,255,102);*/
		float:left;
		color:rgb(72,72,72);
	}
	.under_menu{
		/*width: 750px;*/
		/*background-color: grey;*/
	}

	.text{
		font: normal normal 12px "Tahoma";
		text-align: justify;
		width: 590px;
		line-height: 1.5;
		margin-left:80px;
		color: rgb(72,72,72);
    /*line-height: 15px;
	  word-spacing: 5px;*/
    /*background-color: orange;*/
	}
	.h1{
    margin-bottom:20px;
    margin-top: 10px;
  }
  h1{
		color:rgb(107,107,107);
		font: normal bold 10px "Tahoma";
  }
	h2{
		font: normal bold 18px "Tahoma";
		padding-top: 20px;
		margin-bottom:-10px;
		color:rgb(72,72,72);
	}
	h3{
		font: normal bold 12px "Tahoma";
		text-shadow: 5px;
		word-spacing: 2px;
		margin-bottom:-10px;
	}
	h4{
		/*margin-bottom:-5px;
		margin-top:-5px;*/
		color:rgb(72,72,72);
		font: normal bold 12px "Tahoma";
	}
	h5{
		color:rgb(77,132,167);
		font: normal bold 10px "Tahoma";
	}

	h6{
    font: normal bold 11px "Tahoma";
    color:rgb(140,49,41);
    margin-bottom:-10px;
  }
	p{
		/*text-indent: 50px;*/
		margin-bottom:-10px;
	}
	a{
		color:rgb(77,132,167);
		text-decoration:underline;
	}
	A IMG { 
    border: none;
  }
	.dec{
		list-style: decimal;
	}
	.disc{
		list-style: disc;
	}
	.rate{
		color:rgb(140,49,41); 
		list-style: none;
		font: normal bold 10px "Tahoma";
		text-align:center;
	}
	TABLE.ceny {
		border:  1px solid rgb(72,72,72);
		border-collapse: collapse;
		color: rgb(72,72,72);
		font: normal bold 10px "Tahoma";
		width: 580px;
	}

	table.ceny TH {
		border:  1px solid rgb(72,72,72);
		text-align: center;
		font: normal bold 12px "Tahoma";
	}
	table.ceny TD {
		border:  1px solid rgb(72,72,72);
		text-align: center;
		height: 40px;
		
	}
	table.ceny .td_1{
		text-align: left;
		padding-left: 10px;
		padding-right: 5px;
	}
	.menu{
		width: 750px;
		font: normal bold 12px "Tahoma";
	}
	.menu_ a{
		float:left;
		width: 103px;
		height: 20px;
		/*background-color: grey;*/
		color:rgb(72,72,72);
		text-decoration:none;
	}
	.menu_ a:hover{
		float:left;
		width: 103px;
		height: 20px;
		background-color: rgb(214,98,54);
		color:white;
		text-decoration:none;
	}
	.menu_a{
		width: 103px;
		height: 20px;
		background-color: rgb(214,98,54);
		float: left;
		color:white;
		text-decoration:none;
	}
	.menu_1 a{
		float:left;
		width: 132px;
		height: 20px;
		/*background-color: grey;*/
		color:rgb(72,72,72);
		text-decoration:none;
	}
	.menu_1 a:hover{
		float:left;
		width: 132px;
		height: 20px;
		background-color: rgb(214,98,54);
		color:white;
		text-decoration:none;
	}
	.menu_1a{
		width: 132px;
		height: 20px;
		background-color: rgb(214,98,54);
		float: left;
		color:white;
		text-decoration:none;
	}
  select, textarea{
    background-color: rgb(242,242,242);
		border:  1px solid rgb(204,204,204);
  }
  input{
    width: 140px;
    background-color: rgb(242,242,242);
		border:  1px solid rgb(204,204,204);
		float: left;
  }
