body {
	margin: 0;
	padding: 0;
	min-width: 760px;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #330000;
	background-color: #663300;*/
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	
	  scrollbar-3dlight-color: ffffff;
	  scrollbar-arrow-color: ffffff;
	  scrollbar-darkshadow-color: ffffff;
	  scrollbar-face-color: #E7DFCE;
	  scrollbar-highlight-color: #E7DFCE;
	  scrollbar-shadow-color: ffffff;
	  scrollbar-track-color: ffffff
}
	h1{
	  font-family: georgia; 
	  font-size: 15; 
	  font-style: oblique;
		text-align: center;
  }

	h2{
	  font-family: georgia; 
	  font-size: 13; 
	  font-style: oblique;
		text-align: center;
  }

	td{
	  font-family: georgia;
	  font-size: 15;
		text-align: center;
  }

	.informace{
	  position: absolute;
	  left: 250;
	  top: 150;
	  right: 25;
	  text-align:	justify;
	  font-family: georgia;
	  font-size: 13;
  }
  	#sortimentMainDiv{
       position: absolute;
       left: 250;
       top: 250;
       right: 25;
       text-align:	justify;
       font-family: georgia;
       font-size: 13;
      }
	.pocitadlo{
	  position: absolute; 
	  left: 50; 
	  top:400; 
  }

	a{
	  font-family: georgia; 
	  font-size: 13; 
	  font-style: oblique;
		
  }

	a:link {color: black; }

	a:visited {color: black; }

	a:hover {color: white; text-decoration: none;}

	a:focus {color: white; text-decoration: none;}

	a:active {color: white; text-decoration: none;}

	body { 
  }
  
  .objednavka {
    width: 80%;
    border: solid gray 1px;
    position: relative;
    left: 10%;
  }
  
  
  
  
  
  
  
  
  
  
