/* CSS Document */

html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.smallGrey {
	font-size: 10px;
	color: #999999;
}

.grey {
	color: #CCCCCC;
}

.blue {
	color: #3366CC;
}

.white {
	color: #FFFFFF;
}

.smallFooter {
	font-size: 9px;
	color: #b8b8c9;
}

.smallRed {
	font-size: 9px;
	color: #ff9999;
}

.smallContent {
	font-size: 10px;
	color: #b3b3d0;
	line-height: 13px;
}


.redalert {
	font-size: 12px;
	line-height: 17px;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

.greeninfo {
	font-size: 12px;
	line-height: 17px;
	color: #006600;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 16px;
	color: #000099;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-weight: lighter;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

.verybig {
	font-size: 24px;
	color: #000099;
	font-weight: lighter;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.bigtitle {
	font-size: 22px;
	color: #000099;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-weight: lighter;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}

.title {
	font-size: 18px;
	color: #000099;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-weight: lighter;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

.whiteTitle {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-weight: lighter;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}

.subtitle {
	font-size: 14px;
	color: #000099;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-weight: lighter;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

.inputblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FFFFFF;
	height: 24px;
	background-image: url('images/inputblue.gif');
	background-repeat: repeat-x;
	border: 0px none;
	padding: 5px 5px 5px 5px;
}

.input1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 272px;
	height: 20px;
	background-image: url('images/input1.gif');
	background-repeat: no-repeat;
	border: 0px none;
	padding: 3px 3px 3px 3px;
}

.input2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 20px;
	background-image: url('images/input2.gif');
	background-repeat: no-repeat;
	border: 0px none;
	padding: 3px 3px 3px 3px;
}

.select2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 20px;
	background-color: #F5F5F5;
	border: 1px solid;
	border-color: #CCCCCC;
	padding: 3px 3px 3px 3px;
}

a.normal:link {
	color: #000000;
	text-decoration: none;
}

a.normal:visited {
	color: #000000;
	text-decoration: none;
}

a.normal:active {
	color: #000000;
	text-decoration: none;
}

a.normal:hover {
	color: #3333CC;
	text-decoration: underline;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.underline:link {
	color: #000000;
	text-decoration: underline;
}

a.underline:visited {
	color: #000000;
	text-decoration: underline;
}

a.underline:active {
	color: #000000;
	text-decoration: underline;
}

a.underline:hover {
	color: #3333CC;
	text-decoration: underline;
}

a.underlineGrey:link {
	color: #CCCCCC;
	text-decoration: underline;
}

a.underlineGrey:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a.underlineGrey:active {
	color: #CCCCCC;
	text-decoration: underline;
}

a.underlineGrey:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.smallgreylink:link {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a.smallgreylink:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a.smallgreylink:active {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a.smallgreylink:hover {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

a.smallContent2:link {
	font-size: 10px;
	color: #b3b3d0;
	text-decoration: none;
	line-height: 13px;
}

a.smallContent2:visited {
	font-size: 10px;
	color: #b3b3d0;
	text-decoration: none;
	line-height: 13px;
}

a.smallContent2:active {
	font-size: 10px;
	color: #b3b3d0;
	text-decoration: none;
	line-height: 13px;
}

a.smallContent2:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
}



ul.ptaszek {
	list-style-image: url(images/ptaszek.gif);
	vertical-align: middle;
	list-style-position: inside;
	text-indent: 0pt;






}

#ALL {
	width: 100%;
	text-align: center;
}

#TOP {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#HEADER {
	width: 950px;
	height: 102px;
	background-color: #FFFFFF;
}

#HEADER #logo {
	position: relative;
	top: 25px;
	left: 0px;
	width: 170px;
	height: 54px;
}


#MENU {
	width: 159px;
	height: 318px;
	text-align: left;
	float: left;
	overflow: hidden;
	background-image: url('images/menu_back.gif');
	background-repeat: repeat-y;
}

#MENU #linki {
	position: relative;
	width: 159px;
	height: 318px;
}

#MENU #linki #link1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 159px;
	height: 40px;
	padding: 16 0 0 15px;
	background-image: url('images/menu_line.gif');
	background-repeat: no-repeat;
}

#MENU #linki #link2 {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 159px;
	height: 40px;
	padding: 16 0 0 15px;
	background-image: url('images/menu_line.gif');
	background-repeat: no-repeat;
}

#MENU #linki #link3 {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 159px;
	height: 40px;
	padding: 16 0 0 15px;
	background-image: url('images/menu_line.gif');
	background-repeat: no-repeat;
}

#MENU #linki #link4 {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 159px;
	height: 40px;
	padding: 16 0 0 15px;
	background-image: url('images/menu_line.gif');
	background-repeat: no-repeat;
}

#MENU #linki #link5 {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 159px;
	height: 40px;
	padding: 16 0 0 15px;
	background-image: url('images/menu_line.gif');
	background-repeat: no-repeat;
}

#MENU #linki #link6 {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 159px;
	height: 40px;
	padding: 16 0 0 15px;
	background-image: url('images/menu_line.gif');
	background-repeat: no-repeat;
}

#MENU #linki #link7 {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 159px;
	height: 40px;
	padding: 16 0 0 15px;
	background-image: url('images/menu_line.gif');
	background-repeat: no-repeat;
}

#CONTENT {
	width: 791px;
	text-align: left;
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
}

#CONTENT #topcontent1 {
	position: relative;
	width: 791px;
	height: 318px;
}

#CONTENT #topcontent2 {
	position: relative;
	width: 791px;
	height: 198px;
}

#CONTENT #topcontent1 #photo1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 354px;
	height: 318px;
	background-image: url('images/zdjecie.jpg');
	background-repeat: no-repeat;
}

#CONTENT #topcontent2 #photo2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 354px;
	height: 198px;
	background-image: url('images/zdjecie2.jpg');
	background-repeat: no-repeat;
}

#CONTENT #topcontent1 #logging1 {
	position: absolute;
	top: 0px;
	left: 354px;
	width: 437px;
	height: 318px;
	background-image: url('images/black.jpg');
	background-repeat: no-repeat;
}

#CONTENT #topcontent1 #logging1 #title1 {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 391px;
	height: 40px;
}

#CONTENT #topcontent1 #logging1 #petitionlabel {
	position: absolute;
	top: 60px;
	left: 15px;
	width: 407px;
}

#CONTENT #topcontent1 #logging1 #title2 {
	position: absolute;
	top: 126px;
	left: 0px;
	width: 197px;
	height: 40px;
}

#CONTENT #topcontent1 #logging1 #input1label {
	position: absolute;
	top: 187px;
	left: 15px;
}

#CONTENT #topcontent1 #logging1 #input1 {
	position: absolute;
	top: 185px;
	left: 70px;
	width: 272px;
	height: 20px;
}

#CONTENT #topcontent1 #logging1 #input2label {
	position: absolute;
	top: 217px;
	left: 15px;
}

#CONTENT #topcontent1 #logging1 #input2 {
	position: absolute;
	top: 215px;
	left: 70px;
	width: 272px;
	height: 20px;
}

#CONTENT #topcontent1 #logging1 #button {
	position: absolute;
	top: 246px;
	left: 249px;
	width: 96px;
	height: 22px;
}

#CONTENT #topcontent2 #logging2 {
	position: absolute;
	top: 0px;
	left: 354px;
	width: 437px;
	height: 198px;
	background-image: url('images/black2.jpg');
	background-repeat: no-repeat;
}

#CONTENT #topcontent2 #logging2 #title1 {
	position: absolute;
	top: 6px;
	left: 0px;
	height: 40px;
}

#CONTENT #topcontent2 #logging2 #input1label {
	position: absolute;
	top: 67px;
	left: 15px;
}

#CONTENT #topcontent2 #logging2 #input1 {
	position: absolute;
	top: 65px;
	left: 70px;
	width: 272px;
	height: 20px;
}

#CONTENT #topcontent2 #logging2 #input2label {
	position: absolute;
	top: 97px;
	left: 15px;
}

#CONTENT #topcontent2 #logging2 #input2 {
	position: absolute;
	top: 95px;
	left: 70px;
	width: 272px;
	height: 20px;
}

#CONTENT #topcontent2 #logging2 #button {
	position: absolute;
	top: 126px;
	left: 249px;
	width: 96px;
	height: 22px;
}

#CONTENT #topcontent2 #logging2 #logtext {
	position: absolute;
	top: 60px;
	left: 15px;
	color: #CCCCCC;
	line-height: 14px;
}

#CONTENT #topcontent2 #logging2 #loglink1 {
	position: absolute;
	top: 130px;
	left: 15px;
}

#CONTENT #topcontent2 #logging2 #loglink2 {
	position: absolute;
	top: 146px;
	left: 15px;
}

#CONTENT #topcontent2 #logging2 #loglink3 {
	position: absolute;
	top: 162px;
	left: 15px;
}

#CONTENT #topcontent2 #logging2 #loglink4 {
	position: absolute;
	top: 130px;
	left: 170px;
}

#CONTENT #topcontent2 #logging2 #buttonlogout {
	position: absolute;
	top: 158px;
	left: 320px;
	width: 96px;
	height: 22px;
}

#CONTENT #maincontent1 {
	position: relative;
	width: 791px;
	#height: 134px;
	height: 1px;
	margin: 22 0 22 0;
}

#CONTENT #maincontent1 #box1 {
	position: absolute;
	width: 353px;
	height: 134px;
	top: 0px;
	left: 0px;
	padding: 0 10 0 10;
	background-image: url('images/kreski1.gif');
	background-repeat: repeat-y;
}

#CONTENT #maincontent1 #box2 {
	position: absolute;
	width: 438px;
	height: 134px;
	top: 0px;
	left: 353px;
	padding: 0 10 0 10;
	background-image: url('images/kreski1.gif');
	background-repeat: repeat-y;
}

#CONTENT #maincontent2 {
	position: relative;
	width: 791px;
	padding: 22 0 22 24;
}

#CONTENT #maincontent2 #box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 767px;
	height: 56px;
	padding: 0 0 0 0;
	background-color: #F0F0F0;
}

#CONTENT #maincontent2 #box #bigstep1 {
	position: absolute;
	top: 4px;
	left: 5px;
}

#CONTENT #maincontent2 #box #bigstep1text {
	position: absolute;
	top: 19px;
	left: 65px;
	font-weight: bold;
}

#CONTENT #maincontent2 #box #line1 {
	position: absolute;
	top: 5px;
	left: 330px;
	width: 1px;
	height: 46px;
	background-color: #999999;
}

#CONTENT #maincontent2 #box #nextstep2 {
	position: absolute;
	top: 9px;
	left: 335px;
}

#CONTENT #maincontent2 #box #nextstep3 {
	position: absolute;
	top: 9px;
	left: 375px;
}

#CONTENT #maincontent2 #box #nextstep4 {
	position: absolute;
	top: 9px;
	left: 415px;
}

#CONTENT #maincontent2 #box #prevstep1 {
	position: absolute;
	top: 9px;
	left: 5px;
}

#CONTENT #maincontent2 #box #line2 {
	position: absolute;
	top: 5px;
	left: 47px;
	width: 1px;
	height: 46px;
	background-color: #999999;
}

#CONTENT #maincontent2 #box #bigstep2 {
	position: absolute;
	top: 4px;
	left: 53px;
}

#CONTENT #maincontent2 #box #bigstep2text {
	position: absolute;
	top: 19px;
	left: 114px;
	font-weight: bold;
}

#CONTENT #maincontent2 #box #line3 {
	position: absolute;
	top: 5px;
	left: 370px;
	width: 1px;
	height: 46px;
	background-color: #999999;
}

#CONTENT #maincontent2 #box #prevstep2 {
	position: absolute;
	top: 9px;
	left: 45px;
}

#CONTENT #maincontent2 #box #line4 {
	position: absolute;
	top: 5px;
	left: 87px;
	width: 1px;
	height: 46px;
	background-color: #999999;
}

#CONTENT #maincontent2 #box #bigstep3 {
	position: absolute;
	top: 4px;
	left: 93px;
}

#CONTENT #maincontent2 #box #bigstep3text {
	position: absolute;
	top: 19px;
	left: 154px;
	font-weight: bold;
}

#CONTENT #maincontent2 #box #line5 {
	position: absolute;
	top: 5px;
	left: 410px;
	width: 1px;
	height: 46px;
	background-color: #999999;
}

#CONTENT #maincontent2 #box #prevstep3 {
	position: absolute;
	top: 9px;
	left: 85px;
}

#CONTENT #maincontent2 #box #line6 {
	position: absolute;
	top: 5px;
	left: 127px;
	width: 1px;
	height: 46px;
	background-color: #999999;
}

#CONTENT #maincontent2 #box #bigstep4 {
	position: absolute;
	top: 4px;
	left: 133px;
}

#CONTENT #maincontent2 #box #bigstep4text {
	position: absolute;
	top: 19px;
	left: 194px;
	font-weight: bold;
}

#FOOTER {
	clear: both;
	width: 950px;
	height: 26px;
	background-color: #F0F0F0;
}

#FOOTER #nvsi {
	position: relative;
	width: 950px;
	height: 26px;
	text-align: center;
	padding: 5 10 5 10;
}
