/* ------------------------   main definitions   ----------------------- */

* {
    margin: 0px;
    padding: 0px;
}

.end {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

h2, h3 {
    font-size: 24px;
}



 /* --------------------------   tag styles   ------------------------- */

body {
    font-family: tahoma, verdana;  
    font-size: 18px;
    
    background-color: #5CBA47;
}

img {
    border: none;
}


p {
    margin: 10px 0px;
}



/* -----------------------   Container styles   ----------------------- */

#container {
    margin: 0px auto;
    width: 973px;
    background-color: #30302F;
    font-size: 15px;
}

#container a {
    color: #5CBA47;
}

#container a:hover {
    text-decoration: none;
}



/* ------------------------   Hreder styles   ------------------------ */

#header {
    background-image:url('images/bg-header.jpg');
    background-repeat: no-repeat;
    height: 176px;  
}

div.header-link {
    padding:89px 20px 10px;
}

div#header div.header-link a{
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
}


/* ------------------------   Menu styles   ------------------------- */

#menu {
    
}
 
#sddm {    
    z-index: 30;
}

#sddm li {    
    list-style: none;
    float: left;
}

#sddm li a {
    font-size: 14px;
    font-weight: bold;   
    display: block;
    padding: 4px 9px;
    width: 89px; 
    height: 40px;
    background-color: #D1D3D4;
    color: #434343;
    text-align: center;
    text-decoration: none;
    border:1px solid #FFFFFF;
    border-right:0px;
}

#sddm li a:hover {    
    background-color: #666667;
    color: #FFFFFF;
}

#sddm li.menu22 {
    border-right: 1px solid #FFFFFF;
}

#sddm div {
    position: absolute;
    visibility: hidden;
}

#sddm div a {    
    font-size: 12px;
    font-weight: bold;   
    display: block;
    padding: 4px 9px;
    width: 89px; 
    height: auto;
    background-color: #D1D3D4;
    color: #434343;
    text-align: center;
    text-decoration: none;
    border:1px solid #FFFFFF;
    border-top:0px;
}

#sddm div a:hover {    
    background-color: #666667;
    color: #FFFFFF;
}



/* ------------------------   Content styles   ------------------------- */

#content {
    padding: 20px 100px 50px;
    color: #FFFFFF;
    min-height: 500px;
    _height: 500px;
}

div#content div.cms-text-bg {
    background-image: url('images/bg-svorky.jpg');
    background-repeat: no-repeat;
    
    margin: 0px auto;
    padding-top: 70px;
    
    width: 718px;
    height: 386px;
}

div#content div.cms-text {
    height: 350px;
    margin: 0px auto;
    overflow: auto;
    width: 370px;
}

div#content div.cms-text td{
    vertical-align: top;
    padding: 5px;
}

div#content div.text {
    margin: 20px auto;
    width: 600px;
}

div#content div.news-header {
    margin: 15px 0px;
    border-bottom: 1px solid #FFFFFF;
}

div#content span.news-title {
    color: #5CBA47;
}


div#content div.news-header div.right {
    padding-right: 10px;
}

div#content table.list { 
    width: 100%;
    border-collapse: collapse;
}

div#content div.fotogalerie-href {
    background-position: center top;
    background-repeat: no-repeat;
    width: 500px;
    height: 350px;
    overflow: hidden;
}

div#content div.obrazok_galerie {
    background-position:center center;
    background-repeat:no-repeat;
    border:1px solid #888888;
    height:90px;
    margin:5px;
    width:120px;  
}

div#content div.obrazok{ 
    background-position:center center;
    background-repeat:no-repeat;
    border:2px solid #888888;
    float:left;
    height:60px;
    margin:4px;
    width:60px;
    cursor: pointer;
}

div#content a.obrazok_database{ 
    background-position:center center;
    background-repeat:no-repeat;
    border:2px solid #888888;
    float:left;
    height:100px;
    margin:4px;
    width:150px;
    cursor: pointer;
}


div#content div.obrazok:hover, div#content a.obrazok_database:hover {
    border:2px solid #5CBA47;
}

a.databaze-link  {
    display: block;
    float: left;
    margin: 3px 5px;
    text-align: center;
    width: 75px;
    text-decoration: none;
}
                          


div#content tr.foto-cathegory {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

div#content tr.foto-cathegory:hover {
    color: #5CBA47;
}


div#content div.paging{ 
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 11px;
}

div#content div.databaze-login { 
    margin-top: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

div#content div.databaze-type { 
    margin-top: 50px;
    text-align: center;
    font-size: 25px;
}

div#content span.error-login {
    text-decoration: blink;
    color: #FFAB90;
}


/*------------------------- Scrolable gallery  -------------------------*/

div#content div#scrollable div.items {
    height: 350px;
    width:498px
}

div#content div#scrollable div.active { 
    border:2px solid #5CBA47;
}  

div#content div#scrollable a.next {
    margin-top: 170px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
}

div#content div#scrollable a.prev {
    margin-top: 170px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
}

div.image-info {
    text-align: center;
    font-weight:bold;
    font-size: 11px;
}

    

/* ------------------------   Footer styles   ------------------------- */

#footer {
    width: 953px;
    padding: 10px;
    margin: 0px auto;
    color: #30302F;
    font-size:14px;
}

#footer a{
    color: #FFFFFF;
}

#footer a:hover {
    text-decoration:none;
}


div.sitemap_1{
  padding: 2px 10px;
  font-weight: bold;
  font-size: 15px;
}

div.sitemap_2{
  padding: 2px 50px;
  font-size: 13px;
}

div.sitemap_3{
  padding: 2px 90px;
  font-size: 12px;
}

div.sitemap_4{
  padding: 2px 130px;
  font-size: 11px;
}



/* -------------------------   Uvodne video   ------------------- */

div.video-holder {
    text-align: center;
    width: 650px;
    margin: 75px auto;
    padding: 40px 40px 20px;
    background-color: #30302F;
}
div.video {
    width: 640px;
    border: 1px solid #5CBA47;
}

div.forward-link {
    padding-top: 10px;
}

div.forward-link a {
    color: #5CBA47;
    font-size: 14px;
    font-weight: bold;   
}

div.forward-link a:hover {
    text-decoration: none;
}

             
div.partners {
    background-color: #ffffff;
}

div.partners table td {
    padding: 0px;
    text-align: center;
}
