@CHARSET "UTF-8";
body {
  margin:0;
  padding:0;
  font-size: 9pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight:normal;
  text-align: center;
  background-color: #0174c4;
  color: #003188;
}


.cleaner {
  font-size:0;
  line-height:0;
  clear:both;
}
#page {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position:relative; 
}
#page-content { 
    padding: 0 15px 0 20px;
    background-color: #FFFFFF;
    margin: 45px 0;
}
#horni_lista {
    position: relative;
    top: -31px;
    height: 30px;
    margin-left: 100px;
    padding-right: 8px;
}
#horni_lista .vypln {
    height: 30px;
    position: absolute;
    width: 81%;
}
#logo {
    position: relative;
}
#logo .logo {
    position: absolute;
    top: -85px;
    left: 0px;
}
#flower { 
    position:absolute; 
    bottom: -250px;
    left: -70px;
}
#content-body {
    clear: both;
    min-height: 200px;
    padding-right: 8px;
    padding-bottom: 20px;
    text-align: left;
    padding-top: 5px;
}

#paticka {
    color: #003188;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
    
    h3 {
        margin: 5px;
        padding: 0;
        font-size: 9pt;
    }
    .main-menu {
        float: right;
    }
    .main-menu .item, #horni_lista .vypln {
         background-color: #003188;
    }
    #horni_lista .vypln {
        z-index: -1;
    }
    .main-menu .item {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding: 0 10px;
        float: right;
    }
    .main-menu a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }
    .main-menu a.selected {
        color: #ed8701;
    }
    
    .menu { 
        position: relative; 
    }
    .menu .box { 
        padding: 2px;
        float: left;
        margin-right: 8px;
        margin-bottom: 7px;
    }
    .menu a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        color: #012B84;
        text-shadow: 2px 2px 3px #FFDB8F;
    }
    .menu .box h3 {
        padding-right: 2%;
        text-align: right;
    }
    .box .inner {
        width: 177px;
        height: 200px;
        overflow: hidden;
    }
    .inner.box-1 {
        background: url('../content/design/boxy/box_1.jpg') no-repeat center center;
    }
    .inner.box-2 {
        background: url('../content/design/boxy/box_2.jpg') no-repeat center center;
    }
    .inner.box-3 {
        background: url('../content/design/boxy/box_3.jpg') no-repeat center center;
    }
    .inner.box-4 {
        background: url('../content/design/boxy/box_4.jpg') no-repeat center center;
    }
    .inner.box-5 {
        background: url('../content/design/boxy/box_5.jpg') no-repeat center center;
        height: 82px;
    }
    .inner.box-6 {
        background: url('../content/design/boxy/box_6.jpg') no-repeat center center;
        height: 82px;
    }
    .orange {
        background-color: #EF8400;
    }
    .rounded-10.all {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .rounded-10 .right {
        -moz-border-top-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
         -webkit-border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .rounded-10 .left {
        -moz-border-top-left-radius: 10px;
         -moz-border-bottom-left-radius: 10px;
    	-webkit-border-top-left-radius: 10px;
 		-webkit-border-bottom-left-radius: 10px;
    	border-top-left-radius: 10px;
 		border-bottom-left-radius: 10px;
	}
	.rounded-10 .bottom {
		-moz-border-bottom-left-radius: 10px;
 		-moz-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
 		-webkit-border-bottom-right-radius: 10px;
    	border-bottom-right-radius: 10px;
 		border-bottom-left-radius: 10px;
	}
	.rounded-10 .top {
		-moz-border-top-left-radius: 10px;
 		-moz-border-top-right-radius: 10px;
		-webkit-border-top-left-radius: 10px;
 		-webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
     	border-top-left-radius: 10px;
	}

	.rounded-10 .top-left {
		-moz-border-top-left-radius: 10px;
 		-webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
	}
	.rounded-10 .top-right {
		-moz-border-top-right-radius: 10px;
 		-webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
	}
	.rounded-10 .bottom-left {
		-moz-border-bottom-left-radius: 10px;
 		-webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
	}
	.rounded-10 .bottom-right {
		-moz-border-bottom-right-radius: 10px;
 		-webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
	}
    table.layout {
        width: 100%;
        border-spacing: 0;
    }
    table.layout, .full-width {
        table-layout:fixed;
        border-collapse: collapse;
        padding: 0;
        overflow: hidden;
    }
    .list table.full-width {
        margin: 5px;
    }
    .list table.full-width td{
        padding: 5px;
    }
    .layout .column, .full-width td {
        vertical-align: top;
        overflow: hidden;
        padding: 0;
    }
    .column .item {
        padding: 15px;
    }
    .column .item p {
        overflow: hidden;
    }
    
    .column .item p, .column .item div, .column .item span, .list table.full-width p, .list table.full-width div, .list table.full-width span {
        line-height: 20.80px !important;
    }
    
    .column-2 h1.headline {
        line-height: 33px;
        margin: 0;
        padding: 0;
        height: 33px;
        overflow: hidden;
        color: #FFFFFF;
        background-color: #042769;
        background-image: url('../content/design/nadpisy/top-right-column-2.gif');
        background-repeat: no-repeat;
        background-position: top right;
        font-size: 14px;
        line-height: 33px;
        text-indent: 50px;
        text-transform: uppercase;
    }
    .left.column-1 {
        width: 183px;
        font-size: 11px;
        margin-left: 0;
        text-align: justify;
        background-image: url('../content/design/nadpisy/top-right-column-1.gif');
        background-repeat: no-repeat;
        background-position: top right;
        background-color: #FFDB8F;
        text-indent: 10px;
    }
    .columns-3 .column-2 h1.headline {
        background-image: url('../content/design/nadpisy/3-column-top-right-column-2.gif');
        background-repeat: no-repeat;
        background-position: top right;
    }
    .right.column-3 {
        width: 150px;
        font-size: 11px;
        margin-left: 0;
        text-align: justify;
        background-color: #FFDB8F;
        background-image: url('../content/design/nadpisy/top-right-column-3.gif');
        background-repeat: no-repeat;
        background-position: top right;
    }
    
    .list h3 a {
        color: #ef8400;
    }
    .list .thumb {
        width: 240px;
    }
    .left.column-1 .sub-menu {
        margin-bottom: 15px;
    }
    .left.column-1 .sub-menu .item {
        text-indent: 10px;
        border-bottom: 1px solid #ed8701;
        overflow: hidden;
        padding: 1px 1px 0 1px;
    }
    .sub-menu .item a {
        text-decoration: none;
        font-weight: bold;
        color: #003188;
        display: block;
        padding: 9px;
    }
    .sub-menu .item a:hover {
        background-image: url('../content/design/menu/menu-hover.png');
        background-repeat: no-repeat;
        background-position: top left;
    }
    .sub-menu .item a:hover, .sub-menu .item a.selected {
        background-color: #ef8400;
    }
    
    .column-2 h2 {
        color: #00529c;
        font-family: Verdana;
        font-size: 12pt;
        font-weight: bold;
        border-bottom: 4px solid #00529c;
    }
    
    /* FOTOGALERIE */
.galleryImage {
  display: inline-block;
} 
.galleryImage a {
    text-decoration: none;
    border: none;
}

.galleryImage {
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-right: 5px;
}

.galleryImage, img.thumb {
    border: 5px solid #002e86;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px;
}

.galleryImage img {
    min-width: 100%;
    min-height: 100%;
}

    /* FLEXSLIDER */
    div.flexslider, div.flexslider img {
        width: 940px;       
    }
    div.flexslider {
        margin: 0 auto;
        min-height: 300px;
        padding-top: 20px;
    }
    
    div.flexslider .slides {
        margin: 0;
        padding: 0; 
        overflow: hidden;  
    }
    div.flexslider .flex-viewport {
        height: 500px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }