body {
	margin: 0;
	background: #426ca5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana, arial;
	font-size: 11px;
	color: #a7b1c1;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
#menu {
	height: 27px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
#menu #menuContainer {
	width: 231px;
	height: 27px;
	margin: 0 auto;
}
#content {
	width: 625px;
	height: 370px;
	margin: 0 auto;
	top: 200px;
	position: relative;
}
#content p {
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 1.5em;
}
#content #urlop {
	width: 103px;
	height: 370px;
	position: absolute;
	top: -227px;
	left: -103px;
	display: none;
}
#content #logo2exist {
	width: 305px;
	height: 185px;
}
#content #oNas {
	width: 300px;
	height: 175px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: justify;
}
#content #oNas #dalej {
	position: absolute;
	right: 0;
}
#content #zaufaliNam {
	width: 300px;
	height: 100px;
	position: absolute;
	top: -100px;
	right: 0;
	text-align: justify;
}
#content .realizacja h1 {
	font-family: trebuchet ms, verdana;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding-left: 20px;
}
#content .realizacja a {
	line-height: 1em;
	text-decoration: none;
	color: #fff;
}
#content .realizacja a:hover {
	color: #a7b1c1;
}
#content .realizacja p {
	margin-top: 0;
	padding-left: 20px;
	line-height: 1em;
	margin-bottom: 1em;
}
#content .realizacja .item {
	width: 150px;
	height: 150px;
	float: left;
}
#content #kontakt {
	width: 300px;
	height: 100px;
	position: absolute;
	top: -50px;
	right: 0;
}
#content #kontakt a {
	color: #a7b1c1;
	text-decoration: none;
}
#content #kontakt a:hover {
	color: #036;
}
#content #formularz {
	width: 300px;
	position: absolute;
	top: -25px;
}
#content #formularz ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 0;
}
#content #formularz em {
	color: #f00;
}
#content #formularz label {
	display: inline-block;
	width: 105px;
	text-align: right;
	margin-top: 10px;
	padding-right: 5px;
	vertical-align: top;
}
#content #formularz input {
	width: 180px;
	margin-top: 5px;
	background: #a7b1c1;
	border: 1px solid #006;
	color: #006;
}
#content #formularz textarea {
	width: 180px;
	margin-top: 5px;
	height: 5em;
	overflow: hidden;
	background: #a7b1c1;
	border: 1px solid #006;
	color: #006;
}
#content #formularz input:focus, #content #formularz textarea:focus {
	background: #006;
	color: #a7b1c1;
}
#content #formularz #sendButton {
	border: none;
	margin-left: 111px;
}
