body {
	background:	 #ddddc8 url('bg-menu.png') top repeat-x;
	padding:	0px 0px 0px 240px;
	font-family: sans;
	font-size: 14px;
	margin: 0px;
}
#content {
	background: #f5f5dc url('bg-main.png') top repeat-x;
}
#content_inside {
	background: url('cien.png') 100% 400px no-repeat;
	margin: 0px;
	padding:	100px 15px 70px 15px;
	min-height: 1500px;
	_height: expression(this.scrollHeight < 1501 ? "1500px" : "auto");
}
h1 {
	text-decoration: none;
	font-size:28px;
	padding-bottom: 5px;
	border-bottom: #a09773 solid 1px;
}
h2	{
	font-size: 20px;
	margin-top:	50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1, h2 {
	font-weight: lighter;
	clear: both;
}
img {
	border: 0px;
}
a, html {
	color: black;
}
a {
	text-decoration: none;
	border-bottom: 1px dashed #999;
}
a:hover {
	border-bottom-style: solid;
}
hr {
	background: #a09773;
	height:         1px;
	border:         0 none;
	margin:         0.4em 8ex 0.4em 0em;
}

/**	SIDEBAR	**/
#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	padding: 20px 0px 20px 0px;
}
#sidebar img {
	margin-left: 20px;
}
#sidebar ul, #sidebar li {
	padding: 0px;
	margin: 0px;
}
#sidebar ul#menu {
	font-family: sans;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: lighter;
	margin: 30px 0px 30px 30px;
}
#sidebar ul#menu li {
	list-style-type: none;
}
#sidebar ul#menu, ul#menu ul {
	padding:	0px 0px 0px 15px;
}
#sidebar ul#menu ul li {
	font-size: 11px;
	border-left: 3px solid #A3A394;
	padding-left: 8px;
}
#sidebar ul#menu strong {
	xbackground: yellow;
	font-weight: bold;
}
#sidebar a {
	text-decoration: none;
	border: 0px;
}
#sidebar ul#menu ul {
	margin-bottom:	10px;
}
#sidebar .hide ul {
	display:none;
}
#sidebar .hide {
	cursor: pointer;
}	


#partnerzy {
	text-align: center;
	margin: 40px 20px 20px -20px;
}
#partnerzy p {
	margin-top:	15px;
}


/**	INNE	**/
#loginoptions {
	display:block;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 0.7em;
	text-align:	right;
}
#motto {
	position: absolute;
	right: 200px;
	top: 50px;
	display:block;
	text-align: right;
}

/**	module:news	**/
.news-info {
	font-size: 0.7em;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/**	FOOTER	**/
#footer {
	margin: 0px -0px 0px -240px;
	background:	#E6E6CD;
	padding:	15px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
}

#chanibal {
	text-align: right;
	font-size: 0.6em;
	line-height: 0px;
}
#chanibal a {
	color:	#888;
	border:none;
}
.guests {
	font-size: 0.66em;
	text-align: center;
	padding:	30px;
}

.page-width {
	width: 100%;
}

