
BODY,HTML {
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}

A {
	color: inherit;
	text-decoration: underline;
}

DIV {
	text-align: left;
}

#body {
	position: relative;
	margin: 0 auto 0 auto;
	width: 913px;
}
/**/

#main {
	background-color: #ffffff;
	background-image: url('../uploads/main_bg.png');
	background-repeat: no-repeat;
/*	border: 1px solid black;*/
}
/**/

#top {
	margin: 0 auto 0 auto;
	height: 240px;
	clear: both;
}
/**/

#belt {
	margin: 0 auto 0 auto;
	background-color: #7e0000;
	clear: both;
	text-align: center;
}
/**/

#content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 300px;
}
/**/

#left {
	float: left;
	width: 165px;
}
/**/

#center {
	float: left;
	text-align: left;
	width: 748px;
}
/**/

#right {
	float: left;
	margin-left: 10px;
	text-align: left;
}
/**/

#bottom {
	margin: 0 auto 0 auto;
	clear: both;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
}
/**/

#logo {
	margin: 20px;
	margin-top: 60px;
}

#languages {
	position: absolute;
	left: 35px;
	top: 190px;
}

/* MENU */

.menuitem {
	background-color: #eeeeee;
	background-image: url('../uploads/menuitem_bg.png');
	background-repeat: repeat-y;
	color: #088408;
	display: block;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

.menuitem:hover {
	background-color: #cc0000;
	color: #ffffff;
}

.menuitem_current {
	background-image: url('../uploads/menuitem_current_bg.png');
	color: #cc0000;
}

.menuitem0 {
	background-color: #088408;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding-left: 5px;
}

.menuitem0_current {
}

.menuitem1 {
	padding-left: 15px;
}

.menuitem1_current {
}

.menuitem2 {
	padding-left: 23px;
}

.menuitem2_current {
}

.menuitem3 {
	padding-left: 50px;
}

.menuitem3_current {
}

.top_menuitem {
	color: #088408;
	padding-left: 5px;
	padding-right: 10px;
	width: auto;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.top_menuitem_current {
	color: #cc0000;
}

/* CONTENT */

.top_belt {
	text-align: right;
}

.item {
	padding: 10px;
}

.title {
	color: #cc0000;
	font-weight: bold;
}

.content {

}

.gallery {


}

.gallery_item {
	float: left;
	width: 120px;
	text-align: center;
}

.gallery_item img {
	border-width: 0px;
}

.items {
	padding: 10px;
}

.items_item {
	background-color: #f5f5f5;
/*	height: 120px;*/
	border: 1px solid #dddddd;
}

.items_spacer {
	height: 10px;
	clear: both;
}

.items_title {
	color: #088408;
	font:600 14px/36px tahoma, verdana, sans-serif;
	font-weight: bold;
	padding: 4px 0 0 30px;
	background:#f9f9f9;
}

.items_image {
	width: 120px;
	height: 120px;
	float: left;
}

.items_description {
	color: #cc0000;
	font-size: 9pt;
	font-weight: bold;
}

.items_price {
	float: left;
	background-color: #eeeeee;
	color: #f76b0c;
	font-weight: bold;
	padding: 4px;
	width: 400px;
	text-align: right;
}

.items_description img.item_img {
  height: 75px;
	margin: 4px 20px 10px 30px;
	border: 1px solid #ddd;
}

.items_description strong {
	color: #088408;
}
table.produkty{
	width:660px;
	clear:both;
	margin:0 auto;
}
table.pl{
	background:#fff url(../uploads/produkty_pl.gif) top left no-repeat;
}
table.en{
	background:#fff url(../uploads/produkty_en.gif) top left no-repeat;
}
table.de{
	background:#fff url(../uploads/produkty_de.gif) top left no-repeat;
}
table.ru{
	background:#fff url(../uploads/produkty_ru.gif) top left no-repeat;
}
table.produkty th{
	text-align:center;
	color:#fff;
	font:600 8pt/10pt verdana, sans-serif;
	width:110px;
	height:45px;
}
table.produkty td{
	border:1px solid #fff;
	text-align:center;
	color:#000;
	font:600 8pt/8pt verdana, sans-serif;
	width:110px;
}
div.items_item img{
	float:left;
}
