div#container
{
   width: 525px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.15;
   margin: 0;
   text-align: center;
}
#preloader
{
   background: #FFFFFF url("images/clock.gif") no-repeat center center;
   bottom: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
#Banner1
{
   background-image: linear-gradient(to top, #D3D3D3 0%, #F5FFFA 100%);
   border: 1px solid #A0A0A0;
   border-radius: 0px;
   color: #666666;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-decoration: none;
   text-align: center;
   text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
   margin: 0;
}
#Banner1 span
{
   display: block;
   height: 13px;
   margin: 3px 0 3px 0 ;
}
#Banner1 .single-char
{
   float: left;
}
#Banner1 div
{
   display: inline-block;
   text-align: center;
}
.Banner1_ShowAnimation
{
   animation: funny-in 1000ms linear 0s 1 normal both;
}
.Banner1_HideAnimation
{
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_Text2
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_Text2 div
{
   text-align: justify;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_Text1 div
{
   text-align: justify;
}
/* zákaz označování textu/prvků (rušivé modré zvýraznění) */
body, *{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* zákaz "uchopení" a přetahování obrázků */
img{
  -webkit-user-drag: none;
  user-drag: none;
}
