html, body {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

/* header */

#header {
	width: 900px;
	height: 94px;
	background: transparent url('../images/top_bg.jpg') no-repeat;
	margin: 0 auto;
	color: #FFFFFF; 
	font-size: 11px;
}

#header h1 {
	margin: 0;
	padding: 25px 0 0 45px;
}

#header p {
	margin: 2px 0 0 45px;
	padding: 0;
	color: #FFFFFF; 
	font-family: Tahoma, Arial;
}

#header .logos {
	float: right;
	padding: 22px 94px 0 0;
}

#header img {
	border: none;
}

/* footer */

#footer {
	width: 810px;
	height: 30px;
	color: #4c4c4c;
	font-size: 11px;
	background: transparent url('../images/footer_bg.gif') no-repeat;
	margin: 0 auto;
	padding: 17px 45px 0;
}

#footer p.copyright {
	margin: 0;
	padding: 0;
	float: left;
}

#footer p.info {
	margin: 0;
	padding: 0;
	float: right;
}

#footer p.info a {
	color: #4c4c4c;
}

/* content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #fff url('../images/container1_bg.gif') repeat-y 50% 0;
}

#content1 {
	width: 900px;
	margin: 0 auto;
	background: #fff url('../images/container3_bg.gif') repeat-y 50% 0;
}

#content.subpage {
	width: 900px;
	margin: 0 auto;
	background: #fff url('../images/container2_bg.gif') repeat-y 50% 0; 
}

/* right bar */

.rightbar {
	width: 242px;
	float: right;
}

.rightbar.main {
	height: 268px; 
	background: transparent url('../images/polityka_cutten.gif') no-repeat 100% 100%;
}

.subpage .rightbar {
	width: 232px;
	padding-right: 10px;
	background: transparent url('../images/sub_rightbar_bg.jpg') no-repeat;
}

.rightbar ul {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #4c4c4c;
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.rightbar ul li {
	margin: 0 2px 0 2px;
	padding: 4px 0 4px 30px;
	border-top: 1px solid #c3c3c3;
	background: transparent url('../images/list_square.gif') no-repeat 0 55%;
}

.rightbar ul li a {
	color: #4c4c4c;
	text-decoration: none;
}

.rightbar ul li a:hover {
	text-decoration: underline;
}

.rightbar ul li.first {
	border: 0px;
}

/* separator */

#separator {
	width: 899px;
	height: 10px;
	background: #eaeaea;
	margin: 0 auto;
	border-left: 1px solid white;
	clear: both;
}

#subseparator {
	width: 899px;
	height: 18px;
	background: #f2f2f2;
	margin: 0 auto;
	border-left: 1px solid white;
	clear: both;
}

#tip {position:absolute;font: Tahoma 10px normal;padding:10px;background-color: #FEFEFE;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid silver;}
#tip div {color:black;}
#offer {width:590px;overflow:hidden;margin-left:28px;margin-top:10px;}