html,body{ 
	color: #f5e37f;
	font-family: Tahoma, Times, serif;
	font-size: 12px;	
	background-color: #411d03;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/design/background.jpg);
	background-repeat: repeat-x;
}

/* ************************************************* BEGIN OF DESIGN */
div.stranka{
	width: 1000px;
    margin: 0 auto;
}

div.top{
    width: 100%;
    height: 77px;
    background-image: url(../images/design/top_back.jpg);
}

div.top_home{
    float: left;
    padding: 12px 0px 0px 20px;
}

div.menu{
    width: 100%;
    height: 77px;
    background-image: url(../images/design/menu_back.jpg);
    text-align: center;
}

div.menu_padding{
    text-align: left;
    margin-left: 7px;
}

div.banner{
    width: 100%;
    height: 206px;
    background-image: url(../images/design/banner_back.jpg);
}

div#main_banner{
    padding: 0px 0px 0px 62px;
}

div.menu_banner{
    width: 100%;
    height: 78px;
    background-image: url(../images/design/menu_back_bottom.jpg);
}

div.menu_banner_padding{
    margin: 0px auto;
    text-align: center;
}

div.banner_bottom{
    height: 43px;
    width: 100%;
    background-image: url(../images/design/banner_bottom.jpg);
}

div.content{
	width: 100%;
	margin: 0px;
	background-image: url(../images/design/content_back.jpg);
}

.akcia:after, .okolie:after, .content:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.left_frame{
    width: 298px;
    float: left;
}

div.left_frame_padding{
    padding: 0px 0px 0px 48px;
}

div.left_title{
	background-image: url(../images/design/left_title.jpg);
	height: 35px;
	width: 250px;
	text-align: center;
}

div.left_title2{
    background-image: url(../images/design/left_title2.jpg);
}

div.left_title_padding{
    padding: 5px 0px 0px 0px;
}

div.left_back{
    background-image: url(../images/design/left_back.jpg);
    width: 246px;
    margin-bottom: 5px;
}

div.left_padding{
    padding: 0px 17px 10px 5px;
}

div.right_frame{
    width: 702px;
    float: right;
}

div.right_title{
	background-image: url(../images/design/right_title.jpg);
	height: 35px;
	width: 702px;
	text-align: center;
}

div.right_frame_padding{
    padding: 0px 50px 0px 5px;
}

div.text_background{
    background-image: url(../images/design/text_back.jpg);
    width: 100%;
}

div.text_padding{
    padding: 10px;    
    line-height: 16px;
}

div.bottom{
	width: 925px;	
	background-image: url(../images/design/bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 37px;
	padding-bottom: 10px;
	clear: both;
}

div.bottom_padding{
	padding: 15px 0px 0px 0px;
	font-size: 10px;
}

div.map{
    width: 625px;
    height: 300px;
    border: 1px solid #835c26;
}

div#mapa{
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #f0ebcd;
    text-align: center;
}

div.left{
    float: left;
    text-align: center;
}

div.right{
    float: right;
    text-align: center;
}

div.center{
    text-align: center;
}

div.piktogramy{
    float: left;
    margin: 6px 0px 0px 10px;
}

div.language{
    float: right;
    margin: 5px 70px 0px 0px;
    font-size: 11px;
}

div.language img{
    margin: 3px 5px 0px 0px;
    vertical-align: middle;
}

div.piktogram_text{
    float: left;
    margin-right: 10px;
    text-align: center;
}

div.okolie{
    clear: both;
    margin-bottom: 10px;
}

div.akcia{
    clear: both;
    margin-bottom: 10px;
}

/* ************************************************* END OF DESIGN */

/* ************************************************* BEGIN OF TABLES */
table{
}

table.border td{
    border-width: 1px;
    border-style: solid;
    border-color: #b1b1b1;
}

table.width100{
    width: 620px;
}

td{
    padding: 3px;
    text-align: center;
}

td.left{
    text-align: left;
}

td.border{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

td.foto{
 	font-size: 10px;
 	color: #9aa0a1;
 	text-align: center;
 	vertical-align: top;
}

td.galeria{
    background-color: #754214;
    border: 1px solid #4b351a;
    text-align: center;
    padding: 15px;
}

tr.required td{
    font-weight: bold;
}

tr.dark td{
    background-color: #754214;
    color: #f5e37f;
}

tr.light td{
    background-color: #814d1a;
    color: #f5e37f;
}

thead td{
    background-color: #8e4f1a;
    font-weight: bold;
}

td.highlite1{
    background-color: #a2d0e2;   
    color: #3a2d18;
}

td.highlite2{
    background-color: #f3db9f;
    color: #3a2d18;
}

td.highlite3{
    background-color: #faa48c;
    color: #3a2d18;
}

td.right{
    text-align: right;
}
/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #f5e37f;
    text-decoration: underline;
}   

a:hover{
    color: #f5e37f;
    text-decoration: none;
}

a.nodecoration{
    text-decoration: none;
}

a.nodecoration:hover{
    text-decoration: underline;
}

a.bottom{
    text-decoration: underline;
    color: #d7b075;
    font-size: 10px;
}

a.bottom:hover{
	text-decoration: none;
}

/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 16px;
	font-weight: bold;	
	margin: 0px;
	padding: 2px 38px 0px 0px;
}

h2{
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

h2.big{
    font-size: 24px;
    text-transform: uppercase;
}

h3{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}

/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TEXT */
p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

p.center{
    text-align: center;
}

p.right{
    text-align: right;
}

hr{
    border: 1px solid #896027;
    border-top: 0px;    
    border-left: 1px;    
    border-right: 1px;
    height: 1px;
    margin: 5px 0px 5px 0px;
    clear: both;
}

span.male{
 	font-size: 10px;
 	color: #9aa0a1;
}

span.euro{
    font-size: 9px;
}

span.low{
    font-size: 9px;
}

span.novinka_title{
    font-size: 14px;
}

strong.h1{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;    
}

strong.big{
    font-size: 16px;
    line-height: 30px;
}

.defaultErr{
    color: #e37f7f;
    font-weight: bold;
}

span.poznamka{
    color: #a8833f;
    font-size: 9px;
}

span.message{
    color: #e37f7f;
    font-weight: bold;
}

ul{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 25px;
}

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

ul.menu{
	margin: 0px;
	padding: 0px;
}

ul.menu li{
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul.bottom_menu{
	padding: 4px 0px 0px 40px;
}

ul.bottom_menu li{
	display: inline;
	padding:0px 5px 0px 5px;
}
/* ************************************************* END OF TEXT */

/* ************************************************* BEGIN OF IMAGES */
img{
	border: 0px;
}

img.uvodna_stranka{
    margin: 24px 0px 0px 69px;
    float: left;
}

img.banner_flower{
    position: absolute;
    padding: 0px 0px 0px 12px;
}

img.piktogram{
    vertical-align: middle;
}

img.logo{
    float: left;
    margin: 0px 0px 0px 140px;
}

img.border{
    border: 1px solid #835c26;
    padding: 1px;
}

img.novinka{
    border: 1px solid #835c26;
    margin: 5px 0px 0px 0px;
}

img.left{
    float: left;
    margin-right: 10px;
}

img.right{
    float: right;
    margin-left: 10px;
}

img.calendar{
    vertical-align: middle;
}

/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM*/
div.novinka{
    clear: both;
    padding-top: 5px;
}

.novinka:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

p.novinka_datum{
    float: right;   
}

form{
	margin: 0px;
}

input.text{
    width: 150px;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #211205;
	background-color: #835a26;
	padding: 2px;
	color: #ffffff;
}

input.submit{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #382008;
	border: 1px solid #211205;
	padding: 5px;
	width: 150px;
}

textarea{
	font-family: tahoma;
	font-size: 11px;
	height: 50px;
    width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: #211205;
	background-color: #835a26;
	padding: 2px;
	color: #ffffff;
}

textarea.big{
    width: 400px;
}

select{
	font-size: 11px;
    width: 156px;
	border-width: 1px;
	border-style: solid;
	border-color: #211205;
	background-color: #835a26;
	padding: 2px;
	color: #ffffff;
}

fieldset{
	background-color: #f6f6f6;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	margin-bottom: 10px;
	padding: 10px;
}

legend{
	font-weight: bold;
}

/* ************************************************* END OF FORM */