/* CSS Document pro index.htm */
/* pozadi */
body 
 {
 	background-color:#B3B3B2;
 }
 
/* obrazek vpravo */
#obr_right
  {
    background-image:url(images/other/sport_ros_2.jpg);
	height:211px;
	width:293px;
	position:absolute;
	top:419px;
	left:4px;
	z-index:2;	
  }
/* obrazek vlevo */
#obr_left
  {
    background-image:url(images/other/sport_ros_1.jpg);
	height:211px;
	width:293px;
	position:absolute;
	top:16px;
	left:477px;	
  }
/*  obrazek vysoušece vlevo dole */
#obr_main1
  {
    background-image:url(images/other/main1.jpg);
	height:214px;
	width:155px;
	position:absolute;
	top:442px;
	left:612px;	
  }
/* obrázek vysoušece dole uprostred */
#obr_main2
  {
    background-image:url(images/other/main2.jpg);
	height:161px;
	width:74px;
	position:absolute;
	top:18px;
	left:262px;
	z-index:1;
  }
/* obrázek nahore uprostred */
#obr_main3
  {
    background-image:url(images/other/main3.jpg);
	height:231px;
	width:164px;
	position:absolute;
	top:417px;
	left:370px;	
  }
/* obrázek nahore vpravo */
#obr_main4
  {
    background-image:url(images/other/main4.jpg);
	height:207px;
	width:161px;
	position:absolute;
	top:13px;
	left:8px;	
  }
