
/* -------------------------- RESET POCZATEK ---------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

}

/*

:focus {

	outline: 0;

}*/

body {

	line-height: 1;

	color: black;

	background: white;

}
/*
ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;
	
}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after, q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

em {

	font-style: italic;

}

strong {

	font-weight: bold;

}

.clear:after {

	content: ".";

	display: block;

	height: 0;

	font-size: 0;

	clear: both;

	visibility: hidden;

}

.clear {

	display: inline-block;

}

/* \*/

.clear {

	display: block;

}

/* */

.image {

	display: block;

	font-size: 0;

	text-indent: -9999px;

	outline: none;

}
/* IE PNG */
div, img { behavior: url(iepngfix.htc) }
/*------------- STRONA POCZATEK --------------*/
body { 
	text-align: center;
	background: #ffffff url('images/site_bg.png');
}
a:link  {
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:none;
	color: #555555;
}
a:active {
	text-decoration:none;
	color: #000000;
}
a.logo:hover {cursor: hand;}
/*------------- główne elementy --------------*/
.logo_link {
	width: 210px;
	height: 150px;
	display: block;
	margin-top: -165px;
	margin-left: 690px;
	position: absolute;
}
#site {
	width: 937px;
	margin: 15px auto 0 auto;
	text-align: left;
	background-color: #ffffff;
}
#header {
	width: 937px;
	height: 210px;
}
#menu {
	width: 158px;
	vertical-align: top;
}
#content {
	vertical-align: top;
	text-align: center;
	background-color: #ffffff;
}
#footer {
	width: 937px;
	height: 20px;
	background-image: url('images/footy.png');
	float: left;
}
#menu_down {
	width: 158px;
	height: 20px;
	background-image: url('images/menu_down1.png');
}
#mid {
	height: 100%;
	background: url('images/bg_mid.png') repeat-y left;
	text-align: left;
	vertical-align:top;
}

/*---------------- menu --------------------*/
#bg_menu {
	background: url('images/tlo_menu.gif') repeat-y left;
}
#Artykuly {
	display: block;
	width: 150px;
	height: 32px;
	background-image: url('images/arty.gif');
	cursor:pointer;
}
#instruktorzy {
	display: block;
	width: 150px;
	height: 31px;
	background-image: url('images/intruktorzy.gif');
	cursor:pointer;
}
#linki {
	display: block;
	width: 150px;
	height: 31px;
	background-image: url('images/linki.gif');
	cursor:pointer;
}
#szkola {
	display: block;
	width: 150px;
	height: 31px;
	background-image: url('images/szkola.gif');
	cursor:pointer;
}
.podstrona {
	width: 140px;
	height: 18px;
	display: block;
	background-image: url('images/spis.gif');
	margin: 3px 0;
	padding-left: 10px;
	font-family: tahoma;
	font-size: 10pt;
	padding-top: 1px;
	cursor:pointer;
}
.podstrona_inst {
	height: 30px;
	background-image: url('images/spis_big.gif');
	padding-top: 2px;
}
.podstrona_last {
	width: 140px;
	height: 19px;
	background-image: url('images/spis_last.gif');
	margin-top: 3px;
	padding-left: 10px;
	padding-top: 2px;
	font-family: tahoma;
	font-size: 10pt;
}
.podstrona_2st {
	width: 110px;
	background-image: url('images/spis_2st.gif');
	padding-left: 40px;
	padding-top: 2px;
}
.podstrona_2st_big {
	width: 110px;
	height: 30px;
	background-image: url('images/spis_2st_big.gif');
	padding-left: 40px;
	padding-top: 2px;	
}
.last_one {
	height: 3px;
}
#proba {
	position: absolute;
	width: 937px;
	height: 210px;
	background-image: url('images/header.png');
	margin-top: -190px;
}
/*------------- cont --------------*/

.cont_title {
	width: 773px;
	text-align: center;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	/*border-bottom: solid 1px red;*/
}

/*------------- naglowki -----------*/
.naglowek {
	width: 670px;
	margin: 10px 0 20px 40px;
	text-align: justify;
}
.tytul {
	text-align: left;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	line-height: 18px;
	border-bottom: solid 1px #aaaaaa;
	margin-bottom: 5px;
	float: left;
	color: #550000;
}
.data {
	float: right;
}
.tresc {
	width: 570px;
	font-family: times;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 50px;
}
.tresc img {
	margin: 0 40px;
}
.tresc a:link  {
	text-decoration:underline;
	color: #aa0000;
}
.tresc a:visited {
	text-decoration:underline;
	color: #aa0000;
}
.tresc a:hover {
	text-decoration:underline;
	color: #555555;
}
.tresc a:active {
	text-decoration:underline;
	color: #aa0000;
}
.czytaj_dalej {
	float: left;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: underline;
	color: #550000;
}
.czytaj_dalej:link  {
	text-decoration:underline;
	color: #701010;
}
.czytaj_dalej:visited {
	text-decoration:underline;
	color: #701010;
}
.czytaj_dalej:hover {
	text-decoration:underline;
	color: #555555;
}
.czytaj_dalej:active {
	text-decoration:underline;
	color: #701010;
}
.podpis {
	float: right;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #550000;
}
.kropki {
	width: 148px;
	height: 39px;
	background-image: url('images/kropki.png');
	margin: 0 auto 30px auto;
}
.linia {
	width: 670px;
	height: 1px;
	color: #aaaaaa;
	margin: 0 0 10px 40px;
}

/*-------------*/
#spis_inst {
	width: 570px;
	margin: 0 auto;
	font-family: tahoma;
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
}
.instruktorzy {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	line-height: 18px;
	border-bottom: solid 1px #aaaaaa;
	color: #550000;
}
.szare {
	background: #dddddd;
}
.naglowek_spis {
	color: #550000;
	font-weight: bold;
	text-decoration: none;
}

/*-------------*/
.tytul_plik {
	width: 250px;
	text-align: center;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	line-height: 18px;
	border-bottom: solid 1px #aaaaaa;
	margin: 0 auto 5px auto;
	color: #550000;	
}
.plik {
	width: 670px;
	font-family: times;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	line-height: 19px;
	margin: 0 50px;
	text-indent: 30px;
}
.podpis_plik {
	float: right;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #550000;
	margin: 15px 80px 20px 0;
}
#certyfikaty_tabela {
	margin: 15px auto;
	border: solid 1px #550000;
}
.td_cert {
	text-align: center;
	width: 100px;
	border: solid 1px #550000;
	padding: 4px;
}
.td_rt {
	text-align: right;
	width: 220px;
	border: solid 1px #550000;
	padding: 4px;
}
.td_napis {
	font-weight: bold;
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
}
.przypis {
	font-size: 13px;
	width: 570px;
	margin: 0 auto;
}
ul.lista_przypis {
	width: 450px;
	text-indent: 0;
	list-style-type: disc;
	padding: 5px 0 0 20px;
}
li.lista_przypis {
	margin: 0 0 4px 0;
	line-height: 15px;
}
ul.lista_2 {
	width: 200px;
	text-indent: 0;
	text-align: left;
	list-style-type: decimal;
	padding: 5px 0 5px 30px;
	margin: 0 auto;
}
/**/
.kontakt_podpis {
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #565656;
	margin: 30px auto;
}
.kontakt_lista:link  {
	text-decoration:underline;
	color: #701010;
}
.kontakt_lista:visited {
	text-decoration:underline;
	color: #701010;
}
.kontakt_lista:hover {
	text-decoration:underline;
	color: #555555;
}
.kontakt_lista:active {
	text-decoration:underline;
	color: #701010;
}

/**/
.glowna_1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #701010;
	margin: 30px 0 20px 0;
}
.glowna_2 {
	width: 450px;
	margin: 0 auto;
	text-align: justify;
	font-size: 16px;
	line-height: 20px;
}
.glowna_3 {
	margin: 20px 0 30px 0;
}

.certyfikat {
	width: 250px;
	margin: 0 5px;
}
.certyfikaty_tabela {
	margin: 10px auto 15px auto;
}
.certyfikaty_td {
	text-align: center;
}
.certyfikaty_td_podpis {
	text-align: center;
	font-size: 13px;
	color: #727272;
}

.align_center {text-align: center;}
.align_right {text-align: right}
.margines {margin: 10px 0 0 0;}
.pogrubione {font-weight: bold;}
.wkrotce {
	width: 570px;
	margin: 50px;
	text-align: center;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	line-height: 18px;
	color: #550000;
}