html, body, h1, h2, h3, h4, h5, h6, hr, div, span, blockquote, p, address, form,
fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub,
dfn, ins, del, q, cite, var, samp, code, kbd, tt{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
	font-size: 12px;
	font-family: Tahoma, Times New Romans, Verdana;
	background: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #CACACA;
	color: #FFFFFFF;
}

#kontener {
	width: 780px;
	margin: 0px auto;
	text-align: center;
}

#top {
	width: 780px;
	/*height: 190px;*/
	height: 130px;
	float: left;
	display: inline;
	border-bottom: 2px solid #F9E91D;
	border-left: 2px solid #F9E91D;
	border-right: 2px solid #F9E91D;
	border-top: 0; 
	background: url(../images/top_bg.png);
	background-color: #000000;
}

#img_logo {
	/*width: 222px;
	height: 190px;*/
	width: 250px;
	height: 130px;
	float: left;
	margin-left: 10px;
	margin-right: 56px;
	/* szer + mar = 305px */
}

/* LISTA MENU */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	float: left;
	width: 419px;
}

ul.menuul {
	list-style: none;
	width: 419px;
	overflow: hidden;
	height: 100px; /* dlugosc separatora */
	margin: 15px 0px 15px 0px;
}

li.sep {
	/*height: 138px;
	width: 4px;*/
	height: 100px;
	width: 3px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

li.sep img {
	height: 100px;
	width: 3px;
	float: left;
	margin: 0px;
	padding: 0px;
}

li.men {
	margin: 21px 0px 0px 0px;
	height: 59px;
	width: 101px;
	position: relative;
	overflow: hidden;
	float: left;
}

li.men img {
	margin-left: 30px;
	margin-right: 30px;
	position: absolute;
	top: 0;
	left: 0;
	
}

li.men a.menu:hover img {
	top: -59px;
}

li.men a.menu:hover {
	cursor: pointer;
}

a:link, a:visited {
	color: #FEF73B;
	text-decoration: none;
}

a:hover span.menu_txt {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_txt {
	z-index: 1;
	position: absolute;
	top: 45px;
	left: 35px;
	color: #FEF73B;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial bold, Arial, Tahoma;
}

.menua_txt {
	z-index: 1;
	position: absolute;
	top: 45px;
	left: 35px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial bold, Arial, Tahoma;
}

/* END LISTA MENU*/

a.menu:hover img.menu_img {
	top: -62px;
	cursor: pointer; /* dla IE 6.0 */
}

a.menua:hover img.menu_img {
	top: -62px;
	cursor: pointer; /* dla IE 6.0 */
}

a.menu:link, a.menu:visited {
	color: #FEF73B;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}

a.menu:hover, a.menua:link, a.menua:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}


/* SITE */

#site {
	width: 786px;
	height: auto;
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* END SiTE */


/* FOOTER */
#footer {
	width: 780px;
	height: 40px; /* 50 - 10 z paddinga-top */
	background-color: #161616;
	float: left;
	overflow: hidden;
	text-align: center;
	border: 2px solid #F9E91D; /*
	border-bottom: 2px solid #F9E91D;
	border-left: 2px solid #F9E91D;
	border-right: 2px solid #F9E91D;
	*/
	font-weight: bold;
	padding-top: 10px;
}
/* END FOOTER */

/* COLOURS */
.yellow {
	color: #F9E91D;
}

.white {
	color: #FFFFFF;
}

/* END COLOURS*/

/* HOME */
.home1 {
	width: 400px;
	height: 200px;
	float: left;
	display: inline;
	border: 2px solid #000000;
	background-color: #F9E91D;
	margin-right: 10px;
}

.home2 {
	width: 365px;
	height: 200px;
	float: left;
	display: inline;
	border: 2px solid #000000;
	background: url(../images/home_img.jpg); 
}

.home22 {
	width: 365px;
	height: 200px;
	float: left;
	display: inline;
	border: 2px solid #000000;
	background: url(../images/home_img2.jpg);
	margin-top: 10px;
}

.home3 {
	width: 400px;
	height: 370px;
	float: left;
	display: inline;
	border: 2px solid #F9E91D;
	background-color: #161616;
	margin-right: 10px;
	margin-top: 18px;
	padding: 0px; 
}

.home4 {
	width: 365px;
	height: 370px;
	float: left;
	display: inline;
	border: 2px solid #F9E91D;
	background-color: #161616;
	margin-top: 18px; 
}

/*HOME1*/
p.home_tyt {
	font-family: Times New Roman, Tahoma, Verdana;
	font-size: 22px;
	/*font-weight: bold;*/
	color: #000000;
	margin: 0px;
	margin-top: 18px;
	margin-left: 18px;
	margin-right: 18px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F9E91D;
	text-align: justify;
	text-indent: 20px;
}

p.home_tyt3 {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	margin-top: 2px;
	margin-left: 18px;
	margin-right: 18px;
	padding-top: 8px;
	border-top: 1px solid #F9E91D;
	text-align: center;
	width: 364px;
	display: block;
}

p.home_tex {
	font-family: Tahoma, Verdana;
	font-size: 14px; /*font-weight: bold;*/
	color: #000000;
	margin: 0px;
	margin-top: 9px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: justify;
}

h1.home_tex {
	font-family: Tahoma, Verdana;
	font-size: 14px; /*font-weight: bold;*/
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#home_map {
	height: 200px;
	width: 329px;
	margin-top: 14px;
}

img.home_gal {
	margin-top: 6px;
	height: 113px;
	width: 116px;
}

img.home_gal2 {
	height: 113px;
	width: 116px;
}

#home_dgal {
	width: 364px;
	margin-left: 18px;
	margin-right: 18px;
	height: 259px;
	text-align: left;
	margin-top: 9px;
}
/* END HOME */

/* START CENNIK */

div.cennik {
	width: 400px;
	
	float: left;
	display: inline;
	border: 2px solid #F9E91D;
	background-color: #161616;
	margin-right: 10px;
	margin-top: 0px;
	text-align: center;	
}

#table_cennik {
	float: left;
	display: inline;
	width: 364px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: left;
	margin-top: 0px;
	font-size: 14px;
	font-family: Tahoma, Verdana;
	margin-bottom: 10px;
}

#table_cennik td {
	border-bottom: 1px solid #888888;
	height: 33px;
	color: #FFFFFF;
	padding: 0px 0 0px 0;
}

#table_cennik td.ml {
	/*
	border-left: 1px solid #888888;
	*/
	text-indent: 10px;
	width: 350px;
	color: #F9E91D;
	font-weight: 500;
}

#table_cennik td.mi {
	width: 14px;
	font-weight: bold;
	text-indent: 4px;
}

#table_cennik td.cl, th.cl {
	width: 80px;
	text-align: center;
	color: #FFFFFF;
}

#table_cennik td.clk {
	border-right: 1px solid #888888;
	width: 80px;
	text-align: center;
	color: #FFFFFF;
}

#table_cennik tr:hover {
	background-color: #555555;
}

#table_cennik tr.cap:hover {
	background-color: #161616;;
}

/* END CENNIK */

.kontakt {
	width: 400px;
	height: 370px;
	float: left;
	display: inline;
	border: 2px solid #000000;
	background-color: #161616;
	margin-right: 10px; 
}

.kontakt2 {
	width: 365px;
	height: 154px;
	margin-top: 12px;
	float: left;
	display: inline;
	border: 2px solid #000000;
	background-color: #F9E91D;
}


/* START WIECEJ */

div.wiecejdiv {
	width: 90px;
	height: 35px;
	float: left;
	z-index: 1;
}

ul.wiecejul {
	list-style: none;
	width: 90px;
	overflow: hidden;
	height: 35px; /* dlugosc separatora */
	margin: 0;
	margin-left: 280px;
	margin-top: 12px;
}

li.wiecejli {
	margin: 0px 0px 0px 0px;
	height: 35px;
	width: 90px;
	position: relative;
	overflow: hidden;
	float: left;
}

li.wiecejli img {
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

li.wiecejli a.wiecej:hover img {
	top: -35px;
}

li.wiecejli a.wiecej:hover {
	cursor: pointer;
}

.wiecejspan {
	z-index: 1;
	position: absolute;
	top: 8px;
	left: 20px;
	color: #FEF73B;
	font-weight: bold;
	font-size: 12px;
}

a.wiecej:hover span.wiecejspan {
	color: #FFFFFF;
	text-decoration: none;
}

a.wiecej:hover img.wiecej_img {
	top: -35px;
	cursor: pointer; /* dla IE 6.0 */
}

a.wiecej:hover img.wiecej_img {
	top: -35px;
	cursor: pointer; /* dla IE 6.0 */
}

a.wiecej:hover, a.wiecej:link, a.wiecej:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}

/* END WIECEJ */

/* START OFERTA */

div.oferta {
	width: 780px;
	padding-bottom: 18px;
	float: left;
	display: inline;
	border: 2px solid #F9E91D;
	background-color: #161616;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;	
}

#table_oferta {
	float: left;
	display: inline;
	width: 708px;
	margin-left: 36px;
	margin-right: 36px;
	text-align: left;
	margin-top: 9px;
	font-size: 14px;
	font-family: Tahoma, Verdana;
}

#table_oferta td {
	border-bottom: 1px solid #888888;
	height: 33px;
	color: #FFFFFF;
	padding: 0px 0 0px 0;
}

#table_oferta td.ml {
	/*
	border-left: 1px solid #888888;
	*/
	text-indent: 10px;
	width: 532px;
	color: #F9E91D;
	font-weight: 600;
}

#table_oferta td.mi {
	width: 16px;
	font-weight: bold;
	text-indent: 4px;
}

#table_oferta td.cl, th.cl {
	width: 80px;
	text-align: center;
	color: #FFFFFF;
}

#table_oferta td.clk {
	border-right: 1px solid #888888;
	width: 80px;
	text-align: center;
	color: #FFFFFF;
}

#table_oferta tr:hover {
	background-color: #555555;
}

#table_oferta tr.cap:hover {
	background-color: #161616;;
}

/* END CENNIK */


