@charset "iso-8859-2";
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: #eaeaea;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #6d6e71;
	margin: 0;
	padding: 0;
}

a {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2688a1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

strong  {
	color: #000000;
}


img {
	border: none;
}

#outer_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#inner_wrapper {
	float: left;
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}

#menu_bar {
	float: left;
	width: 900px;
	height: 126px;
}

#logo {
	float: left;
	padding-top: 20px;
}

ul#top_menu {
	padding: 70px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	list-style: none;
}

ul#top_menu li {
	float: left;
	padding-left: 0px;
	background-image:url(img/m_sep.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding-right: 10px;
	margin: 0px;
}

#top_box {
	float: left;
	width: 245px;
	padding-right: 23px;
	padding-left: 632px;
	padding-top: 72px;
	color: #ffffff;
	height: 198px;
	font-size: 12px;
}

.content_box {
	float: left;
	margin: 24px 28px 0px 17px;
	width: 855px;
	min-height: 100px;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #c9c9ca;
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
}	

ul {
	padding: 5px 0px 0px 5px;
	margin: 0px;
}

li {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 20px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.content_left {
	float: left;
 	width: 570px;
	font-size: 12px;
	line-height: 1.5em;
}

.content_right {
	float: right;
 	width: 247px;
	padding-left: 38px;
}

#koparka {
	height: 150px;
	width: 150px;
	float: right;
	background-image:url(img/koparka.png);
	background-repeat:no-repeat;
	background-position: left bottom;
}

#footer {
	padding: 65px 0px 0px 0px;
	width: 700px;
	float: left;
	text-align: center;
	color: #989898;
}

#footer_menu {
	float: left;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: center;
	list-style: none;
}

ul#footer_menu {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

ul#footer_menu li {
	float: left;
	padding-right: 8px;
	padding-left: 2px;
	margin: 0px;
}

#footer_menu li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#footer_menu li a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#footer .footer_rights {
	float: right;
	color: #999999;
}

#footer .footer_rights a {
	color: #757575;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

#footer .footer_rights a:hover {
	color: #000000;
	text-decoration: none;
}

#main_left_box {
	float: left;
	width: 360px;
	vertical-align: top;
	padding-left: 25px;
}

#main_right_box {
	float: right;
	width: 375px;
	padding-right: 10px;
	vertical-align: top;
}
#main_left_box img, #main_right_box img {
	float: left;
}

#main_left_box .text {
	float: right;
	padding-top: 5px;
	width: 180px;
}

#main_right_box .text {
	float: right;
	padding-top: 5px;
	width: 215px;
}

#main_left_box .text a, #main_right_box .text a {
	text-decoration: none;
	font-weight: normal;
}

img.mainimg {
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#left_box {
	float: left;
	width: 225px;
	vertical-align: top;
	padding-left: 25px;
	padding-bottom: 20px;
}

#right_box {
	float: right;
	width: 530px;
	padding-right: 10px;
	vertical-align: top;
}

#left_box .text {
	clear: both;
	padding-top: 10px;
}

#right_box .text {
	clear: both;
	padding-top: 10px;
	line-height: 1.3em;
}

#left_box .text strong, #right_box .text strong  {
	color: #000000;
}

ul#oferta {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 225px;
	border-top: 1px solid #dbd9d9;
}
#oferta li a {
	font-weight: bold;
	background-image:url(img/tick.gif);
	background-repeat:no-repeat;
	background-position: 5px 6px;
	color: #0584a3;
	font-size: 11px;
	text-decoration: none;
	border-bottom: none;
	padding: 5px 5px 5px 18px;
	display: block;
	margin-left: 0px;
	border-bottom: 1px solid #dbd9d9;
}
#oferta li a:hover {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}

#oferta li a.page_on {
	font-weight: bold;
	background-image:url(img/tick_on.gif);
	background-repeat:no-repeat;
	background-position: 5px 6px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	border-bottom: none;
	padding: 5px 5px 5px 18px;
	display: block;
	margin-left: 0px;
	border-bottom: 1px solid #dbd9d9;
	background-color: #0584a3;
}
#oferta li a:hover {
	background-image:url(img/tick.gif);
	background-repeat:no-repeat;
	background-position: 5px 6px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}

.header {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
}

.gallery img {
	float: left;
	border: 1px solid #b9b9b9;
	padding: 4px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.clr {
	clear: both;
}

.kontakt {
	font-size: 14px;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: none;
}

td {
	padding: 5px 10px;
	font-size: 11px;
	border: 1px solid #a1a1a1;
}

tr.light {
	background-color: #f8f8f8;
}

tr.header {
	text-align: center;
	background-color: #545454;
	color: #ffffff;
	font-weight: bold;
}

.galeria img {
	border: 2px solid #dcdcdc;
	padding: 2px;
	margin: 0px 3px 15px 4px;
	float: left;
}
.galeria_glowna img {
	border: 2px solid #dcdcdc;
	padding: 2px;
	margin: 0px 3px 4px 4px;
}	
.galeria_glowna a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.galeria_glowna td {
	border: none;
}

	