BODY          {background: url(./img/pozadi.jpg) white; FONT-SIZE: 16px; FONT-FAMILY: Arial; margin: 0; text-align: center; height: auto; min-width: 1200px;}

.button        {padding: 25px 15px; width: 8em; font-size: 24px; text-align: center; cursor: pointer; outline: none; border: none; border-radius: 10px; 
                background-color: #BBB; color: #777; box-shadow: 8px 12px 20px #666; }
.button:hover  {background-color: #C96; color: #444; box-shadow: 8px 12px 20px #333; }
.button:active {background-color: #F90; color: #000; box-shadow: 8px 12px 20px #000; }
.button_akt    {padding: 25px 15px; width: 8em; font-size: 24px; text-align: center; cursor: pointer; outline: none; border: none; border-radius: 10px; background-color: #F90; color: #000; box-shadow: 8px 12px 20px #000; }

.fotosipka     {background-color: #AAA; FONT-SIZE: 50px; vertical-align:middle; border:none; padding:50px;}

.eshop         {padding: 10px 25px; width: 10em; font-size: 16px; text-align: center; cursor: pointer; outline: none; border: none; border-radius: 5px; background-color: #BBB; color: #777; box-shadow: 5px 7px 12px #666;}
.eshop:hover   {background-color: #C96; color: #444; box-shadow: 5px 7px 12px #333; }
.eshop_akt     {padding: 10px 25px; width: 10em; font-size: 16px; text-align: center; cursor: pointer; outline: none; border: none; border-radius: 5px; background-color: #F90; color: #000; box-shadow: 5px 7px 12px #000; }

h2             {margin: 0;}

table         {background-color:#FFF; margin: 20px; border-spacing: 0px; margin-left: auto; margin-right: auto; border-style:solid; border-width: thin; }
TR.odkaz      {background-color:#AEF; }
td            {padding: 6px; font-size: 16px; border: thin solid #ddd; margin: 0; }
.info         {background-color: #Fff; cursor: pointer; }
.info:hover   {background-color: #F90; }
th            {padding: 10px; font-size: 16px; border: thin solid #aaa; }

p             {background-color:#FFF; display: block; margin: 0 auto; }


input                {FONT-FAMILY: Arial; font-size: 14px;}
input[type="submit"] { cursor:pointer; border-style:none; font-weight:bold;}
input[type="text"]   { font-size: 16px; }
input.tlacitko       { font-size: 14px; padding: 5px; border-style:groove; margin-left: 10px; margin-right: 10px; margin-top: 10px; }

input.dalsi          { font-size: 18px; padding: 10px 50px 10px 50px; margin-left: 10px; margin-right: 10px; margin-top: 10px; border: solid thin; border-radius: 10px; box-shadow: 8px 12px 20px #666; cursor: pointer; }

input.tlac_male      { padding:  5px 20px  5px 10px; border: solid thin; margin: 5px ; border-radius: 5px; cursor: pointer; }

a               {color:blue; cursor:pointer; text-decoration: none;}

.nadpis       {BACKGROUND-COLOR: #F90; text-align: center; font: bold italic large Palatino, serif; FONT-SIZE: 52px; }
.pozn         {font: italic large Palatino, serif; FONT-SIZE: 1.4vh; color: #062}

img           {padding:0px; border:0px;} 

.R            {text-align: Right;  }
.C            {text-align: Center; }
.L            {text-align: Left;   }


@keyframes zmena_barev{
	 0% {color: red;    }
    33% {color: black;  }
   100% {color: red;    } } 