/* CSS Document */
span.description {
	display: block;
	float: left;
	clear: both;
	margin-top: 10px;
	width: 200px;
}
a.button, a.button:visited {
	background-image:url("../grafika/layout/przycisk_nieb.gif");
	width: 130px;
	height: 22px;
	color: white;
	display:block;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	]margin-top: 5px;
	line-height: 19px;
	font-weight: bold;
}
a.button:hover {
	color: #e2e1e6;
}
table.praca {
	width: 100%;
	border-width: 0px;
	margin: 10px 0px 10px 0px;
}
.praca td {
	width: 50%;
	padding: 10px 10px 10px 0px;
}
td.stanowisko {
	border-width: 0px;
	background: #0666a5;
	color: #fff;
}
td.kontakt {
	border-width: 0px;
	background: #fff;
}
.stanowisko h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: 900;
	margin: 0px;
	padding: 0;
}
.praca h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
}