<!--
body {
text-align: center;
} 

#auta a {
	 display:block;
	 width:200px;
   height:282px;
   background: url("images/auta.gif") 0 0 no-repeat;
   }
#auta a:hover {
   background-position: -200px 0;
   }
#auta a:active {
   background-position: -0px 0;
   }

#energo a {
	 display:block;
	 width:200px;
   height:282px;
   background: url("images/elektro.gif") 0 0 no-repeat;
   }
#energo a:hover {
   background-position: -200px 0;
   }
#energo a:active {
   background-position: -0px 0;
   }

#oldtim a {
	 display:block;
	 width:200px;
   height:282px;
   background: url("images/oldtim.gif") 0 0 no-repeat;
   }
#oldtim a:hover {
   background-position: -200px 0;
   }
#oldtim a:active {
   background-position: -0px 0;
   }

.nazvy a {color: navy}
.nazvy a:hover {
   text-decoration: none; font-size: 110%; color: green
   }
.nazvy a:active {
   font-size: 100%; color: red
   }


-->

