@charset "utf-8";

body {
	font: 12px Arial;
	background-color: #d3d6d9;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	color:#4d515d;
}

ul {

}
form {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
a {
	outline:none;
}
h1, h2, h3, h4 {
    padding:0px;
    margin:0px;
    font-size:inherit;
    *font-size:12px;
    font-weight:normal;
    display:inline;
}
#holder {
	width:1026px;
	margin:0px auto;
}
#holder #top {
	width:1026px;
	height:128px;
	background-image:url(../img/bg-top.jpg);
	background-repeat:no-repeat;
}
#holder #top #logo {
	width:269px;
	height:62px;
	padding-top:22px;
	margin-left:375px;
	float:left;
}
#holder #top #languages {
	width:240px;
	margin-left:138px;
	height:53px;
	padding-top:9px;
	float:left;
	text-align:right;
}
#holder #top #languages a {
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:10px;
	display:block;
	float:left;
	color:#4d515d;
	text-decoration:none;
	text-align:center;
	background-color:#ced8e2;
}
#holder #top #languages a.selected {
	background-color:#ff0000;
	color:#ffffff;
	font-weight:bold;
}
#holder #top .menu {
	width:360px;
	height:30px;
	float:left;
}
#holder #top .shift {
	margin-left:300px;
}
#holder #top .menu ul {
	width:100%;
	height:37px;
	margin:0px;
	margin-top:13px;
	margin-left:20px;
	padding-left:0px;
	list-style:none;
}
#holder #top .menu ul li {
	min-width:70px;
	height:25px;
	float:left;
	background-position:right center;
	background-image:url(../img/br.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
}
#holder #top .menu ul li a {
	width:100%;
	height:20px;
	padding-top:5px;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:#ffffff;
}
#holder #middle {
	width:1026px;
	min-height:800px;
	background-color:#ffffff;
	background-image:url(../img/bg-middle.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#holder #middle #fader {
	width:1001px;
	height:260px;
	z-index: 1;
	border-bottom:4px solid #283f60;
	margin:0px auto;
	margin-bottom:50px;
}
#holder #middle #fader img {
	display:none;
	position:absolute;
	margin:0px auto;
}
#holder #middle .module-left {
	width:307px;
	float:left;
	margin-left:20px;
}
#holder #middle .module-left .module-header {
	width:307px;
	height:20px;
	font-size:17px;
	color:#283f60;
	font-weight:bold;
}
#holder #middle .module-left .module-image {
	width:307px;
	margin-bottom:5px;
}
#holder #middle .module-left .module-image img {
	width:305px;
	text-align:center;
	border:1px solid #949494;
}
#holder #middle .module-left .module-images {
	width:305px;
}
#holder #middle .module-left .module-images img {
	border:1px solid #949494;
	margin:7px;
}
#holder #middle .module-left .module-desc {
	width:307px;
	line-height:180%;
}
#holder #middle .module-right {
	width:285px;
	margin-left:20px;
	float:left;
}
#holder #middle .side-left {
	width:670px;
	padding-left:14px;
	float:left;
}
#holder #middle .side-right {
	width:307px;
	float:left;
}
#holder #middle .side-left .header {
	width:635px;
	padding-left:15px;
	padding-bottom:15px;
	border-bottom:1px solid #b6bec9;
	font-size:17px;
	position:relative;
	top:-30px;
	color:#283f60;
	font-weight:bold;
}
#holder #middle .side-left #files {
	width:100%;
	border-top:1px solid #b6bec9;
	padding-top:10px;
	margin-top:15px;
}
#holder #middle .side-left .noheader {
	width:635px;
	padding-left:15px;
	padding-bottom:15px;
	font-size:17px;
	position:relative;
	top:-30px;
	color:#283f60;
	font-weight:bold;
}
#holder #middle .side-left .text {
	width:600px;
	padding-left:15px;
	top:-30px;
	position:relative;
	text-align:justify;
}
#holder #middle .side-left #contact-left {
	width:300px;
	font-size:14px;
	line-height:180%;
	padding-left:15px;
	float:left;
}
#holder #middle .side-left #map {
	width:585px;
	height:300px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	border:1px solid #c5c5c5;
	background: url(http://geofinder.web4you.com.pl/template/loader.gif); 
	background-repeat: no-repeat; 
	background-position: center;
}
#holder #middle .side-left #contact-right {
	width:335px;
	float:left;
}
#holder #middle .side-left #contact-right .form-left {
	width:70px;
	float:left;
	font-size:13px;
	margin-bottom:5px;
}
#holder #middle .side-left #contact-right .form-right {
	width:265px;
	float:left;
	margin-bottom:5px;
}
#holder #middle .side-left #contact-right .input {
	width:215px;
	height:21px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #aeb6c2;
	background-color:#e9e9eb
}
#holder #middle .side-left #contact-right textarea {
	width:215px;
	height:120px;
	padding:5px;
	padding-bottom:2px;
	border:1px solid #aeb6c2;
	background-color:#e9e9eb
}
#holder #middle .side-left #klienci {
	width:650px;
}
#holder #middle .side-left #klienci .mod {
	width:650px;
	padding-bottom:15px;
	border-bottom:1px solid #b6bec9;
	margin-bottom:15px
}
#holder #middle .side-left #klienci .mod .pic {
	width:250px;
	float:left;
	
}
#holder #middle .side-left #klienci .mod .desc {
	width:400px;
	padding-top:20px;
	float:left;
}
#holder #middle .side-left #systems {
	width:650px;
}
#holder #middle .side-left #systems .title {
	width:635px;
	padding-left:15px;
	font-size:14px;
	color:#4d515d;
	margin-bottom:15px;
}
#holder #middle .side-left #systems .mod {
	width:650px;
	padding-bottom:15px;
	border-bottom:1px solid #b6bec9;
	margin-bottom:15px
}
#holder #middle .side-left #systems .image {
	width:128px;
	margin:10px;
	float:left;
}
#holder #middle .side-left #systems .image img {
	border:1px solid #949494;
}
#holder #middle .side-left #systems .image div {
	margin-bottom:5px;
	font-size:11px;
}
#holder #middle .side-left .realizacja {
	width:650px;
	padding-bottom:15px;
	border-bottom:1px solid #b6bec9;
	margin-bottom:15px;
}
#holder #middle .side-left .realizacja .title {
	width:635px;
	padding-left:15px;
	font-size:14px;
	color:#4d515d;
	margin-bottom:15px;
}
#holder #middle .side-left .realizacja .pictures {
	width:550px;
	margin:0px auto;
}
#holder #middle .side-left .realizacja .pictures .pict{
	width:128px;
	float:left;
	margin:7px;
}

#holder #middle .side-left .realizacja .pictures img {
	border:1px solid #949494;
	
}
#holder #middle .side-left .realizacja .pictures .desc {
	color: #4D515D;
	font-size:11px;
	padding:2px;
}

#holder #footer {
	width:1026px;
	height:60px;
	padding-top:20px;
	background-image:url(../img/bg-footer.gif);
	background-repeat:no-repeat;
	font-size:10px;
	color:#989797;
}
#holder #footer a {
	font-size:10px;
	color:#989797;
	text-decoration:none;
}
#holder #footer #footer-left {
	width:47%;
	padding-top:10px;
	float:left;
	text-align:left;
	margin-left:3%;
	word-spacing:5px;
}
#holder #footer #footer-right {
	width:47%;
	float:left;
	text-align:right;
	margin-right:3%;
}

.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}
.size15 {font-size:15px;}
.size16 {font-size:16px;}
.size17 {font-size:17px;}
.size18 {font-size:18px;}
.normal {font-weight:normal;}
.float_left {float:left;}
.bold {font-weight:bold;}
.text_left {text-align:left;}
.text_center {text-align:center;}
.text_justify {text-align:justify;}
.text_right {text-align:right;}
.def_clear {clear:left;}
.def_both {clear:both;}
.def_clear_right {clear:right};
.no_border {border:0px}
.ver_middle {vertical-align:middle;}
.pointer {cursor:pointer;}
.green {color:#347b09;}
.white {color:#FFFFFF;}
.green2 {color:#728C43;}
.red {color:#bb1511;}
.black {color:#000000;}
.grey555 {color:#545550;}
.grey {color:#aeaeae;}
.blue {color:#016597;}
.gold {color:#a58304;}
.orange {color:#D75E33;}
.form_class {padding:0px;margin:0px;}
.line-through {text-decoration:line-through}

a:link    {text-decoration: underline;		color:#4b4b4d;}
a:visited {text-decoration: none;		color:#4b4b4d;}
a:hover   {text-decoration: none;   color:#4b4b4d;}
a:active  {text-decoration: none;		color:#4b4b4d;}

a.more:link    {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:visited {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:hover   {text-decoration: none;color:#cccccc;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:active  {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}

a.item_link:link    {text-decoration: none;	color: #FFFFFF;}
a.item_link:visited {text-decoration: none;	color: #FFFFFF;}
a.item_link:hover   {text-decoration: none; color: #FFFFFF;}
a.item_link:active  {text-decoration: none;	color: #FFFFFF;}

a.red_link:link    {text-decoration: none;	color: #8c080a;}
a.red_link:visited {text-decoration: none;	color: #8c080a;}
a.red_link:hover   {text-decoration: none;  color: #8c080a;}
a.red_link:active  {text-decoration: none;	color: #8c080a;}

a.grey_link:link    {text-decoration: none;	color: #aeaeae;}
a.grey_link:visited {text-decoration: none;	color: #aeaeae;}
a.grey_link:hover   {text-decoration: none; color: #aeaeae;}
a.grey_link:active  {text-decoration: none;	color: #aeaeae;}

a.black_link:link    {text-decoration: none;	color: #000000;}
a.black_link:visited {text-decoration: none;	color: #000000;}
a.black_link:hover   {text-decoration: none;    color: #000000;}
a.black_link:active  {text-decoration: none;	color: #000000;}

a.green_link:link    {text-decoration: none;		color: #38A260;}
a.green_link:visited {text-decoration: none;		color: #38A260;}
a.green_link:hover   {text-decoration: none;	color: #38A260;}
a.green_link:active  {text-decoration: none;		color: #38A260;}

a.footer_link:link    {text-decoration: underline;	  color: #595959;}
a.footer_link:visited {text-decoration: underline;	  color: #595959;}
a.footer_link:hover   {text-decoration: none;	  color: #595959;}
a.footer_link:active  {text-decoration: underline;	  color: #595959;}