
@import url("kontakt.css");
@import url("layout.css");
@import url("news.css");
@import url("rady.css");
@import url("recepty.css");
@import url("vieteze.css");
@import url("inquiry.css");

/* FARBY ----------
hneda #690202
cervena #BF3A1B
modra #4EC5F6
fialova #845BA0
zelena #34A498
oranzova #F8B172
#DE9B8C
#FCE5E1
#FCDFC3
*/
BODY {
	padding : 0px;
	margin : 0px;
	background-position : center top;
	background-color: white;
}

BODY, P, TD {
	font-family : arial, tahoma, verdana, helvetica, sans-serif;
	font-size : 11px;
}

A {
	color: #168CDC;
	text-decoration : underline;
	font-weight : bold;
}
A:hover {
	color : #7b7b7b;
}

B, STRONG {
color:#690202;
}

P, UL, LI, OL{
color:#584330;
}
ADDRESS {
text-align:justify;
margin-left:10px;
font-size:12px;
}
UL{
/*margin:5px 40px 5px 0;*/
text-align:justify;
}
LI{
margin:0 40px 5px 0;
}

P{
padding:10px 0px 0px 10px;
margin: 0px;
color:#584330;
text-align:justify;
}

.haerko{
 color:#CC9900;
 width:100%;
 border-bottom:1px solid red;
}

H1.caption {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family : arial,tahoma, helvetica, verdana, sans-serif;
	color : #34A498;
	padding-left: 10px;
	padding-bottom:3px;
	border-bottom: 1px solid #fcdfc3;
}

H2.myty {
	color:#BF3A1B;
	font-size:14px;
	font-weight:bold;
	/*background-color:#fcdfc3;*/
	padding:4px 5px 4px 10px;
	margin:10px 0px 0px 0px;
	background:#fce5e1;
}

H2 {
	color:#BF3A1B;
	font-size:14px;
	font-weight:bold;
	/*background-color:#fcdfc3;*/
	padding:4px 5px 4px 10px;
	margin:10px 0px 0px 0px;
	background-image: url('../images/nadpis2.gif');
}

H3 {
	color : #34A498;
	text-decoration : none;
	font-size:12px;
	font-weight:bold;
	margin:10px 0px 0px 10px;

}

H4 {
	width:100%;
	color : #34A498;
	text-decoration : none;
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 0px 10px;
	border-bottom:1px solid #FCDFC3;
	padding-bottom:2px;

}
FORM {
	padding : 0px 0px 0px 0px;	
	margin-top : 0px;
	margin-bottom : 0px;
}

INPUT, SELECT, TEXTAREA {
	font-family : arial, tahoma, verdana, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	vertical-align : middle;
}
INPUT, TEXTAREA {
	padding : 1px 1px 1px 2px;
}
SELECT {
	padding : 0px 0px 0px 3px;
}





.mybutton {
	border: 1px solid #f8b172;
	background-image: url('../images/button_background.gif');
	background-repeat:repeat-x;
	margin-top:7px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#000000;
	width:110px;
}
.mybutton:hover{
	color:#3a4929;
	text-decoration : none;
}
/*TABULKY*/
.tabulka {
	margin:20px 10px 20px 10px;

}
.tabulka_head, .tabulka_head_last {
	background-color: #fff;
	color: #34A498;
	font-weight: bold;
	font-size:11px;
	text-align:center;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #fcdfc3;
	border-bottom: 1px solid #fcdfc3;
}
.tabulka_head_last {
	border-right: 0px solid #fcdfc3;
}

.tabulka_caption, .tabulka_caption_last, .tabulka_caption_last-bottom {
	/*background-color: #525E6C;*/
	color: #4EC5F6;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #fcdfc3;
	border-bottom: 1px solid #fcdfc3;
	margin:10px;
	/*width:150px;*/
}
.tabulka_caption_last {
	border-bottom: 0px solid #fff;
}
.tabulka_caption_last-bottom {
	border-right: 0px solid #fff;
}
.tabulka_body, .tabulka_body_last-right, .tabulka_body_last-bottom, .tabulka_body_last-bottom-right  {
	/*background-color: #F1F1F1;*/
	color: #666;
	text-align:center;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #fcdfc3;
	border-bottom: 1px solid #fcdfc3;
}
.tabulka_body_last-right{
	border-right: 0px solid #fcdfc3;
	
}
.tabulka_body_last-bottom {
	border-bottom: 0px solid #fcdfc3;
	
}
.tabulka_body_last-bottom-right {
	border-right: 0px solid #fcdfc3;
	border-bottom: 0px solid #fcdfc3;
	
}
/******************************************/
.obrazok_100 {
	border: 1px solid #fcdfc3;
	margin:5px 20px 5px 20px;
}
