/* - OGÓLNIE - */
html, body {
	background: #FFF;
	margin: 0; padding: 0;
	font-size: 12px; color: #535353;
	font-family: Tahoma, Arial, sans-serif; 
}
body {
	margin: 0; padding: 0;
	background: url('bg_top.jpg') repeat-x 0 35px;
}
a:hover {
	text-decoration:underline;
}
a { 
	color:#0089C4;
	text-decoration:none;
}
img {
	border: 0;
}

h1, p, #navigation-top ul, #navigation-top ul li, #foot ul, #foot ul li, 
#menu, #menu ul, #menu li {
	margin: 0; padding: 0; list-style: none;
}

h1 span {
	position: absolute;
	top: -10000px;
	left: -1000px;
}
.clear {
	clear: both; width: 100%;
	display: block; height: 1px;
	font-size: 1px;
}
/* - LAYOUT - */
.site {
	width: 790px;
	padding: 0; margin: 0 auto;
	position: relative;
}

#navigation-top {
	overflow: hidden; height: 25px;
	padding: 10px 0 0 0;
}
#login {float: left;}

#navigation-top ul {
	float: right; overflow: hidden;
	margin: 0 0 0 -1px;
}
#navigation-top ul li {
	display: block; float: left;
	padding: 0 10px 0 10px;
	border-left: solid 1px #C8C8C8;
}
#navigation-top ul li a {
	color: #444;
}
#navigation-top-1st {
	border: none !important;
}
#top-container {
	width: 100%;
	background: url('top.jpg') no-repeat center;
}
#top {
	height: 166px; width: 790px;
	position: relative; margin: 0 auto;
}

h1 {
	position: absolute;
	top: 10px; left: 40px;
	width: 200px; height: 100px;
}
h1 a {display: block; height: 100px;}

#slogan {
	width: 400px; height: 150px;
	margin: 0 200px 0 400px; padding: 120px 0 0 0;
	font-size: 180%; font-weight: bold; color: #E5DCE5;
}

#content {
	overflow: hidden; padding: 20px 0 20px 0;
	clear: both;
}

#foot {
	width: 100%; clear: both;
	text-align: center; font-size: 9pt;
	padding: 15px 0 20px 0; color: #999;
	border-top: 1px solid #C4C4C4;
}
#foot ul {
	overflow: hidden;
	margin: 0 auto 15px auto; width: 670px;
}
#foot ul li {
	display: block; float: left;
	padding: 0 5px 0 5px;
	border-left: solid 1px #C8C8C8;
}
#foot a {
	color: #444;
	font-weight: bold;
}
#foot-1st {
	border: none !important;
}
#foot pre {text-align: left;}

/* - MENU - */
#menu {
	height: 21px; margin: 15px 0 0 5px;
	font-size:15px;
	border: 1px solid #C4C4C4; border-right: none;
	text-align: center; 
	width: 780px; /* dzieli się na 5 i 6*/
}
.menu-5 li {width: 156px;}
.menu-6 li {width: 130px;}
#menu a {
	display: block; height: 20px;
	padding: 1px 15px 0 15px;
	border-right: solid 1px #C4C4C4;
	color: #333; position: relative; z-index: 3;
}
#menu a:hover {text-decoration: none; color: #000;}

#menu li {
	float: left; position: relative;
	background: #fff;
}
#menu ul {
	display: none; width: 140px; 
	position: absolute; z-index: 5;
	top: 21px; left: 0;
	font-size: 12px;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	background: #fff;
}
#menu li:hover ul, #menu ul:hover {
	display: block;
}
#menu ul li {
	float: none; width: auto;
}
#menu ul li a {
	height: auto; width: auto;
	padding: 5px 0; z-index: 10;
	background: #fff;
	border-bottom: 1px solid #C4C4C4;
	border-right: none;
}
#menu ul li a:hover {
	background: #0089C4;
	color: #fff;
}
.with-sub {
	padding-right: 25px !important;
	background: url('arrow_do.gif') no-repeat right;
}
/* - CONTENT - */
h2 {
	font-size:1.5em; font-weight:normal;
	padding: 0 0 5px 0; margin: 4px 0 8px 0;
	color:#0089C4;;
}
h3{
	font-size: 1.2em;
	padding: 0; margin: 0 0 1em 0;
	clear: both;
}
h4 {
	font-size: 12pt;
}
p {
	margin: 0;
	padding: 0 0 0.5em 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
}
li {
	padding: 0 0 0.5em 0;
	margin: 0 0 0 30px;
}
hr {
	border: none;
	border-bottom: solid 1px #111;
	clear: both;
	color: #fff;
}

form {
	margin: 0; padding: 0;
	overflow: hidden; height: 100%;
	clear: both;
}
input, textarea, select {
	padding: 2px 4px;
	border-width: 1px; border-style: solid;
	border-color: #888 #DBDBDB #DBDBDB #888;
	background: #fff;	color: #444;_color: #000;
	font-size: 10pt; font-family: Tahoma, Arial, sans-serif; 
}
input:focus, textarea:focus, select:focus {
	background: #EEE;
}
.input, .textarea, .checkbox, .select, .select_inline {
	padding: 8px 10px; clear: both;
	overflow: hidden;_overflow: visible;
	height: auto;_height: 10px;
}
.input label, .textarea label, .checkbox label, .select label, .select_inline label {
	width: 200px;
	display: block; float: left;
	padding: 4px 0 5px 0;
	font-weight: bold; text-align: right;
}
.textarea label {
	width: 770px;
	float: none;
	text-align: left;
}
.input input, .input textarea, .select select {
	width: 540px;
	float: right;
}
.input textarea {
	height: 70px;
}
.select select, .select_inline select {
	width: 550px;
	height: 25px;
}
.textarea textarea {
	width: 770px;
	height: 150px;
	clear: both;
	margin: 3px 0 0 0;
}
.checkbox input {
	padding: 3px;
}

.submit {
	padding: 5px 10px;
	clear: both;
	overflow: hidden;_overflow: visible;
	height: auto;_height: 10px;
}
.input .submit {
	padding: 5px 0px 0px;
}
.submit input {
	float: right; 
	margin: 0 0 0 10px; padding: 4px 6px;
	background: #0089C4;	color: #ffffff;
	font-size: 11px;
	border-width: 1px; border-style: solid;
	border-color: #DBDBDB;
}
.select_inline {
	width: 445px;
}
.select_inline .submit {
	float: left; clear: none;
	padding: 0;
}
.select_inline label {
	width: 140px;
	text-align: left;
}
.select_inline select {
	float: left;
	width: 200px;
}

table.list {
	width: 100%;
	border: solid 1px #ccc;
	margin: 0 0 0.5em 0;
}
.list thead {
	background: #ddd;
	font-weight: bold;
	color: #111110;
}
.list tr:hover, .list tr:hover td {
	background: #DDD;
}
.list td {
	padding: 4px 7px;
	border: solid 1px #ccc;
	vertical-align: top;
}
.list_a td {
	background: #EAEAEA;
}
.list_b td {
}
.list_form_submit input {
	float: none;
}

.pager {
	clear: both; overflow: hidden; height: 100%;
	list-style: none;
	margin: 10px auto 1em auto;
	padding: 0; width: 170px;
	text-align: center;
}
.pager li {
	margin: 0; padding: 0;
	display: block; float: left;
	background: #111110;
	color: #fff;
}
.pager li a, .pager li span {
	display: block;
	float: left;
	border: none;
	padding: 4px 5px;
	background: #4C4C4B; 
	color: #FFF;
}
.pager li a:hover {
	border: none;
	background: #fff;
	color: #111110;
}

.errors, .passed, .warning {
	border: solid 1px #f43636;
	background: url('icons/dialog-error.gif') no-repeat 10px 5px #feebeb;
	list-style-type: square;
	padding: 7px 5px 7px 80px;
	margin: 0 30px 15px 30px;
	min-height: 45px;
	height: auto;_height: 45px;
}
.errors li, .passed li {
	margin: 0;
	padding: 3px 0;
}
.passed {
	border: solid 1px #178e17;
	background: url('icons/dialog-ok.gif') no-repeat 10px 5px #c2f6c2;
}
.warning {
	border: solid 1px #f57900;
	background: url('icons/dialog-warning.gif') no-repeat 10px 5px #fef6ef;
	padding: 10px 5px 10px 80px;
}
