body {
	margin: 0;
	padding: 0;
	background: url(../gfx/back.jpg) repeat-x;
}
#main {
	margin: 0 auto;
	width: 780px;
}
#main img {
	border: 0;
	display: block;
}
/* -------------------- */
#top {
	width: 780px;
	margin: 0 auto 0 auto;
	height: 53px;
}
#logo {
	width: 508px;
	height: 52px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#logo img {
	display: block;
}
#logos {
	width: 205px;
	background: #00147c;
	height: 49px;
	padding-bottom: 2px;
	margin: 0px;
	float: left;
	color: #ffffff;
	font-size: 31px;
	font-weight: bold;
	font-family: arial, verdana, tahoma, sans-serif;
	text-align: center;
}
#logos p {
padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, verdana, tahoma, sans-serif;
	text-align: center;
}

#flaga {
	width: 37px;
	float: right;
	padding: 0px;
	margin-left: 235px;
	margin-top: 20px;
}
#flaga a.ang {
	display: block;
	background: url(../gfx/ang.gif) no-repeat;
	width: 27px;
	height: 13px;
}
#flaga a.ang:hover {
	display: block;
	background: url(../gfx/ang_over.gif) no-repeat;
}
#flaga a.pol {
	display: block;
	background: url(../gfx/pol.gif) no-repeat;
	width: 27px;
	height: 13px;
}
#flaga a.pol:hover {
	display: block;
	background: url(../gfx/pol_over.gif) no-repeat;
}
/* -------------------- */
#header {
	width: 780px;
	height: 187px;
	border-bottom: 1px solid #ffffff;
}
#header img {
	display: block;
}
/* -------------------- */
#top_menu {
	position: relative;
	display: block;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, sans-serif;
	margin-bottom: 3px;
	margin-left: 206px;
	border-right: 1px solid #fff;
}
#top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#top_menu ul li {
	display: block;
	float: left;
	border-left: 1px solid #ffffff;
	margin: 0;
}
#top_menu ul li a {
	display: block;
	float: left;
	color: #00147c;
	text-decoration: none;
	padding: 5px 24px 0 25px;
	height: 19px;
}
#top_menu ul li a:hover, #top_menu ul li.selected a, top_menu ul li.selected a:hover {
	background: url('../gfx/menu_sel.jpg') left top repeat-x;
}
/* -------------------- */
#top_menu_en {
	position: relative;
	display: block;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, sans-serif;
	margin-bottom: 3px;
	margin-left: 206px;
	border-right: 1px solid #fff;
}
#top_menu_en ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#top_menu_en ul li {
	display: block;
	float: left;
	border-left: 1px solid #ffffff;
	margin: 0;
}
#top_menu_en ul li a {
	display: block;
	float: left;
	color: #00147c;
	text-decoration: none;
	padding: 5px 20px 0 20px;
	height: 19px;
}
#top_menu_en ul li a:hover, #top_menu_en ul li.selected a, top_menu_en ul li.selected a:hover {
	background: url('../gfx/menu_sel.jpg') left top repeat-x;
}
/* -------------------- */
#content {
	width: 778px;
	margin: 0 auto;
	padding-top: 1px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: url(../gfx/left.jpg) repeat-y;
}
#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 203px;
	background: #f3f1e2;
}
/* -------------------- */
* html #left ul li {
	height: 1px;
   vertical-align: bottom;
}
#menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 203px;
	background: #dfddd1;
}
#menu a {
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}
#menu ul {
	margin:	0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f3f1e2;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	width: 188px;
	min-height: 15px;
	padding: 6px 0px 6px 10px;
	/* background: #dfddd1 url('../gfx/arrow.gif') 10px 10px no-repeat; */
	color: #00147c;
	font-weight: bold;
	border-left: 4px solid #dfddd1;
}
#menu ul li a:hover {
	text-decoration: underline;
	/* background: #dfddd1 url('../gfx/arrow.gif') 11px 10px no-repeat; */
	border-left: 4px solid #dec81c;
}
#menu ul li.selected a ,#menu ul li.selected a:hover {
	text-decoration: underline;
	/* background: #dfddd1 url('../gfx/arrow_sel.gif') 11px 10px no-repeat; */
	font-weight: bold;
	color: #00147c;
	border-left: 4px solid #fcd50c;
}
#menu ul li ul {
	margin:	0;
	padding: 0;
}
#menu ul li ul li {
	border-bottom: 0;
	list-style-type: none;
}
#menu ul li ul li a {
	display: block;
	width: 178px;
	padding: 6px 0px 6px 20px;
	/* background: url('../gfx/arrow.gif') 20px 10px no-repeat; */
	color: #3c4f81;
	font-weight: normal;
	border-left: 4px solid #dfddd1;
}
#menu ul li ul li a:hover {
	text-decoration: underline;
	/* background: #dfddd1 url('../gfx/arrow.gif') 22px 10px no-repeat; */
	border-left: 4px solid #dec81c;
}
#menu ul li ul li.selected a,#menu ul li ul li.selected a:hover {
	text-decoration: underline;
	/* background: #dfddd1 url('../gfx/arrow_sel.gif') 22px 10px no-repeat; */
	font-weight: bold;
	color: #3c4f81;
	border-left: 4px solid #fcd50c;
}
/* -------------------- */
#adres {
	background: #f3f1e2 url('../gfx/address.jpg') left top repeat-x;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #00147c;
	padding: 5px 9px 15px 9px;
	line-height: 15px;
	font-weight: normal;
	border-top: 3px solid #b4b2a7;
	text-decoration: none;
}
#adres a, a.adres {
	color: #00147c;
	font-weight: bold;
	text-decoration: none;
}
#adres a:hover, a.adres:hover {
	color: #00147c;
	font-weight: bold;
	text-decoration: underline;
}
#kontakt {
	background: url('../gfx/kontakt.gif') left 10px no-repeat;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #00147c;
	padding: 18px 0px 15px 88px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
}
#kontakt a, a.kontakt {
	color: #00147c;
	font-weight: bold;
	text-decoration: underline;
}
/* -------------------- */
#right {
	padding: 0;
	margin: 0;
	width: 573px;
	float: right;
	border-right: 1px solid #eceadc;
	border-left: 1px solid #ffffff;
}
#tytul {
	background: url('../gfx/haslo.jpg') left top no-repeat;
	padding: 7px 30px;
	margin: 0;
	width: 512px;
	height: 13px;
	vertical-align: top;
	display: block;
	border-bottom: 1px solid #dfddd1;
	border-right: 1px solid #fefdf5;
	color: #445E80;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, sans-serif;
}
#tytul img {
	padding: 0;
	margin: 0;
	width: 572px;
	vertical-align: top;
	display: block;
	border-bottom: 1px solid #dfddd1;
	border-right: 1px solid #fefdf5;
}
/* -------------------- */
#tekst {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	width: 533px;
	padding: 20px;
	color: #000000;
	background: #fefdf5;
}
#tekst a {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #00147c;
	margin: 0;
	text-decoration: underline;
}
#tekst ul {
	padding: 0;
	margin: 0;
}
#tekst ul li {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
	background: url('../gfx/point1.gif') left 6px no-repeat;
}
#tekst ul ul li {
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: none;
	background: url('../gfx/point2.gif') 10px 6px no-repeat;
}
#tekst img {
	float: right;
	border: 1px solid #b4b2a7;
	padding: 1px;
}
#tekst h1 {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 5px 0px;
	color: #00147c;
	margin: 0;
}
/* -------------------- */
#tekst .threecols {
	padding-top: 10px;
	margin: 0 auto;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
#tekst .threecols td {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	border: none;
	vertical-align: top;
	text-align: center;
}
#tekst .threecols img {
	float: none;
	border: 1px solid #b4b2a7;
	padding: 1px;
}
#tekst .threecols a {
	padding: 0px;
	margin: 0;
}
/* -------------------- */
#tekst .threecols_ref {
	margin: 0 auto;
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 5px;
}
#tekst .threecols_ref td {
	margin: 3px auto;
	padding-top: 10px;
	font-size: 11px;
	border: none;
	vertical-align: top;
	text-align: center;
}
#tekst .threecols_ref img {
	float: none;
	margin: 0 auto;
	border: 1px solid #b4b2a7;
	padding: 1px;
}
#tekst .threecols_ref a {
	padding: 0px;
	margin: 0;
}
/* -------------------- */
#tekst .twocols {
	margin: 0 auto;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
#tekst .twocols td {
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	border: none;
}
#tekst .twocols img {
	float: left;
	border: 1px solid #b4b2a7;
	padding: 1px;
}
#tekst .twocols a {
	padding: 0px;
	margin: 0;
}
#tekst .twocols input, #tekst .twocols textarea {
	padding: 0px;
	margin: 0;
	border: 1px solid #b4b2a7;
}
#tekst .twocols td.buttons {
	text-align: center;
}
/* -------------------- */
#tekst .twocols2 {
	margin: 0 auto;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
#tekst .twocols2 td {
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	border: none;
}
#tekst .twocols2 img {
	float: right;
	border: 1px solid #b4b2a7;
	padding: 1px;
}
#tekst .twocols2 a {
	padding: 0px;
	margin: 0;
}
#tekst .twocols2 input, #tekst .twocols2 textarea {
	padding: 0px;
	margin: 0;
	border: 1px solid #b4b2a7;
}
#tekst .twocols2 td.buttons {
	text-align: center;
}
/* -------------------- */
#galeria_menu {
	padding: 100px 20px 20px 0px;
	text-align: right;
	border-bottom: 1px solid #dad9d4;
}
#galeria_menu a.sprzet {
	font-weight: bold;
	color: #b4b2a7;
	text-decoration: underline;
	text-align: center;
	padding: 98px 15px 0px 15px;
	background: url('../gfx/sprzet.jpg') left top no-repeat;
}
#galeria_menu a.sprzet:hover {
	font-weight: bold;
	color: #b4b2a7;
	background: url('../gfx/sprzet_active.jpg') left top no-repeat;
}
#galeria_menu a.sprzet_sel, #galeria_menu a.sprzet_sel:hover {
	font-weight: bold;
	color: #00147c;
	text-decoration: underline;
	text-align: center;
	padding: 98px 15px 0px 15px;
	background: url('../gfx/sprzet_active.jpg') left top no-repeat;
}
/* -------------------- */
#galeria_menu a.equip {
	font-weight: bold;
	color: #b4b2a7;
	text-decoration: underline;
	text-align: center;
	padding: 98px 5px 0px 5px;
	background: url('../gfx/sprzet.jpg') left top no-repeat;
}
#galeria_menu a.equip:hover {
	font-weight: bold;
	color: #b4b2a7;
	background: url('../gfx/sprzet_active.jpg') left top no-repeat;
}
#galeria_menu a.equip_sel, #galeria_menu a.equip_sel:hover {
	font-weight: bold;
	color: #00147c;
	text-decoration: underline;
	text-align: center;
	padding: 98px 5px 0px 5px;
	background: url('../gfx/sprzet_active.jpg') left top no-repeat;
}
/* -------------------- */
#galeria_menu a.praca {
	font-weight: bold;
	color: #b4b2a7;
	text-decoration: underline;
	text-align: center;
	padding: 98px 6px 0px 6px;
	background: url('../gfx/praca.jpg') left top no-repeat;
}
#galeria_menu a.praca:hover {
	font-weight: bold;
	color: #b4b2a7;
	background: url('../gfx/praca_active.jpg') left top no-repeat;
}
#galeria_menu a.praca_sel, #galeria_menu a.praca_sel:hover {
	font-weight: bold;
	color: #00147c;
	text-decoration: underline;
	text-align: center;
	padding: 98px 6px 0px 6px;
	background: url('../gfx/praca_active.jpg') left top no-repeat;
}
/* -------------------- */
#galeria_menu a.work {
	font-weight: bold;
	color: #b4b2a7;
	text-decoration: underline;
	text-align: center;
	padding: 98px 13px 0px 13px;
	background: url('../gfx/praca.jpg') left top no-repeat;
}
#galeria_menu a.work:hover {
	font-weight: bold;
	color: #b4b2a7;
	background: url('../gfx/praca_active.jpg') left top no-repeat;
}
#galeria_menu a.work_sel, #galeria_menu a.work_sel:hover {
	font-weight: bold;
	color: #00147c;
	text-decoration: underline;
	text-align: center;
	padding: 98px 13px 0px 13px;
	background: url('../gfx/praca_active.jpg') left top no-repeat;
}
/* -------------------- */
.foto {
	text-align: center;
	padding: 5px 0;
}
.foto img {
	padding: 0 10px;
}
.tekst-left {
	float: left;
	width: 290px;
	padding-bottom: 25px;
}
.foto-right {
	float: right;
	width: 240px;
}
.foto-right img {
	border: 1px solid #ccc;
	padding: 2px;
}
.model {
	color: #d70000;
	font-weight: bold;
}
.kontakt-link a {
	padding: 0;
	margin: 0;
}
/* -------------------- */
#footer {
	clear: both;
	width: 100%;
	background: #00147c;
	min-height: 30px;
	color: #9da1b8;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	height: 30px;
}
#foot_cont {
	margin: 0 auto;
	width: 780px;
	color: #9da1b8;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
#best {
	width: 205px;
	float: left;
	padding-left: 20px;
	text-align: left;
}
#best a {
	color: #9da1b8;
	text-decoration: none;
	font-weight: bold;
}
#foot_menu {
	float: right;
	padding-right: 20px;
}
#foot_menu a {
	color: #9da1b8;
	text-decoration: none;
}
#foot_menu a.selected {
	font-weight: bold;
}
/* -------------------- */
.clearing {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
/* -------------------- */