* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
}

body {
	background-image: url("images/bg_top.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:focus {
	outline: medium none;
}

a img {
	border: 0 none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 100%;
	z-index: 2;
	overflow: hidden;
	margin-bottom: -276px;
}

#header {
	position: relative;
	width: 100%;
	height: 222px;
}

h1 {
	display: block;
	float: left;
	margin-top: 68px;
	text-indent: -5000px;
	width: 300px;
}

.hdr_logo {
	position: absolute;
	left: 115px;
	top: 130px;
	height: 73px;
	width: 175px;
}

#kontakt_top {
	text-align: right;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 50px;
	top: 25px;
	font-size: 14px;
}

#kontakt_top a {
	font-weight: bold;
	color: #784B84;
}

#btn_kontakt {
	background-image: url("images/btn_kontakt.png");
	background-position: center top;
	top: 80px;
	right: 50px;
	display: block;
	height: 25px;
	overflow: hidden;
	position: absolute;
	width: 98px;
}

#btn_kontakt:hover {
	background-position: center bottom;
}

#middle {
	position: relative;
	width: 860px;
	padding: 0 50px;
	z-index: 5;
}

.naglowek {
	color: #784B84;
	font-weight: bold;
	text-align: justify;
	font-size: 12px;
	line-height: 14px;
}

.tekst {
	text-align: justify;
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px;
}

#kontakt {
	color: #666666;
	margin-left: 290px;
	margin-top: 30px;
	float: left;
	width: 150px;
}

#kontakt h4 {
	color: #784B84;
}

.pogrubienie {
	font-weight: bold;
}

#kontakt a {
	font-weight: bold;
	color: #784B84;
}

#formularz {
	float: right;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-top: 30px;
	width: 450px;
	margin-right: 19px;
}

#tresc {
	background-image: url("images/form_text.png");
	border: medium none;
	margin-top: 3px;
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px;
	height: 62px;
	width: 409px;
}

.formpole {
	background-image: url("images/form_pole.png");
	border: medium none;
	font-size: 11px;
	font-family: Tahoma;
	padding: 5px;
	width: 409px;
	height: 14px;
}

.formlook {
	line-height: 20px;
}

#wybranerealizacje {
	background-image: url("images/wybranerealizacje.jpg");
	height: 30px;
	margin-top: 45px;
}

.btn_submit {
	background-image: url("images/btn_submit.jpg");
	background-position: center top;
	height: 25px;
	width: 86px;
	border: medium none;
	margin-top: 3px;
	text-indent: -1000px;
}

.btn_submit:hover {
	background-position: center bottom;
}

.btn_reset {
	background-image: url("images/btn_reset.png");
	background-position: center top;
	height: 25px;
	width: 86px;
	border: medium none;
	margin-top: 3px;
	text-indent: -1000px;
}

.btn_reset:hover {
	background-position: center bottom;
}

.projekt {
	width: 100%;
	margin-top: 30px;
	height: 208px;
}

.image {
	float: left;
	width: 606px;
	margin-right: 14px;
}

.image:hover {
	background-color: #784B84;
}

.opis h3 {
	color: #784B84;
	font-weight: normal;
	font-size: 24px;
}

.opis a:hover {
	text-decoration: underline;
}

#ftr_bg {
	background: url("images/bg_footer.jpg") repeat scroll center bottom transparent;
	height: 276px;
	position: relative;
	width: 100%;
	margin-top: 40px;
}

#footer {
	background-position: center bottom;
	background-repeat: repeat-x;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 276px;
	width: 960px;
	z-index: 1;
	color: #FFFFFF;
	overflow: hidden;
}

#clearfooter {
	clear: both;
	height: 276px;
}

#ftr_menu {
	position: relative;
	margin-left: 50px;
}

#ftr_menu a {
	text-align: left;
	display: inline;
	white-space: nowrap;
	color: #943C06;
	margin: 25px 10px 0;
}

#ftr_copyright {
	margin-left: 60px;
	margin-top: 40px;
}

#ftr_indivo {
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
}

#ftr_indivo a {
	font-weight: bold;
	color: #DF5ED3;
}

#ftr_indivo a:hover {
	font-weight: bolder;
}

#indivo {
	background-image: url("images/indivo.png");
	background-position: center bottom;
	display: block;
	overflow: hidden;
	height: 16px;
	width: 72px;
	position: absolute;
	left: 50px;
	bottom: 15px;
}

#indivo:hover {
	background-position: 0 top;
}


