@CHARSET "UTF-8";
p {
	padding-bottom	: 30px;
	text-indent		: 20px;
}
div.content section {
	width			: 860px;
	padding			: 15px 50px 0 50px;
	float			: left;
}
	div.content section h2 {
		width			: 730px;
	}
	
aside {
	color			: #000;
	width			: 380px;
	padding			: 0 50px 20px 50px;
	float			: left;
}
	aside img {
		padding-bottom	: 25px;
	}
	aside h3 {
		font-size		: 1.45em;
		color			: #176a73;
		
	}
	aside h3 strong {
		font-family		: Swis721HvEU;
		color			: #992639;
	}
	
	a.fancy {
		margin			: 0 auto;
		display			: block;
		width			: 250px;
		height			: 0px;
		padding-top		: 40px;
		overflow		: hidden;
		background		: url(../img/lang/pol/tencel_btn.gif) 0 0 no-repeat;
		margin-bottom	: 25px;
	}
		aside.left a.fancy{
			background-image: url(../img/lang/pol/tencel_btn.gif);
		}
		aside.right a.fancy{
			background-image: url(../img/lang/pol/aloe_btn.gif);
		}
			a.fancy:hover {background-position:bottom;}

	aside.right ul {
		padding-top		: 25px;
	}
	aside.right ul li {
		float			: left;
		width			: 70px;
		padding-left	: 5px;
	}
	aside.right ul li a {
		display			: block;
		padding			: 8px 8px;
		background		: #e6eded;
		text-align		: center;
		color			: #992639;
		
		border-radius	: 5px;
		-moz-border-radius	: 5px;
		-webkit-border-radius	: 5px;
	}
	aside.right ul li a:hover {background: #bddada;}

