html {
	margin: 0px;
	padding: 0px;
	background-color: #011b36;
}
body {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #011b36;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body a {
	color: #FFFFFF;
	text-decoration: underline;
}
body a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.clear {
	clear: both;
}
.naglowek {
	font-size: 20px;
	color: #FF9900;
	padding-left: 72px;
}
.naglowek_site {
	font-size: 20px;
	color: #FF9900;
	//padding-left: 154px;
}


#main {
	width: 100%;
	position: relative;
}
#top {
	height: 100px;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #152f4a;
}
#header {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
}
#header img {
	float: left;
	padding-top: 15px;
}
#header p {
	color: #FFFFFF;
	float: right;
	font-size: 24px;
	padding-top: 50px;
	padding-bottom: 10px;
}
#header p a {
	color: #FFFFFF;
	text-decoration: none;
}
#header p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#header span {
	color: #ff9900;
}
#header span a {
	color: #ff9900;
	text-decoration: none;
}
#header span a:hover {
	color: #ff9900;
	text-decoration: underline;
}
#login {
	width: 100%;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #152f4a;
}
#login_center {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#login_center p {
	float: right;
}
#login_center span {
	color: #FF9900;
}
#login_center a {
	text-decoration: none;
}
#login_center a:hover {
	text-decoration: none;
	color: #CCCCCC;
}


#content {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
}
#content p {
	text-align: justify;
	padding-bottom: 15px;
}

#content #left {
	float: left;
	width: 200px;
}
#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left li a {
	display: block;
	background-color: #152f4a;
	padding: 12px;
	text-decoration: none;
	width: 176px;
	color: #2785b4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #31475f;
}
#left li a:hover {
	color: #FF9900;
	text-decoration: none;
}
#left li li a {
	background-color: #011327;
	color: #FFFFFF;
	padding-left: 22px;
	width: 166px;
}
#left li li a:hover {
	color: #999999;
	text-decoration: none;
}
#left .select a {
	background-color: #2785b4;
}
#content #right {
	float: right;
	width: 580px;
}

.button_ok a {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 20px;
	width: 35px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
}
.button_ok a:hover {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.button_zapisz a {
	background-image: url(../images/button_zapisz.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 20px;
	width: 60px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
}
.button_zapisz a:hover {
	background-image: url(../images/button_zapisz.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.button_anuluj a {
	background-image: url(../images/button_anuluj.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 20px;
	width: 60px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
}
.button_anuluj a:hover {
	background-image: url(../images/button_anuluj.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
form {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
form p {
	margin: 0px;
	clear: left;
	padding-bottom: 15px;
}
form label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}
form input {
	font-size: 12px;
	background-color: #152f4a;
	border: 1px solid #2d4156;
	width: 180px;
	color: #FFFFFF;
	padding: 2px;
}
form select {
	font-size: 12px;
	background-color: #152f4a;
	border: 1px solid #2d4156;
	width: 185px;
	color: #FFFFFF;
	padding: 2px;
}
form .button_anuluj {
	float: left;
	margin-right: 15px;
	padding-left: 205px;
}
form .button_zapisz {
	float: left;
}



.box_logowanie .button_ok {
	padding-left: 194px;
}
.box_logowanie form {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
}
.box_logowanie p {
	margin: 0px;
	clear: left;
	padding-bottom: 15px;
}
.box_logowanie label {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
}
.box_logowanie input {
	font-size: 12px;
	background-color: #152f4a;
	border: 1px solid #2d4156;
	width: 150px;
	color: #FFFFFF;
	padding: 2px;
}
.box_logowanie .button_ok {
	padding-left: 194px;
}
form textarea {
	font-size: 12px;
	background-color: #152f4a;
	border: 1px solid #2d4156;
	width: 180px;
	color: #FFFFFF;
	padding: 2px;
}

p.dodaj_pozycje a {
  text-decoration: none;
}
