html,body{ 
	color: #ffffff;
	font-family: Tahoma, Times, serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;	
	background-image: url(../images/design/back.jpg);
	background-repeat: repeat-x;
}

/* ************************************************* BEGIN OF DESIGN */

div.stranka{
	width: 980px;
	margin: 0 auto;	
}

div.top{
    width: 980px;
    height: 30px;
    background-image: url(../images/design/top_back.jpg);
}

div.top_text{
    float: left;
    padding: 8px 0px 0px 11px;
}

div.top_search{
    float: right;
    padding: 4px 5px 0px 0px;
}

div.main_banner{
    width: 980px;
    height: 257px;
}

div.logo{
    width: 237px;
    height: 257px;       
}

div.main_video{
    width: 517px;
    height: 257px;
    background-image: url(../images/design/main_video_back.jpg);
}

div.main_video_padding{
    color: #0d0d0d;
    padding: 9px;
    line-height: 16px;
}

div.kalendar{
    width: 226px;
    height: 257px;  
    background-image: url(../images/design/kalendar_back.jpg);
}

div.kalendar_padding{
    padding: 10px;
}

div.content{
    width: 980px;
    clear: both;
    background-image: url(../images/design/text_back.jpg);
}

div.akcia:after, div.content:after, div.main_banner:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.left_frame{
    float: left;
    width: 237px;
}

div.right_frame{
    float: right;
    width: 743px;
}

div.text_frame{
    float: left;
    width: 517px;
}

div.text_frame_padding{
    padding: 15px;
    text-align: justify;
    line-height: 17px;
}
                      
div.novinky_frame{
    float: right;
    width: 226px;    
}

div.novinky_frame_padding{
    padding: 22px;
    color: #2e2e2e;
    line-height: 17px;    
}

div.bottom{
    clear: both;
    width: 980px;
    height: 70px;
    background-image: url(../images/design/bottom_back.jpg);
    color: #b5b5b5;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
}

div.bottom_padding{
    padding-left: 15px;
    padding-top: 35px;     
}

div.kategorie_bottom{
    color: #000000;
}

div.left_padding{
    padding-left: 20px;
}

div.akcia{
    clear: both;
    margin-bottom: 20px;    
}

div.posledne_video{
    background-color: #0d0d0d;
    width: 320px;
    height: 217px;  
    float: left;
    margin-right: 9px;
}

div.posledne_video_padding{
    padding: 11px;
}

div.filter{
    font-size: 9px;
    line-height: 25px;
    background-color: #434343;
    border: 1px solid #4f4f4f;
    padding: 10px;
    margin-bottom: 20px;
}

div.najblizsia_akcia{
    line-height: 16px;
    padding: 15px 0px 0px 0px;    
}

div.strany{
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    clear: both;
}
/* ************************************************* END OF DESIGN */

/* ************************************************* BEGIN OF TABLES */
table{

}

table.border td{
    border-width: 1px;
    border-style: solid;
    border-color: #b1b1b1;
}

td{
    color: #ffffff;
	font-family: Tahoma, Times, serif;
	font-size: 11px;	
}

td.border{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

td.foto{
  background-color: #b1b1b1;
  padding: 1px;
}

td.galeria{
    border: 1px solid #a6a6a6;
    background-color: #e0e0e0;
    text-align: center;
    width: 110px;
    height: 110px;
}

/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #007a31;
    text-decoration: underline;
    font-weight: bold;
}   

a:hover{
    color: #ffffff;
}

a.novinka{
    color: #007a31;
    text-decoration: none;
    font-weight: normal;
}

a.novinka:hover{
    text-decoration: underline;
}

a.akcia{
    color: #007a31;
    font-weight: normal;
    text-decoration: none;
}

a.akcia:hover{
    color: #ffffff;
    text-decoration: underline;
}

a.white{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

a.white:hover{
    text-decoration: underline;
}

a.posledne_video{
    color: #007a31;
    font-size: 14px;
}

a.posledne_video:hover{
    text-decoration: underline;
}

a.bottom{
    color: #b5b5b5;
    font-weight: normal;
    text-decoration: none;
}

a.bottom:hover{
    color: #959595;
}

a.kategorie_bottom{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

a.kategorie_bottom:hover{
    color: #007a31;
}

a.highlite{
    font-size: 18px;
}

/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;	
	margin-bottom: 20px;
	line-height: 20px;
}

h2{
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

h2.right{
    text-align: right;
}

h2.green{
    color: #007a31;
	font-weight: normal;	
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	padding-bottom: 10px;
}

h3{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}

/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TEXT */
div.center{
    text-align: center;
}

div.datum{
    float: left;
    color: #927136;
    font-size: 10px;
    padding-top: 19px;
}

span.datum{
    color: #927136;
    font-size: 10px;
    font-weight: normal;
}

span.highlite{
	color: #007a31;
}

span.posledna_akcia{
    color: #007a31;
    font-size: 14px;
}

span.najblizsia_akcia{
    color: #ffffff;
    font-size: 14px;
}

span.h2{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

span.datum{
    color: #5c5c5c;
    font-size: 9px;
}

span.datum_white{
    color: #80ae93;
    font-size: 9px;
}

span.low{
    color: #a6a6a6;
    font-size: 9px;
}

.defaultErr{
    color: #007a31;
    padding-bottom: 10px;
}

span.message{
    font-size: 14px;
    color: #007a31;
    font-weight: bold;
}

ul{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 25px;
}

li{
  margin: 0px;
  padding: 0px;
}

ul.padding li{
    padding-bottom: 10px;
}

hr{
    border: 1px solid #5c5c5c;
    border-top: 0px;    
    border-left: 1px;    
    border-right: 1px;
    height: 1px;
}

hr.grey{
    border: 1px solid #cecece;
    border-top: 0px;    
    border-left: 1px;    
    border-right: 1px;
    height: 1px;
}

hr.double{
    border: 3px double #e6e6e6;
    border-top: 0px;    
    border-left: 1px;    
    border-right: 1px;
    height: 3px;
}

hr.light{
    border: 1px solid #80af93;
    border-top: 0px;    
    border-left: 1px;    
    border-right: 1px;
    height: 1px;    
}

ul.menu{
    list-style-type: none;
    padding: 0px;
}

ul.menu li{
    margin-top: 2px;
    width: 237px;
    height: 30px;
    background-image: url(../images/design/menu/button_back.jpg);
}

ul.menu li.button_0{
    background-image: url(../images/design/menu/0.jpg);
}

ul.menu li.button_1{
    background-image: url(../images/design/menu/1.jpg);
}

ul.menu li.button_2{
    background-image: url(../images/design/menu/2.jpg);
}

ul.menu li.button_3{
    background-image: url(../images/design/menu/3.jpg);
}

ul.menu a{
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

ul.menu a:hover{
    color: #80c79c;
}

div.button_padding{
    padding: 4px 0px 0px 5px;
    line-height: 20px;
}
/* ************************************************* END OF TEXT */

/* ************************************************* BEGIN OF IMAGES */
img{
	border: 0px;
}

img.border{
 	border-width: 1px;
 	border-style: solid;
 	border-color: #555555;
 	padding: 1px;
}

img.sipka{
    vertical-align: middle;
    margin-right: 5px;
}

img.photo_left{
    float: left;
    margin-right: 5px;
}

img.calendar{
    vertical-align: bottom;
}

img.middle{
    vertical-align: middle;
}

img.png{
    behavior: url(../shared/iepngfix/iepngfix.htc)
}
/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM*/
p{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

p.right{
    text-align: right;
}

form{
	margin: 0px;
}

div.submit{
    color: #ffffff;
	font-size: 11px;
    background-color: #017b32;
    border: 1px solid #a6a6a6;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

input.text{
    width: 170px;
    border: 1px solid #a6a6a6;
    background-color: #e0e0e0;
    color: #1f1202;
	font-size: 9px;
	height: 15px;
}

.top_search .text{
    width: 161px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-image: url(../images/design/search_back.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    vertical-align: middle;
}

.top_search .submit{
    height: 20px;
    width: 55px;
    background-color: #3a9947;
    border: 0px;
    vertical-align: middle;    
}

input.submit{
    color: #ffffff;
	font-size: 11px;
    background-color: #017b32;
    border: 1px solid #a6a6a6;
    padding: 5px;
}

textarea{
	font-family: tahoma;
	color: #1f1202;
	font-size: 10px;
	height: 100px;
	width: 400px;
    border: 1px solid #a6a6a6;
    background-color: #e0e0e0;
    padding: 3px;
}

input.postrehy{
    width: 435px;
    padding: 3px;
}

textarea.postrehy{
    height: 50px;
    width: 435px;
}

select{
	font-size: 11px;
	width: 200px;
}

fieldset{
	background-color: #f6f6f6;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	margin-bottom: 10px;
	padding: 10px;
}

legend{
	font-weight: bold;
}

.filter input.text{
    width: 60px;
    font-size: 9px;
}

.filter select{
    width: 130px;
}

.filter input.submit{
    font-size: 9px;
    padding: 2px; 
}
/* ************************************************* END OF FORM */