
body {
	background-color: #691400;
	background-image: url('../img/page_bg.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	color: #c4600e;
	font-size: 13px;
	overflow: scroll;
}

.envelope_box {
	width: 801px;
	position: relative;
	text-align: left;
}

.flag_cz_box {
	position: absolute;
	margin-left: 800px;
	top: 44px;
	width: 19px;
	height: 34px;
}

.flag_en_box {
	position: absolute;
	margin-left: 800px;
	top: 81px;
	width: 19px;
	height: 34px;
}

img {
	border: 0px;
}

.top_border_box {
	background-image: url('../img/top_border_bg.gif');
	background-repeat: no-repeat;
	height: 5px;
	font-size: 1px;
}

.center_border_box {
	background-image: url('../img/center_border_bg.gif');
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
}

.bottom_border_box {
	background-image: url('../img/bottom_border_bg.gif');
	background-repeat: no-repeat;
	height: 5px;
}

.menu_box {
	background-image: url('../img/menu_bg.jpg?v=2');
	background-repeat: no-repeat;
	float: left;
}

.menu_box .menu_item {
	font-size: 18px;
	padding-left: 55px;
	padding-top: 18px;
	position: relative;
	color: #ffffff;
	width: 130px;
  font-family: "Trebuchet MS";
  height: 23px;
}

.menu_box .submenu_box {
	background-image: url('../img/submenu_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	width: 117px;
	height: 47px;
	margin-top: -20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 80px;
	padding-top: 7px;
	line-height: 18px;
	display: none;
	text-align: right;
}

.menu_box .submenu_box a {
	font-size: 14px;
	font-weight: bold;
	color: #5e5e5e;
}

.menu_box a {
	color: #ffffff;
	text-decoration: none;
}

.menu_box a:hover {
	color: #bf5600;
	text-decoration: none;
}

.menu_box .menu_content_box {
	width: 215px;
	height: 298px;
}

.menu_box .menu_image {
	margin-top: 15px;
	width: 215px;
}

.menu_box .menu_image img {
	border: 2px solid #8e5617;
	float: right;
  margin-bottom: 18px;
}

.menu_facebook{
  padding-left: 20px;
  text-align: center;
}

.collage {
	float: right;
}

.clear {
	clear: both;
}

.bottom_info_box {
	margin-left: 20px;
	width: 750px;
	border-top: 2px solid #8e5617;
	color: #691400;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	background-image: url('../img/title_bg.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	font-size: 18px;
	color: #db8812;
	margin-top: 10px;
	padding-top: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

.content_box {
	width: 540px;
	float: right;
	margin: 15px;
}

.copy_box {
	margin-top: 5px;
	float: right;
	text-align: right;
	color: #e8846e;
	font-size: 10px;
}

/* formulare */



form fieldset {
	padding: 5px;
	margin-bottom: 10px;
	border: 0px;
	border-top: 1px dashed #8e5617;
}

form legend {
	margin-left: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #8e5617;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

form .label {
	margin-top: 1px;
	margin-right: 5px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
	text-align: right;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

form .right_part {
	margin-left: 160px;
}

input, textarea {
	border: 1px solid #5b5b5b;
	font-size: 12px; 
	font-family: Arial;
	padding-left: 2px;
	width: 160px;
}

input.text, select {
	width: 160px;
	background-image: url('../img/form_item_bg.gif');
	background-repeat: no-repeat;
}

input.text_long {
	width: 300px;
}

input.text_number {
	width: 50px;
}

input.text_date {
	width: 60px;
}

.butt {
	width: 180px;
	background-image: none;
	background-color: #800C0C;
	color: #FFFFFF;
	font-weight: bold;
}

input.check {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

select.sel_short {
	width: 163px;
	font-size: 11px;
}

select.sel_middle {
	width: 300px;
}


form {
	margin: 0px;
	padding: 0px;
}

textarea {
	width: 300px;
	background-image: url('../img/form_textarea_bg.gif');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}

.warning {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	white-space: nowrap;
}

.req {
	color: #FF0000;
}

.submit_button {
	width: 163px;
	height: 27px;
	border: 0px;
	background-image: url('../img/form_button_bg.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
}

.submit_button_over {
	background-image: url('../img/form_button_over_bg.gif');
	font-weight: bold;
}

.product_group_box {
	background-image: url('../img/product_bg.gif');
	background-repeat: no-repeat;
	width: 177px;
	height: 145px;
	float: left;
	margin-left: 3px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 3px;
	position: relative;
}

.product_group_box .pb_title a {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 8px;
}

.product_group_box img {
	position: absolute;
	top: 27px;
	margin-left: -86px;
}
	
a {
	color: #691400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none 0; 
	border-top: 1px dotted #d38636;
	border-bottom: 1px solid #d38636;
	margin: 10px auto 0 0;
	padding-top: 2px;
	text-align: left;
}	

.hr_simple{
	border: none 0; 
	border-top: 1px dotted #d38636;
	border-bottom: 0px;
	margin: 10px auto 0 0;
	padding-top: 2px;
	text-align: left;
}	

.img {
	border: 2px solid #8e5617;
}

.cenik_items_box {
	width: 300px;
	float: right;
	background-color: #fef3e9;
	padding: 10px;
	border: 1px solid #ffd3ac;
	font-size: 11px;
}

.cenik_items_box .ci_name {
	text-decoration: underline;
	font-weight: bold;
}

.cenik_items_box .vi_price {
	font-style: italic;
}

.more {
	float: right;
  padding-top: 2px;
}


.img_new{
	padding-right:8px;
	padding-bottom:5px;
	float: left;
}
