* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: tahoma, sans-serif;
}

body {
	font-family: tahoma,sans-serif;
	font-size: 12px;
	color: #333;
	background: #908CA2 url('../images/bg_site.jpg') no-repeat;
	height: 100%;
}

p {
	margin-bottom: 10px;
	line-height: 16px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin: 0 0 10px 0;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	margin: 0 0 10px 0;
}

img {
	display: block;
}

.bigBottomMargin {
	margin-bottom: 20px;
}

.bigTopMargin {
	margin-top: 20px;
}

.smallBottomMargin {
	margin-bottom: 10px !important;
}

.smallTopMargin {
	margin-top: 10px !important;
}

.noBottomMargin {
	margin-bottom: 0px !important;
}

.bigVMargins {
	margin: 20px 0;
}

.bigFont {
	font-size: 12px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 216px;
	position: relative;
}

#footer {
	position: relative;
	clear: both;
	height: 137px;
	font-size: 9px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 7px;
}

#content {
	background: url('../images/bg_main_dwie-kolumny.png');
	position: relative;
	width: 1000px;
}

#leftColumn {
	width: 630px;
}

#rightColumn {
	width: 230px;
}

.column {
	float: left;
	padding: 20px 35px;
}

.clear {
	clear: both;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}

#spmpLogo {
	position: absolute;
	top: 43px;
	right: 14px;
}

#slogan {
	position: absolute;
	top: 55px;
	left: 443px;
}

#ipmaLogo {
	position: absolute;
	top: 35px;
	left: 18px;
}

#links {
	position: absolute;
	top: 32px;
	left: 112px;
}

#footerMenu {
	position: absolute;
	top: 32px;
	left: 413px;
	list-style: none;
}

#footerMenu li {
	float: left;
}

#creator {
	position: absolute;
	top: 32px;
	right: 12px;
	width: 132px;
}

#creator a {
	position: absolute;
	top: 1px;
	right: 0;
	display: block;
	background: url('../images/logo_2pigroup.png');
	height: 20px;
	width: 40px;
}

#creator a span {
	display: none;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

ul.links, ul.arrowed {
	list-style: none;
	margin: 10px 0 20px 0;
	font-size: 11px;
}

ul.links li, ul.arrowed li {
	margin-bottom: 2px;
	position: relative;
}

ul.links span {
	padding-left: 5px;
	color: #858688;
}

ul.links li a, ul.arrowed li span, ul.arrowed li a, a.white {
	font-size: 11px;
	color: #333;
	line-height: 17px;
	text-decoration: none;
	background: #F9F9FA url('../images/icon_raquo_low.png') no-repeat 4px 3px;
	padding: 1px 4px 1px 16px;
	border: 1px solid #F9F9FA;
}

ul.links li a:hover, ul.arrowed li a:hover, a.white:hover {
	background-color: #333333;
	color: #fff;
	border: 1px solid #fff;
}

.small {
	font-size: 10px;
}

.grey {
	color: #858688;
}

.whiteBorder {
	border: 1px solid #fff;
}

.floatRight {
	float: right;
	width: 182px;
	margin-left: 70px;
}

.floatRightU {
	float: right;
	margin-right: 20px;
}

.floatRightNormal {
	float: right;
	width: 300px;
	margin-left: 0px;
}

.floatRightDesc {
	float: right;
	width: 455px;
	padding-bottom: 30px;
}

#leftColumn .floatRightDesc p {
	width: 455px;
}

#leftColumn p {
	width: 550px;
}

.block {
	display: block;
}

.hidden {
	display: none;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

.floatLeft {
	float: left;
	margin-right: 35px;
}

.floatLeftNormal {
	float: left;
	margin-right: 0px;
}

.right {
	text-align: right;
}

.bigRightMargin {
	margin-right: 20px !important;
}

ul.arrowed li p {
	margin-left: 17px;
}

ul.faq li {
	margin-bottom: 20px;
}

ul.faq li p {
	margin-top: 5px;
	font-size: 12px;
}

ul.faq li a.simple {
	font-size: 12px;
}

ul.arrowed li a.simple, a.simple {
	border: none;
	border-bottom: 1px dotted #551A8B;
	background: none;
	text-decoration: none;
	color: #551A8B;
	padding: 2px 0;
}

ul.arrowed li a.simple:hover, a.simple:hover {
	border-bottom: 1px dotted #551A8B;
	background: #E0DAE7;
	padding: 2px 0;
	color: #551A8B;
	text-decoration: none;
}

form label {
	display: block;
	padding: 3px 10px 3px 0px;
	float: left;
	text-align: right;
	width: 100px;
	clear: left;
	color: #858688;
}

form input, form select {
	padding: 3px;
	width: 280px;
	font-size: 12px;
	border: 1px #fff solid;
}

form select {
	padding: 2px 3px;
}

form .error {
	border: 1px #f00 solid !important;
}

form p, form div.p {
	clear: both;
}

form textarea, textarea {
	padding: 3px;
	font-size: 12px;
	width: 280px;
	height: 100px;
	border: 1px #fff solid;
}

form textarea.error {
	border: 1px #f00 solid;
}

form input.submit {
	border: 0;
	margin: 5px 0 0 337px;
	padding: 0px;
	cursor: pointer; /* hand-shaped cursor */
	width: 59px;
	height: 23px;
	background: url('../images/button_wyslij.png') no-repeat 5px 5px;
}

form div.status {
	display: none;
	width: 380px;
	padding: 10px;
	background: #fff;
	text-align: center;
	font-size: 11px;
}

form div.errorStatus {
	border: 1px solid #f00;
}

form div.completedStatus {
	display: block;
	border: 1px solid #0f0;
}

div.smallRotationBox {
	width: 110px;
	height: 49px;
	overflow: hidden;
}

div.honorowiBox {
	float: left;
}

div.medialniBox {
	float: right;
}

div.smallRotationBox a {
	display: block;
	width: 110px;
	height: 49px;
}

div.noRotationBox a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

div.noRotationBox a.right {
	margin-right: 0;
}

code {
	font-family: monospace;
	font-size: 11px;
	padding: 5px;
	display: block;
	background: #fff;
}

div.mowca a {
	color: #333;
	outline: none
}