
    

body {
    text-align: center;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #eee;
    color: #383838;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

#all {
    margin: 25px auto 0 auto;
    width:800px;
    text-align: left;
    background-color: white;

    box-shadow:#555 0 0 3px ;
    -webkit-box-shadow:#555 0 0 3px ;
    -moz-box-shadow:#555 0 0 3px ;
    
    behavior: url(/content/files/PIE.htc);
}
#allover {
    background-color: white;
    
}
#top {
    height: 160px;
    background: transparent url("/content/images/head3.png") no-repeat top center;
    
}
#top a#logo img {
    position: relative;
    left: 40px;
    top: 23px;
    z-index: 20;
    height: 80px;
}
#top a#logo {
    float: left;
}
#top h1 {
    display: block;
    float: right;
    margin: 110px 50px 0 0;
    font-size: 30px;
    color: #F7CF1B;
    line-height: 1em;
}
#top h2 {
    display: block;
    float:left;
    width: 100px;
    color: white;
    text-transform: uppercase;
    margin: 8px 0 0 15px;
    font-size: 15px;
    line-height: 20px;

    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

#top h2#sublogo {
    position: relative;
    top: 110px;
    width: 120px;
    font-size: 12px;
    left: -88px;
    line-height: 14px;
    text-align: center;
    color: #383838;
}
#left {
    float: left;
    width: 180px;
    margin: 10px;
    overflow: visible;
}
#left .orange_box {
    margin-bottom: 10px;
    background-color: #F7CF1B;/*#FFA200*/
}
.round_8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#left .orange_box .menu {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
#left .menu li {
    list-style-type: none;
    height: 22px;
}
#left .menu li img {
    float: left;
}
#left .menu li:hover{
    background: url("/content/images/menu_hover_bg.png") repeat-x 0 0;
}
#left .menu li .left_tree {
    margin: -15px 0 0 -50px;
    z-index: 95;
    float: left;
    display: none;
}
#left .menu li .li_tree {
    margin: 5px 10px;
}
#left .menu li:hover .left_tree {
    display: block;
}
#left .menu li a {
    padding: 5px 0px 5px 5px;
    text-decoration: none;
    width: 149px;
    font-weight: bold;
    font-size: 11px;
    color: #383838;
    display: block;
}
#left .orange_box .menu li .sub_menu {
    position: relative;
    left: 170px;
    top: -33px;
    background-color: #FFE678;/*FFC220*/
    visibility: hidden;
    width: 160px;
    padding: 10px 0;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#left .menu li .sub_menu li{
    width: 150px;
    padding-left: 10px;
}
#left .menu li .sub_menu li a{
    width: 150px;
}
#left .menu li:hover .sub_menu{
    visibility: visible;
}
#left .subbox {
    margin: 0 0 5px 30px;
}
#left .subbox a{
    color: #383838;
    text-decoration: none;
}
#left .subbox a:hover{
    text-decoration: underline;
}
#news {
    padding: 12px 0 5px;
    float: left;
}
#news img{
   display: block;
   margin: 4px 10px;
   float: left;
}
#news p {
    float: left;
    margin: 3px 0 10px 0;
    width: 140px;
}
#slogan2 {
    margin: -14px 32px 16px 0;
    font-size: 15px;
    line-height: 1em;
    text-align: right;
    color: dimGray;
}
#content {
    width: 570px;
    margin: 0 20px 10px 10px;
    float: left;
}
#content p{
    margin: 0 0 15px 0;
}
#bottom-gallery {
    clear: both;
    width: 750px;
    margin: 0 25px;
}
#bottom-gallery img{
    width: 200px;
    margin: 25px;
}
#footer {
    width: 100%;
    clear: both;
    text-align: center;
    border-top: 2px solid #eee;
    padding: 10px 0;
}
#footer a {
    color: #383838;
    text-decoration: none;
}
#NA_odkazy{
    list-style: none;
    padding: 0;
}
#NA_odkazy li {
     display: inline;
}

.round_8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.round_10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.thumb img, .prettyPhoto img{
    height: 70px;
    float: left;
    padding: 2px;
    border: 1px solid #71625b;
    margin: 2px;
}
#filmstrip{
    position: relative;
    top: -50px;
    width: 520px;
    text-align: center;
    margin: 2px;
}
#slideshow {
    text-align: center;
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
}
#slideshow img{
    height: 100%;
    margin: 10px auto;
    padding: 2px 2px 30px 2px;
    border: 1px solid #71625b;
}
#controls{
    clear: both;
    padding: 2px;
    width: 520px;
    float: none;
}
#controls {
    display: none;
}
#controls a{
    margin: 3px;
    display: block;
    float: left;
}
.ss-controls{
    float: left;
}
.nav-controls{
    float: right;
}
#caption{
    text-align: center;
    width: 100%;
}
#caption div{
    position: relative;
    top: -10px;
    height: 30px;
}


