
/* Kolory							*/
/* Zielony #a7cb3b		*/
/* Szary	 #888c92 		*/
/* pomar   #ff8000		*/

body
{
	margin: 0px;
	padding: 0px;
	background: #fff url(header.png) top left repeat-x;
	width: 100%;
	height: 100%;
	text-align: center;
}

#container
{
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

#content {
	margin-top: -25px;
	width: 100%;
	font: 0.7em Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}

#left {
	width: 580px;
	float: left;
}

#left ul {
	list-style-type: none;
	list-style-image: url(point2.png);
}

#right {
	width: 200px;
	float: right;
}

#right ul {
	margin: 0px;
	padding: 0px;
}

#right ul li {
	width: 200px;
	display: block;
	list-style-type: none;
	margin-bottom: 3px;
}

#right ul li a {
	display: inline-block;
	width: 200px;
	padding-left: 13px;	
	text-decoration: none;
	color: #444648;
	background: url(point2.png) 5px 4px no-repeat;
}

#right ul li a:hover
{
	background-color: #efefef;
}

#right a img {
	margin-left: 30px;
	margin-top: 10px;
	border: 1px solid #888c92;
}

#footer {
	clear: both;
	background: #fff url(dots.png) top left repeat-x;
	padding-top: 3px;
	font: 0.8em Verdana, Helvetica, sans-serif;
	text-align: right;
	color: #aaa;
}

#footer a, #footer a:active, #footer a:visited {
	text-align: right;
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#header {
	margin-top: 5px;
	padding-top: 13px;
	width: 100%;
	height: 110px;
	background-image: url(logo_header.gif);
	background-repeat: no-repeat;
}

#header form {
	text-align: right;
	color: #888c92;
	font: bold 0.7em Verdana, Helvetica, sans-serif;
}

#header input {
	color: #888c92;
	font: bold 0.7em Verdana, Helvetica, sans-serif;
}

#user {
	color: #ff8000;
}

#button_header {
	padding-bottom: 4px;
	* padding-bottom: -2px;
	border: 0px;
	background: transparent url(button_header.png) 0 0 no-repeat;
	width: 60px;
	height: 19px;
	*height: 17px;
	cursor: pointer;
}
	
#language {
	top: 56px;
	* top: 66px;
	right: 0px;
	position: absolute;
}

#language a {
	display: inline-block;
	width: 20px;
	height: 10px;
	padding: 0;
	margin: 0 0 0 5px;
	overflow: hidden;
}

a#pl, a#plnow {
	background: url(pl.png);
} 

a#en, a#ennow {
	background: url(en.png);
} 

a#pl:hover, a#en:hover, a#plnow, a#ennow { 
	background-position: 0 -10px;
}

#menu {
	top: 54px;
	* top: 58px;
	left: 0px;
	position: absolute;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	font: 0.8em Verdana, Helvetica, sans-serif;
}

#menu ul li {
	display: inline;
	list-style-type: none;
}

#menu ul li a {
	display: inline-block;
	height: 18px;
	padding: 0.2em 1em;
	text-decoration: none;
	color: #444648;
}

#current a:link, #current a:visited, #current a:active, #menu ul li a:hover
{
	background: #c2f031;
}

h1 {
	font: bold 1.4em Verdana, Helvetica, sans-serif;
	color: #ff8000;
	background: url(point.png) no-repeat;
	padding-left: 15px;
}

.news_title {
	font: bold 1.0em Verdana, Helvetica, sans-serif;
}
.news_date {
	color: #888c92;
}

#left form {
	margin-left: 50px;
}

#left form label {
	display: inline-block;
	font: inherit;
	text-align: right;
	width: 130px;
}

.form {
	margin-bottom: 4px;
	width: 200px;
	font-size: 0.9em;
	color: #888c92;
}

#more:link, #more:active, #more:visited {
	text-decoration: none;
	color: #ff8000;
	font-weight: bold;
}

#more:hover {
	text-decoration: underline;
}

table {
	table-layout: fixed;
	font: 1.0em Verdana, Helvetica, sans-serif;
}

th {
	font-weight: bold;
	background-color: #ff8000;
}

#i1 td {
	background-color: #ccc;
	font: inherit;
}

#i1 td:first-child +td +td +td +td {
	background-color: #fff;
	font: inherit;
}

#i2 td {
	background-color: #fff;
	font: inherit;
}

td:first-child, th:first-child {
	width: 100px;
}

td:first-child +td, th:first-child +th{
	width: 270px;
}

td:first-child +td +td, th:first-child +th +th{
	width: 50px;
	text-align: center;
}

td:first-child +td +td +td, th:first-child +th +th +th{
	width: 80px;
	text-align: center;
}

td:first-child +td +td +td +td, th:first-child +th +th +th +th{
	width: 30px;
	text-align: center;
}

textarea {
	width: 450px;
	height: 300px;
}