/*  
 * 2006-03-30 by Radek Obermayer, obrik@noreality.cz, NO REALITY - foto & graphic factory
 * all rights reserved.
 */

body {
      background-color: #000000;
      margin: 0; font-family: arial, helvetica, sans-serif;
      font-size: 11px; color: #ffffff;
     }

#pozadi  {
          background-image: url(obr/kolecka.jpg);
          background-repeat: no-repeat;
	  background-position: top right;
	  position:absolute;
	  width:672px;
	  height:700px;
	  z-index:2; left: 328px;
	  top: 20px;
	  border: 1px none #000000;
	 }
	 
a {
   text-decoration: none;
   font-weight: normal;
   color: #FFFFFF;
   vertical-align:baseline;}
  }