@charset "utf-8";

/* Body / Background */
body {
  background-color: #ffffff;  
  color: #ffffff;
  font-family: Arial;
  padding: 0px;
  margin: 0px;
}

/* Font */
h1, h2, h3, h4{
  font-family: 'Droid Sans', arial, serif;
  -webkit-transform: rotate(-0.0000000001deg); /* A little antialias hack for chrome */
}

/* Primary COLOR */
.newsbox .feedList h4 a,
#sitedescription h1,
a
{
  color: #ec008c;
}
/* Primary BACKGROUND */
.primary-bgcolor,
a.ui-btn-big,
.newsbox .feedList h4 a:hover,
#slider #imageSliderNav a.activeSlide
{
  background-color: #ec008c;
  color: #FFF;
}



/* Secondary COLOR */
/* Secondary BACKGROUND */
#header #mainmenu ul,
#header #mainmenu ul li{
  background-color: #22212C;  
}


a.ui-btn-big {
  background-image: url(../images/ui-btn-big-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.496094);
  color: white !important;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  padding: 12px 50px 12px 19px;
  text-decoration: none;
}


a {
  outline: none;
}

#page {
  width:1004px;
  margin:0px auto;
  text-align:left;
  /*padding:15px;*/
  padding-bottom: 0px;
  background: #f9f9f8;
}

/* Header */

#header {
  margin-bottom: 0px;      
  border: solid #000000 0px;
  /*background-color: #f8f8f8;*/
  background-color: #ffffff;
}
  #header a,#header a img{
    border: none;
  }
  #header #sitedescription{
    float: right;
    text-align: right;
    margin: 7px;
  }
    #header #sitedescription h1 {
      font-weight: normal;
      position: relative;
      font-size: 16px;
      line-height: 0.5em;
    }  
  #header #mainmenu{
    margin: 0px;
    padding: 0px;
    background-color: #f9f9f8;    
    float: left;
  }

    #header .mainmenucorner{
      margin: 0px;
      padding: 0px;
      /*background: url(/images/mainmenu_corner.gif) top left no-repeat;*/
      height: 20px;
      clear: both;
      position: relative;
      /*top: -15px;*/
      /*left: -25px;*/
      width: 20px;
      /*margin-bottom: -40px;*/
    }
  
  
    #header #mainmenu ul{
      width: 1004px;
      height: 20px;
      float: left;      
      padding: 0px;      
/*      border-top: solid #dddddd 1px;*/
/*    border-bottom: solid #dddddd 1px; */
      }

      #header #mainmenu ul li{
        list-style: none;
        /*background-image: url(/images/icons/mainmenu_itembg.png);*/
        background-position: right bottom;
        background-repeat: no-repeat;
        float: left;
        font-size: 14px;
      }
        #header #mainmenu ul li a{
          padding: 0px 20px;
          display: block;
          color: #fff;
          text-decoration: none;
          /*background: url(/images/mainmenu_item_bottomshadow.jpg) bottom left no-repeat;*/
          /*margin-bottom: -13px;*/
          /*padding-bottom: 28px;*/
        }

           #header #mainmenu ul li.current{
               background-color: #333333;                
          }

          #header #mainmenu ul li.home a{         
            background-image: url(../images/icons/home_dark.png);
            background-position: 16px 16px;
            background-repeat: no-repeat;
            padding-left: 35px;  
          }
          
          
          
        #header #mainmenu ul li:hover{
          color: #ff;
          text-decoration: none;
          background-color: #a9a4a3;
        }
        


#slider {
  overflow: auto;
  width: 100%;
  clear: both;
}
  #slider #imageSlider{
    padding: 0px;
    width: 100%;
  }
    #slider .imageSlide{
      padding: 0px;
      width: 100%;
    }
      #slider .imageSliderInfo{
        color: #444;
        float: right; 
        width: 370px;
        margin-right: 9px;
      }
        #slider .imageSliderInfo h2{
          color: #666;
          font-size: 26px;
        }
        #slider .imageSliderInfo p{
          color: #666;
          font-size: 20px;
        }
      #slider .imageSliderImage{
        float: left;
        padding: 17px;
        padding-bottom: 27px;
        background: url(../images/imageSliderImageBg.png) top center no-repeat;
      }
        #slider .imageSliderImage img{
          border: 3px #FFF solid;
        }
    #slider #imageSliderNav{
      float: left;
      overflow: auto;
      text-align: center;
      width: 540px;
    }
      #slider #imageSliderNav a{
        background-image: url(../images/imageSliderNav.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #dee4e4;  
        text-indent: -9000px;
        display: inline-block;
        height: 20px;
        width: 20px;
      }
        #slider #imageSliderNav a.activeSlide{
        }

#MainContent{
  color: #666;
  font-size: 12px;
  background: #ffffff url('../media/77/mainbackground2.png') top left no-repeat;  
  /*padding: 0px;
  margin: 0px;
  border: solid 0px #dddddd; 
  width: 1004px; */
 
}
  #leftcontent {
    float: left;
    width: 550px;
    padding: 20px;
    background: url(../images/divider_left_top.jpg) top left no-repeat;
    margin-bottom: 20px;
  }
    #leftcontent h1{
      margin: 0px;
      font-size: 32px;
      font-weight: normal;
    }
    #leftcontent h2{
      font-weight: normal;
      font-size: 28px;
    }
    #leftcontent h3{
      font-weight: normal;
      font-size: 22px;
    }
    #leftcontent h4{
      font-weight: normal;
      font-size: 16px;
    }
  
  
  
  
/* Special left column content */  
  
  #leftcontent .feedList {
    margin: 0px;
    padding: 0px;
  }
    #leftcontent .feedList LI{
      margin: 0px;
      padding: 0px;
      list-style: none;
    }

    #leftcontent .feedList h4{
      margin: 0px;
      padding: 0px;
      font-weight: normal;
    }
      #leftcontent .feedList h4 a{
        text-decoration: none;
      }
      #leftcontent .feedList h4 a:hover{
        text-decoration: underline;
      }
    #leftcontent .feedList p{
      font-size: 14px;
      display: inline;
      margin: 0px;
      padding: 0px;
    }
    #leftcontent .feedList small{
      display: block;
      font-size: 11px;
      margin: 0px;
      padding: 0px;
      margin-bottom: 20px;
      color: #999;
    }
  #rightcontent {
    float: right;
    width: 345px;
    min-height: 200px;
  }
    #rightcontent .hotspot {
      margin-bottom: 20px;
      padding: 20px;
      overflow: auto;
      background: url(../images/divider_right_top.jpg) top left no-repeat;
      font-size: 12px;
    }
      #rightcontent .hotspot a {
        float: right;
      }
    
    #rightcontent h4 {
      margin-top: 0px;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 10px;
    }
    #rightcontent img {
      float: left;
      margin-right: 15px;
      margin-bottom: 0px;
      margin-top: 8px;
    }
    
    
#footer {
  clear: both;
  font-size: 12px;
  color: #3a3c40;  
  overflow: auto;
  height: 173px;  
  background: #121212 url('../media/72/footerx.png') top left no-repeat;
}

  #footer a{
    font-size: 12px;
    color: #555;
    text-decoration: none;
  }

    #footer a:hover{
      color: #ffff;
    }
    #footer h4{
      font-size: 16px;
      color: #494e53;
      margin-top: 0px;
    }

  #footer #footermenu{    
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 25px;  
    font-weight: bold;
    width: 500px;
  }
  
  #footer #footermenu a{
    font-size: 11px;    
    font-weight: bold;    
  }

    #footer #footermenu h4{
      font-size: 16px;
      color: #494e53;
      margin-top: 0px;
    }
    #footer #footermenu ul{
      list-style: none;
      padding: 0px;
      margin: 0px;
    }
      #footer #footermenu ul li{
        list-style: none;
        padding: 0px;
        margin-bottom: 3px;
      }
  #footer #footershare{
    width: 160px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 150px;
  }
    #footer #footershare ul{
      list-style: none;
      padding: 0px;
      margin: 0px;
    }
      #footer #footershare ul li{
        list-style: none;
        padding: 0px;
        margin-bottom: 3px;
      }
    #footer #footershare a{
      
    }
      #footer #footershare a img{
        vertical-align: middle;
        filter:alpha(opacity=25);
        -moz-opacity:0.25;
        -khtml-opacity: 0.25;
        opacity: 0.25;
        margin-right: 10px;
        border: none;
      }
        #footer #footershare a:hover img{
          vertical-align: middle;
          filter:alpha(opacity=100);
          -moz-opacity:1;
          -khtml-opacity: 1;
          opacity: 1;
        }
  #footer #footercontact{
    width: 235px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 150px;
  }
  #footer #footerabout{
    width: 265px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 150px;
  }
  #footer #footer-end{
    width: 100%;
    clear: both;
    border-top: 1px #0d1115 solid;
    padding-top: 15px;
  }
    
    
    




/*  COLOR!  */



.whitebox {
  background-color: #dee4e4;  
  height: 150px;
}


/* ATTN */
#header #topMenu{
  background-color: #f9f9f8;
  width: 100%;
  border-top: solid #dddddd 1px;
  border-bottom: solid #dddddd 1px;
  margin-top: 0px;
  float:left;
  text-align: right;
  /*height: 25px;*/
}
#header #topMenu table{
  width: 880px;
  border: solid #000000 0px;
  float: left;
}

#header #topMenu td{
}

#header #topMenu a{
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;    
}

#header #topMenu #LangueSelector{
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;    
}


#footer #footerContent{ 
  margin-top: 50px;
  background-color: #222222;
  height: 100px;
  border-top: solid #333333 1px; 
}


#footer .footerLogo{   
  float:left;
  margin-left: 50px;
  margin-right: 30px;
  margin-top: 30px;
}

#footer #footerContent #footermenu #FooterContact{
  font-size: 11px;
  margin-left:1px; 
  margin-top: 5px;
}


p{
  border: solid #FF0000 0px;
}

a:link{
  color: #000000;
  text-decoration: none;
}
a:visited{
  color: #000000;
    text-decoration: none;
}
a:hover{
  color: #000000;
    text-decoration: none;
}

a:active{
  color: #000000;
    text-decoration: none;
}

/* inline styles */
.styl1 { width: 1px; height: 22px; text-align: center; font-size: 1px;}
.styl2 { border-right: solid 1px #dddddd; width: 200px; text-align: center; line-height: 22px;}
.styl3 { padding-top: 3px; margin-right: 10px;}
.styl4 { text-align:left; border: solid #ffffff 1px; margin-left:47px; width: 904px; background-color: #ffffff;}
.styl5 { margin-right: 25px; margin-left: 25px;}
.styl6 { float: left;}
.styl7 { width: 340px;}
.styl8 { width: 1px; border-left: solid 1px #000000;}
.styl9 { padding-bottom: 4px;}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.bannerpravo p { margin: 0px; padding: 0px;}
.bannertop p { margin: 0px; padding: 0px;}
.contentbox1 { width: 340px;}
.contentbox2 { }
.contentbg { padding-left: 25px; background: url('../media/297/hese_www_sipky_05.gif') left top no-repeat;}

.contentbg a { text-decoration: underline;}
.contentbg a:hover { text-decoration: none}

/*.sipky { background-image:url('../media/297/hese_www_sipky_05.gif') ; width: 20px; height: 46px; float: left; border: solid #000000 0px;}*/

.akce .fotobox { display: none;}
.akce .nofloat { display: none;}
.akce .vice { font-size: 10px;}
.akce p { margin: 0px; padding: 0px;}
.akce h4 { margin: 20px 0px 5px 0px;}

.photogalbox { float: left; width: 260px; height: 220px; text-align: center; margin: 5px;} 
.photogalitem { float: left; width: 260px; text-align: center; background: #eee; overflow: hidden;}
.photogalnote { float: left; width: 250px; text-align: center; margin: 5px 5px 0 5px;}
.photogalbox a img { filter: none; opacity: 1;}
.photogalbox a:hover img { filter: alpha(opacity=50); opacity: 0.5;}
.yoxview .nofloat { display: none; clear: none;}
