/* Resetowanie i podstawowe definicje */
body, html, form, input, textarea, h1, h2, h3, ul, li {
	margin: 0px;
	padding: 0px;
}

.w10, .w15, .w20, .w25, .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w70, .w75, .w80, .w85, .w90, .w95, .w100 {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 {width: 100%; }

.ml20 { margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
/* koniec */

/* definicje znacznikow html */
body {
  background: #fff url(../images/bg_top.png) top left repeat-x;
  font: 11px tahoma, arial, verdana, sans-serif;
}

a:link, a:visited {
	color: #104590;
}

a:hover {
	color: #76000d;
}
/* koniec */

/* main */
#main {
	width: 900px;
	margin: 10px auto 0px auto;
}

#main li {
	margin-left: 20px;
}
/* koniec */

/* top */
#top {
	width: 900px;
	background: url(../images/logo.png) top left no-repeat;
	margin: 95px auto 0px auto;
	color: #6b6b6b;
	height: 75px;
	border: 0px solid red;
}

#top a {
	display: block;
	position: absolute;
	width: 160px;
	margin-top: 50px;
	padding-top: 3px;
	height: 20px;
	background: url(../images/bip.png) top right no-repeat;
	margin-left: 740px;
	font-size: 11px;
	text-decoration: none;
}
/* koniec */

/* menu */
#menu {
	background: url(../images/menu.png) no-repeat;
	height: 43px;

}

#menu a {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	text-decoration: none;
	font: bold 12px arial;
	line-height: 43px;
	color: #fff;
	background: url(../images/menu_light.png) 0px 43px no-repeat;
}

#menu_ext {
	background: #494949 url(../images//podmenu_rogi.png) bottom repeat-x;
	width: 100%;
	height: 1px;
	display: none;
	overflow: hidden;
	border-top: 1px solid #7f7f7f;
}

.blok_cien {
	background: url(../images/menu_cien.png) no-repeat;
	height: 10px;
	clear: both;
}

/* koniec */

/* panel lewy */

#lewy {
	width: 280px;
	float: left;
	margin-right: 20px;
}


/* koniec */

/* panel prawy */
#prawy {
	width: 600px;
	float: left;
}

#prawy_naglowek {
	font-size: 16px;
	border-bottom: 3px solid #1055b3;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}


/* koniec */


/* ikony */


.irpdf {
	background: url(../images/ikona_pdf.png) bottom no-repeat;
	padding-right: 20px;
	font-size: 16px;
}

/* koniec */

/* stopka */

#stopka {
	background: url(../images/stopka.png) top no-repeat;
	margin-top: 30px;
	clear: both;
	text-align: center;
	color: #555;
	font-size: 11px;
	padding: 2px 0px;
}

#stopka p {
	margin: 6px;
}

#stopka a {
	color: #555;
}

/* koniec */



