@charset "utf-8";
/* CSS Document */
html, body {
	background: url(gfx/bg1.GIF) repeat-x;
	background-color: #e1dec3;
	color: #35342d;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Tahoma;
}

img {border:0; }

#drugieTlo {
	background: url(gfx/bg2.GIF) top repeat-x;
	position: absolute;
	z-index: 10; /* 10 jest mniejsze od 100, więc będzie pod obrazkiem */
	width: 50%; /* połowa strony */
	height: 421px; /* wysokość tła */
	top: 0;
	right: 0; /* dzięki tym dwom atrybutom, nasz div ląduje po prawej części strony */
}

#site {
	text-align: center;
	width: 760px;
	margin:0px auto;
	position:relative;
	z-index: 100;
}

#top {
	text-align: left;
	width: 760px;
	height: 116px;
	margin:0px auto;
	position:relative;
}

#middle {
	text-align: left;
	width: 760px;
	height: 305px;
	margin:0px auto;
	position:relative;
}

#mid1 {
	width: 760px;
	height: 63px;
	clear: both;
}

#mid2 {
	float: left;
	overflow: hidden;
	width: 458px;
	height: 242px;
}

#mid3 {
	float: left;
	overflow: hidden;
	width: 282px;
	height: 242px;
	padding: 20px 10px 20px 10px;
	color: #fff;
	text-align: left;
}

.mid3:link, .mid3:visited {
	color: #fff;
	text-decoration: none;
}

.mid3:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	text-align: center;
	width: 760px;
	margin:0px auto;
	position:relative;
	background-color: #fff;
	padding: 10px 0px 0px 0px;
}

#content2 {
	text-align: left;
	width: 720px;
	position:relative;
	padding: 10px 20px 40px 20px;
	background-color: #fff;

}

#left {
	text-align: left;
	width: 380px;
	float: left;
	overflow: hidden;
	padding: 0px 10px 40px 10px;

}

#line {
	text-align: left;
	width: 9px;
	height: 188px;
	float: left;
	overflow: hidden;
	background: url(gfx/_line.gif);

}

#right {
	text-align: left;
	width: 331px;
	float: left;
	overflow: hidden;
	padding: 0px 10px 40px 10px;
}

#bottom {
	text-align: left;
	height: 79px;
	clear: both;
	width: 760px;
	background: url(gfx/bg_bottom.gif);
}

#bottom2 {
	text-align: left;
	height: 4px;
	clear: both;
	width: 760px;
	background: url(gfx/bg3.gif);
}

#footer {
	clear: both;
	width: 100%;
	color: #6d6b59;
	text-align: center;
	background-color: #e1dec3;
	padding: 10px;
}

a:link, a:visited {
	color: #35342d;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.realizacje {
	text-align: center;
	width: 100%;
}

.p1 {
	position: relative; 
	left: 290px;
}

.p2 {
	position: relative; 
	left: 350px;
}

.p3 {
	position: relative; 
	bottom: 30px;
	left: 10px;
}

.p4 {
	position: relative; 
	top: 10px;
	left: 240px;
}

.t1 {
	position: relative; 
	bottom: 90px;
	left: 290px;
}

.t2 {
	position: relative; 
	bottom: 90px;
	left: 300px;
}

.t3 {
	position: relative; 
	bottom: 90px;
	left: 310px;
}

.t4 {
	position: relative; 
	bottom: 90px;
	left: 320px;
}

.t5 {
	position: relative; 
	bottom: 90px;
	left: 330px;
}

.a1 {
	 list-style-image: url(gfx/arrow.gif) 
}
