#container {
	background-image: url(../images/tile_1.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
#header {
  width: 100%;
  height: 108px;
  text-align: right;
  background-color: #FDE09E;
}
#content {
	background-image: url(../images/meska_glowna.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#left {
  float: left;
  width: 394px;
  height: 412px;
  display: inline;
  background-image: url(../images/glowna_image.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  /* border: 1px solid red; */
}
#main {
	float: right;
	width: 500px;
	height: auto !important;
	height: 412px;
	min-height: 412x;
	display: inline;
	position: relative;
}

#main h1 {
	margin-top: 75px;
	padding-bottom: 10px;
	background-image: url(../images/linia.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#main img {
	padding-right: 10px;
}
#footer {
	top: 0;
	clear: both;
	width: 100%;
	height: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer ul {
	top: 5px;
	bottom: 0;
	margin: 0;
	padding: 0;
	position: relative;
	/* border: 1px solid red; */
}
#footer li {
  display: inline;
  padding: 0 3px 0 3px;
  border-right: dotted 1px #874330;
}
#footer a, #footer a:hover {
  color: #874330;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

/* style dla modulow */

.modul {
	left: 20px;
	width: 400px !important;
	width: 420px;
	height: auto !important;
	height: 20px; /* IE */
	min-height: 20px;
	background-color: #fee5ad;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	/* border: 1px solid red; */
}
.modul p {
	margin: 0;
	padding: 0;
}
.modul img {
	margin: 0 10px 6px 0;
}
.modul a {
	text-decoration: none;
}
.modul-wiecej {
	bottom: 0;
	right: 0;
	float: right;
}


















