html {
	background: #ededed url(img/bg.png) repeat-y;
	background-position: center;
}

body {
	margin: 0 0 12px 0;
	padding: 0;
}

#lang-menu {
	background: #ededed url(img/top.png) no-repeat;
	background-position: center;
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding: 0 0 0 160px;
	width: 612px;		/*<img.width=772> - <padding-left=160>*/
	position: absolute;
	top: 12px;			/*<body.magin-bottom>*/
}

#lang-menu img {
	width: 16px;
	height: 11px;
	margin: 10px 0 0 8px;
}

a img {
	border-style: none;
}

#header {	
	background: #ececbe url(img/head.png) repeat-x;
	text-align: center;
	height: 60px;
	margin-top: 38px;	/*<lang-menu.height=21> + <lang-menu.padding-top=5> + <lang-menu.top=12>*/
}

h1 {
	background: url(img/logo.png) no-repeat;
	text-indent: 170px;
	font: bold 18px verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 60px;
	height: 60px;
	width: 772px;
 	margin: 0 auto;
}

div#container {
	background: url(img/content.png) repeat-y;
	width: 772px;
	margin: 0 auto;
	padding: 1em 0 0 0;
}

#content {
	float: right;
	width: 590px;
	margin: 0 4px .3em 0;	/*widoczne tło*/
 	background-color: #fff;
}

#footer {
	clear: both;
	text-align: center;
	padding-left: 160px;
	font-size: 10px;
	background: #ededed url(img/bottom.png) no-repeat;
	height: 26px;
}


h2 {
	font: bold 20px Georgia, serif;
	color: #555;
	padding: 0 0 .2em 0;
	margin: 0 20px .5em 15px;
	border-bottom:2px solid #ddd;
}

h3 {
	font: bold 16px Georgia, serif;
	color: #555;
	padding: 0 0 .2em 0;
	margin: 0 20px .2em 15px;
	/* border-bottom:1px solid #ddd; */
}

h3 strong, .important {
	color: red;
}

h4 {
	font-size: 15px;
	line-height: 19px;
}

p, #content ul {
	margin: 0 1.1em .5em 1.1em;
	padding: 0;
	font: 15px/19px Arial, Helvetica, Verdana, sans-serif;
}

#content ul {
	list-style-type: circle;
}

#content ol, #content dl {
	font: 15px/19px Arial, Helvetica, Verdana, sans-serif;
	margin-right: 1.1em;
}

#content dt {
	margin: 0 1.1em;
	font-style: italic;
}

#content dd {
	padding: 0 1.1em;
	margin-bottom: 5px;
}

small {
	font-size: 60%;
}

#content small {
	margin: 0 15px;
}

#content p small, #content ol li small {
	margin: 0;
}

#menu {
	float: left;
	width: 171px;
	padding: 0;
	margin: 0;
	font: 16px Tahoma, Georgia, serif;
}

ul#menulist {
	text-align: left;
	text-indent: 18px;
	list-style: none;
	padding: 0 0 0 26px;
	margin: 0;
}

ul#menulist li {
	margin: 0;
	padding: 0;
}

ul#menulist li a {
	display: block;
	width: 100%;
	padding: .3em 0;
	border-width: 1px;
	border-color: #d5e8fa #aaab9c #ccc #b9d8f7;
	border-style: solid;
	color: #66a9ed;
	text-decoration: none;
	background: #4573a1 url(img/button.png) repeat-x;
}

#navcontainer>ul#menulist li a { width: auto; }

ul#menulist li#active a {
	background: #568fc8 url(img/active.png) repeat-x;
	color: #fff;
}

ul#menulist li a:hover, ul#menulist li#active a:hover {
	color: #4573a1;
	background: #aacbed;
	border-color: #aaab9c #fff #aaab9c #ccc;
}