#box_positioner {
	position: absolute;
}
#box_container {
	position: relative;
}
#box_background {
	position: absolute;
	top: 5px;
	left: 5px;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}
#box_background_top {
	position: absolute;
	height: 30px;
	top: 5px;
	left: 5px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#box_background_bottom {
	position: absolute;
	top: 35px;
	left: 5px;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}
#box_top_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-image: url(pictures/layout/box_top_left.png);
}
#box_top {
	position: absolute;
	top: 0;
	left: 10px;
	height: 10px;
	background-image: url(pictures/layout/box_top.png);
}
#box_top_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url(pictures/layout/box_top_right.png);
}
#box_left {
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	background-image: url(pictures/layout/box_left.png);
}
#box_content {
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(pictures/layout/box_background.png);
	text-align: justify;
}
#box_content p {
	margin: 5px 5px 10px 5px;
}
#box_content p.price {
	text-align: right;
	color: #555555;
	font-weight: bold;
}
#box_content a {
	font-weight: bold;
}
#box_content a:hover {
	color: #ff9900;
}
#box_content h2 {
	margin: 5px 5px 10px 5px;
}
#box_content input {
	width: 129px;
}
#box_content textarea {
	width: 129px;
	height: 60px;
}
#box_content_title {
	position: absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
  color: #ffffff;
	font-weight: bold;
	height: 25px;
	padding-top: 2px;
}
#box_content_main {
	position: absolute;
	top: 25px;
}
#box_right {
	position: absolute;
	top: 10px;
	right: 0;
	width: 10px;
	background-image: url(pictures/layout/box_right.png);
}
#box_bottom_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-image: url(pictures/layout/box_bottom_left.png);
}
#box_bottom {
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 10px;
	background-image: url(pictures/layout/box_bottom.png);
}
#box_bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url(pictures/layout/box_bottom_right.png);
}
#box_menu_item_background {
	position: absolute;
	height: 30px;
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
}
#box_menu_item {
	position: relative;
	height: 30px;
}
#box_menu_item a {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  color: #000000;
	font-weight: normal;
	display: block;
	left: -5px;
	padding-left: 10px;
	line-height: 30px;
}
#box_menu_item a:hover {
	color: #ff9900;
	text-decoration: none;
}
#box_menu_item a.current {
	color: #ffffff;
	text-decoration: none;
}
#box_contact_item {
	height: 50px;
	width: 290px;
	margin: 5px;
}
#box_contact_item p {
	vertical-align: middle;
	line-height: 50px;
	margin: 0;
}
#box_contact_item p.adres {
	vertical-align: middle;
	line-height: 16px;
	margin: 0;
}
