/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

body {
    height: 100%;
    color: black;
	font-family: Tahoma;
	font-size: 11px;}



#wrap {
    min-height: 100%;
    background-image: url(header_pozadi.png);
    background-repeat: repeat-x;

}

#main {
    overflow:auto;
    width: 990px;
    border: 0px solid red;
    margin:0 auto;
    padding-bottom: 180px;}  /* must be same height as the footer */

    
#header_top {
border: 0px solid red;
width: 95%;
margin:0 auto;
height: 40px;
color: white;
}

#header_menu {
    border: 0px solid red;
    padding-top: 12px;
    float: right;
    color: white;
}
#ikonky {
    border: 0px solid red;
    width: 300px;
    float: right;
}

.ikonky_img { 
    margin: 2px 2px 2px 2px;
    padding: 2px;
    border: 0px solid red;
    float: right;
    height: 14px;
    background-color: #84C326 ;
}

#header_jazyky {
    padding-top: 20px;
    float: left;
    color: white;
}  

#header {
border: 0px solid red;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    -moz-border-radius:15px 15px 0px 0px;
    -webkit-border-radius:15px 15px 0px 0px;
background-color: white;
height: 220px;
} 

#logo {
border: 0px solid red;
height: 220px;
width: 200px;
float: right;
margin-top: 15px;
margin-right: 15px;
} 

#slider {
position:relative;
background:url(/images/loading.gif) no-repeat 50% 50%; 
}

#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}

.nivo-slider {
    padding: 0px;
    height: 220px;
    padding-top: 0px;
    padding-left: 0px;
    width: 950px;
}
.nivo-slider2 {
    padding: 0px;
    height: 220px;
    padding-top: 0px;
    padding-left: 0px;
    width: 220px;
}

        
#footer {
    position: relative;
    margin-top: -180px; /* negative value of footer height */
    height: 180px;
    clear:both;
    background-image: url(footer_pozadi.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #F0F0F0;
}

 #footer_div1 {
    width: 800px;
    border: 0px solid red;
    margin:0 auto;
    height: 30px;
    text-align: right;
    line-height: 30px;
    color: white;
 }
 
  #footer_div2 {
    width: 800px;
    border: 0px solid red;
    margin:0 auto;
    height: 60px;
    color: white;
 }
 #footer_div2 p{
padding-top: 36px;   
 }
 
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
    <style type="text/css">
        #wrap {display:table;height:100%}
    </style>
<![endif]-->

*/

#div_menu {
    width: 220px;
    min-height: 200px;
    border: 0px solid red;
    float: left;
    margin-top: 10px;
 }
 
 #div_obsah {
    width: 744px;
    min-height: 200px;
    float: right;
    margin-top: 16px;
 }
 
 #div_novinka  {
    width: 199px;
    line-height: 16px;
    border-color: #84C326;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
    margin-top: 0px;
    background-color: #e8f2c2;
 }
 
 #div_partneri {
    width: 500px;
    float: right;
 }
 
  #div_logo {
    width: 80px;
    height: 90px;
    float: left;
    border: 0px solid red;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
 }
 
 #div_adresa1 {
    width: 570px;
    height: 90px;
    float: left;
    border: 0px solid red;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
  }
  
  #div_adresa2 {
    width: 450px;
    height: 90px;
    float: left;
    border: 0px solid red;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
  }
 
  #div_icons {
    float: right;
    width:55px ;
    margin-top: 0px;
    margin-right: -61px;
    border:0px solid red;
 }
 
 .social_icons {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.social_icons:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
 
 
  #nadpis_novinka {
    font-weight: bold;
    color: #000000;
    height: 24px;
    line-height: 24px;
    background-color: #E8F2C2;
    border-bottom: 5px solid #FFFF53 ;
    padding-left: 10px;
    font-size: 12px;
}

#novinka  {
    line-height: 16px;
    margin: 5px 10px 5px 10px;
    text-align: justify;
 }

 #div_novinka_right  {
    width: 219px;
    line-height: 16px;
    border-color: #84C326;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
    margin-top: 0px;
    background-color: #e8f2c2;
 }
 
 
 
 #datum {
    color: black;
    text-align: right;
    font-weight: bold;
    font-size: 10px;

}


 
 #vice {
    font-weight: bold;
    color: #000000;
    height: 20px;
    text-align: right;
    padding-right: 10px;
}

 hr {
    margin-top: 3px;
    margin-bottom: 3px;
    
}

 
.ramecek{
    border: 1px solid red;
}

#footer_loga {
    width: 100%;
    height: 68px;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
   
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    color: black;
    font-weight: normal;
    font-family: tahoma;
}

h1 { font-size: 18px; line-height: 22px;}
h2 { font-size: 20px; line-height: 20px;}
h3 { font-size: 22px;}
h4 { font-size: 20px; line-height: 20px;}
h5 { font-size: 18px; line-height: 24px;}
h6 { font-size: 14px; line-height: 20px;} 
 




A {
    color: #5FB631;
    text-decoration: none;
    
	}

A:Active  {text-decoration : underline;}

A:Hover  {
    color: #5FB631;
    text-decoration: underline ;
	}
	
	
A.menu {
	color: #000000;
	text-decoration: none;
	}

A.menu:Active  {text-decoration : underline;}

A.menu:Hover  {
	color: #000000;
	text-decoration: underline;
	}
.selected  {
    font-weight: bold;
    font-size: 13px !important;
    color:#FFFFFF !important;
}

.bily {
    text-decoration: underline;
    color: #FFFFFF;
}

A.bily:hover {
    text-decoration: none;
    color: #FFFFFF;
}












    
A.sam_menu {
    color: white !important;
    font-family: Tahoma; 
    font-size: 14px !important;
    font-style: italic;
    font-weight: bold !important;
    line-height: 34px;
    margin-bottom: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle;
    white-space: nowrap;
    }

A.sam_menu:Active  {text-decoration : underline;}

A.sam_menu:Hover  {
    color: #090f52 !important 
    }
    
    
A.vice {
    color: #5FB631;
    font-size: 11px;
    text-decoration: none;
    }

A.vice:Hover  {
    text-decoration: underline;
    }	
    
TD {
    font-size: 11px;
    font-family: Tahoma; 
    color:#000000;
}



    
table.tabulka_v_textu {
  border-collapse: collapse;
  border: 2px solid #4C7705;  /* barva ramecku cele tabulky */
  color: #333333;
  text-align:left;
  background: #F1F2EF;  /* barva pozadi radku*/
  }
table.tabulka_v_textu td, table.tabulka_v_textu th {
  color: #636363;
  border: 1px solid #FFFFFF; /* barva rámečku uvnitř*/
  padding: 3px;
  }
table.tabulka_v_textu thead th, table.tabulka_v_textu tfoot th {
  border: 2px solid #4C7705;  /* barva ramecku zahlavi */
  font-size: 10px;
  font-weight: bold;
  color: #4B4946;    /* barva textu záhlaví*/
  background: #84C225; /* barva pozadi záhlaví*/
  }

table.tabulka_v_textu tbody th{
font-size: 11px;
  }
.odd {
  background: #91AB59;
  }
table.tabulka_v_textu tbody tr:hover {
  color: #333444;
  background: #DDDDDD;
  }

 
  
.nadpis {
    color: #FFFFFF; 
    font-size: 15px;
    font-weight: bold;
    font-family: Tahoma; 
    line-height: 27px;
}

.nadpis_ozn {
    color: #000000; 
    font-size: 22px;
    font-weight: bold;
    font-family: Tahoma; 
    line-height: 27px;
    margin-top: 20px;
}

.text_ozn, .text_ozn A {
    color: #FFFF53; 
    font-size: 18px;
    font-family: Tahoma; 
    line-height: 27px;
}





.pozadi_menu {
background-image: url(/images/pozadi_menu.gif);
background-repeat: no-repeat;
padding-left: 20px;
width: 100px;
margin-bottom: 2px;
line-height: 16px;
border-bottom: 1px solid #758ad6;
}


    

.soubor {
    color: #1e3587; 
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma; 
}


.text {
    
    color: #4cdbff;
}

.prvni_slova {
    font-family: Tahoma; 
	font-size: 13px;
	color:#388ED0;
	font-weight: bold;
}
.nadpis-kap {
	color: #000000;
	font-size: 14px;
    margin-top: 16px;
    font-weight: bold;
    font-family: Tahoma; 
    background-repeat: no-repeat;
}

#nadpis-kap {
	color: #000000;
	font-size: 14px;
    margin-top: 16px;
    font-weight: bold;
    font-family: Tahoma; 
    background-repeat: no-repeat;
}
.contchyba {
      margin: 3px; 
      padding: 5px; 
      color: black; 
      font-weight: bold; 
      background: #FFCCBD; 
      border: 1px solid #F0A892;
}
.obrazek {
        display: table;
        border: 1px solid red;
        padding: 2px;
        margin: 4px;
}

/* Formuláře a buttonky
-----------------------------------------------------------------------------*/

INPUT {font-size:11px; border: 1px gray solid;}
OPTION {font-size:11px; border: 0px gray solid;}
SELECT {font-size:11px; border: 1px gray solid;}

.button {
    padding: 4px 4px 4px 4px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #808080;
    font-size: 12px;
    margin-top: 4px;
    border: 0px solid black;
}

.button:hover {
    text-decoration: none;
}

.active_btn {
    background-color: red !important;
}


.stin_obrazku {
            padding:2px;
            border:solid;
            border-color: #84C326;
            border-width: 2px;
            background-color:#FFFFFF;
            /*max-width: 140px;*/
        }

.thumbs {
            max-width: 140px;
        }