body {
	text-align: center;
	background-color: #feaa62;
	color: #111;
	font-family: Arial, sans-serif;
	margin-top: 22px;
}

/* Klasa do likwidacji caps locków*/

.capsy{
text-transform: uppercase;
}

/* LAYOUT */

#wrapper {
	width: 850px;
	margin: 0 auto;
	overflow: auto;
}
#bg-top {
	width: 850px;
	height: 149px;
	background: #feaa62 url(img/top.png) no-repeat top left; 
}
#sidebar {
	width: 205px;
	height: 375px;
	float: left;
	display: block;
}
#bg-left {
	display: block;
	width: 205px;
	height: 375px;
	background: #feaa62 url(img/menu.png) no-repeat top left;
}
#content {
	width: 645px;
	height: 375px;
	float: left;
	display: block;
	background: #fff url(img/right.png) no-repeat top right;
}
#text {
	display: block;
	width: 590px;
	padding: 10px;
	height: 355px;
	overflow: auto;
	text-align: left;
}
#bg-bottom {
	clear: both;
	width: 850px;
	height: 76px;
	background: #feaa62 url(img/bottom.png) no-repeat top left;
	position: relative; 
}
#bg-bottom .de,
#bg-bottom .en {
	position: absolute;
	width: 22px;
	height: 11px;
	bottom: 34px;
}
#bg-bottom .de {
	right: 86px;
}
#bg-bottom .en {
	right: 62px;
}

/* CONTENT */

#footer {
	width: 800px;
	margin: 10px auto 20px auto;
	padding-top: 10px;
	list-style: none;
	text-align: center;
	border-top: 1px dotted #333;
}
#footer li {
	display: inline;
	font-size: 11px;
}
#footer a {
	color: #111;
	padding: 0 3px;
}

#text {
	font-size: 12px;
	line-height: 18px;
}
#text h1 {
	color: #feaa62;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;	
}
#text p {
	margin-bottom: 1em;
	text-align: justify;
}
#text ul {
	margin-bottom: 1em;
	list-style: disc;
	padding-left: 3em;
}
