/* strona w ogólności */
html
	{
	background-color: #000000;
	}
body
	{
	background-color: #000000;
	margin: 0px;
	color: #c6c9c2;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


div
	{
	margin: 0px;
	padding: 0px;
	text-align: justify;
	}

/* nagłówek graficzny */

div.naglowek_graficzny
	{
	margin: 0px;
	width: 245px;
	height: 54px;
	text-align: right;
	position: relative; top: 69px; left: 750px;
	}

/* nagłówek graficzny - k */
div#body_a
	{
	background-image: url('../grafiki/body_a_tlo.png');
	background-position: top left;
	background-repeat: repeat-x;
	}

div#body
	{
	width: 995px;
	margin: 0 auto;
	}

fieldset
	{
	border: none;
	margin: 0px;
	padding: 0px;
	}

label
	{
	display: block;
	width: 90%;
	text-align: left;
	margin-top: 5px;
	}

.blad
	{
	font-weight: 700;
	color: #ee0000;
	font-size: 13px;
	}

.komunikat
	{
	font-weight: 700;
	color: #ed8001;
	font-size: 13px;
	}


img
	{
	border: none;
	}


h1, h2, h3
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px; 
	font-weight: 700;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 20px;
	}

h1
	{
	margin-top: 0px;
	margin-left: 0px;
	font-weight: 400;
	color: #ed8001;
	}

h2
	{
	font-size: 13px;
	}

h3
	{
	font-size: 13px;
	padding-left: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	}

p
	{
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.lewy
	{
	text-align: left;
	}

.srodek
	{
	text-align: center;
	}

.prawy
	{
	text-align: right;
	}

/* strona w ogólności - k */




/* menu */
div#menu
	{
	font-size: 13px;
	height: 20px;
	margin-top: 47px;
	}

li.menu
	{
	display: inline;
	margin: 10px;
	}

a
	{
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
	}

a:hover
	{
	color: #ffffff;
	}

a.menu
	{
	color: #ffffff;
	text-decoration: none;
	}


a.menu_aktywne
	{
	text-decoration: underline;
	}


/* menu - k */


/* główna część strony */

div.ogolny_z
	{
	background-image: url("../grafiki/ogolny_z_tlo.jpg");
	background-position: 10px 0px;
	background-repeat: no-repeat;
	padding: 20px;
	}

div.ogolny /* obejmuje całą część główną strony */
	{
	overflow: hidden;
	background-image: url("../grafiki/ogolny_tlo.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 25px;
	padding-right: 25px;
	}

div.ogolny_lewy /* obejmuje lewą kolumnę głównej części strony */
	{
	width: 242px;
	min-height: 215px;
	float: left;
	}


div.ogolny_prawy /* obejmuje prawą kolumnę głównej części strony */
	{
	min-height: 350px;
	}



hr
	{
	height: 1px;
	width: 99%;
	background-color: #000000;
	text-align: center;
	margin: 0 auto; 
	}


div.body_b
	{
	background-image: url("../grafiki/body_b_tlo.png");
	background-position: top left;
	background-repeat: repeat-x;
	}

div.stopka
	{
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
	color: #f2f7fa;
	height: 20px;
	padding-top: 10px;
	}

a.stopka
	{
	color: #f2f7fa;
	}


/* główna część strony - k */


/* formularz - p */
button
	{
	border-style: solid;
	border-width: 1px;
	border-color: #003398;
	min-width: 98px;
	height: 24px;
	background-color: #ffffff;
	font-weight: 400;
	}

input.tekst
	{
	width: 400px;
	margin-left: 5px;
	border: solid;
	border-width: 1px;
	border-color: #003398;
	}


textarea
	{
	width: 400px;
	border: solid;
	border-width: 1px;
	border-color: #003398;
	margin-left: 5px;
	}
/* formularz - k */