@import url('reset.css');

body {
	text-align: center;
	font-size: 12px;
	color: #676c6e;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url("../images/background.gif") repeat-x 0 0;
}
div {
	text-align: left;
}
p {
	line-height: 145%;
	margin: 0 0 12px;
}
a {
	color: #057db6;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #68a900;
}
button {
	cursor: pointer;
}
input, select, textarea {
	border: 1px solid #759dc4;
	padding: 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*---[ dodatkowe klasy, itp. ]-----------------------------------------------------------------------*/
.clear {
	clear: both;
}
.imgRight {
	border: 1px solid #e0dcd4;
	float: right;
	margin: 0 0 10px 15px;
}
.imgLeft {
	border: 1px solid #e0dcd4;
	float: left;
	margin: 0 15px 10px 0;
}
.toLeft {
	float: left;
}
.toRight {
	float: right;
}
.txtCenter {
	text-align: center !important;
}
.txtRight {
	text-align: right !important;
}
/*---[ content ]-----------------------------------------------------------------------*/
#wrapper {
	width: 936px;
	margin: 0 auto;
}
/*---[ top ]-----------------------------------------------------------------------*/
#top {
	height: 145px;
	position: relative;
	background: transparent url("../images/background-top.gif") no-repeat 0 0;
}
#top h1 {
	width: 243px;
	height: 47px;
	background: transparent url("../images/logo-masterm-group.gif") no-repeat 0 0;
	position: absolute;
	top: 56px;
	left: 74px;
}
#top h1 a {
	display: block;
	width: 243px;
	height: 47px;
	text-indent: -9999px;
}
#top a.linkLang {
    background: transparent url("../images/background-lang.gif") no-repeat 0 0;
    display: block;
    width: 57px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 20px;
    text-indent: -9999px;
}
#top a.linkLang:hover {
    background-position: 0 -17px;
}
#top a.linkMastermInvest {
    background: transparent url("../images/logo-masterm-investment.gif") no-repeat 0 0;
    display: block;
    width: 128px;
    height: 27px;
    position: absolute;
    right: 244px;
    top: 72px;
    text-indent: -9999px;
}
#top a.linkMastermSilski {
    background: transparent url("../images/logo-masterm-silski.gif") no-repeat 0 0;
    display: block;
    width: 130px;
    height: 27px;
    position: absolute;
    right: 93px;
    top: 72px;
    text-indent: -9999px;
}
#top a.linkJet {
    background: transparent url("../images/logo-jet-office.gif") no-repeat 0 0;
    display: block;
    width: 75px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 72px;
    text-indent: -9999px;
}
/*---[ content ]-----------------------------------------------------------------------*/
#content {
	height: 648px;
	position: relative;
	margin: 0 0 10px
}
#content a.linkInwestycjeDeweloperskie {
	background: transparent url("../images/inwestycje-deweloperskie.jpg") no-repeat 0 0;
    display: block;
    width: 461px;
    height: 283px;
    position: absolute;
    left: 2px;
    top: 35px;
    text-indent: -9999px;
}
#content a.linkInwestycjeDeweloperskie:hover {
	background-position: 0 -283px;
}
#content a.linkJetOffice {
	background: transparent url("../images/jet-office.jpg") no-repeat 0 0;
    display: block;
    width: 461px;
    height: 283px;
    position: absolute;
    left: 470px;
    top: 35px;
    text-indent: -9999px;
}
#content a.linkJetOffice:hover {
	background-position: 0 -283px;
}
#content a.linkGeneralneWykonawstwo {
	background: transparent url("../images/generalny-wykonastwo.jpg") no-repeat 0 0;
    display: block;
    width: 583px;
    height: 240px;
    position: absolute;
    left: 2px;
    top: 345px;
    text-indent: -9999px;
}
#content a.linkGeneralneWykonawstwo:hover {
	background-position: 0 -240px;
}
#content #kontakt {
	width: 200px;
	position: absolute;
	top: 439px;
	right: 23px;
}
#content #kontakt h2 {
	color: #000;
	font-size: 15px;
	margin: 0 0 12px;
}
#content #kontakt input, #content #kontakt textarea {
	border: 1px solid #a1a1a1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 182px;
	color: #8d9599;
	padding: 4px 8px;
	margin: 0 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content #kontakt textarea {
	height: 60px;
}
#content #kontakt label {
	display: block;
	margin: 0 0 4px;
	padding: 0 3px 0 0;
	color: #676c6e;
	text-align: right;
}
#content #kontakt button {
	background: #057db6;
	border: 0 none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 58px;
	height: 20px;
	color: #fff;
	padding: 0 0 1px;
	float: right;
	margin: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content #kontakt button:hover {
	background: #096b9a;
}
/*---[ footer ]-----------------------------------------------------------------------*/
#footer {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}