@font-face{
	font-family: 'OpenSans-ExtraBold';
	src: url(czcionki/OpenSans-ExtraBold.eot),url(czcionki/OpenSans-ExtraBold.ttf);
}
@font-face{
	font-family: 'OpenSans-Semibold';
	src: url(czcionki/OpenSans-Semibold.eot),url(czcionki/OpenSans-Semibold.ttf);
}
@font-face{
	font-family: 'OpenSans-Light';
	src: url(czcionki/OpenSans-Light.eot),url(czcionki/OpenSans-Light.ttf);
}
@font-face{
	font-family: 'OpenSans-Regular';
	src: url(czcionki/OpenSans-Regular.eot),url(czcionki/OpenSans-Regular.ttf);
}
@font-face{
	font-family: 'OpenSans-SemiboldItalic';
	src: url(czcionki/OpenSans-SemiboldItalic.eot),url(czcionki/OpenSans-SemiboldItalic.ttf);
}
body{
	font-family:OpenSans-Regular,Myriad Pro;
	font-size:13px;
	margin:0px;
	color:#48353b;
	background:#E0dbd7;
}
a,a:visited{
	text-decoration:none;
	color:#48353b;
}
a img{
	border:none;
}
.glowny h2{
	border-left:solid 7px #fed054;
	padding-left:7px;
	color:#77696e;
	font-size:24px;
	font-weight:normal;
	margin-top:0px;
	line-height:26px;
}
.glowny h4{
	background:#e4e1de;
	display:inline-block;
	min-width:364px;
	padding:3px 20px 3px 20px;
	color:#776856;
	font-style:italic;
	margin:0px;
	font-family:'OpenSans-SemiboldItalic';
	font-size:16px;
}
.gora{
	background:url(rys/gora.jpg) center top no-repeat #e5e0d9;
	height:109px;
	min-width:1000px;
	text-align:center;
	padding-top:33px;
	font-family:OpenSans-Semibold;
}
.gora h1{
	margin:0px;
	color:#9b8b77;
	text-shadow:0 0 1px #9b8b77;
	font-size:31px;
	line-height:35px;
}
.gora h1 span{
	color:#bba991;
	text-shadow:0 0 1px #bba991;
	font-family:OpenSans-Light;
}
.baner{
	margin:0px auto 0px auto;
	position:relative;
	background:url(rys/baner-tlo.png) center top repeat-x;
	height:334px;	
}
.srodek{
	margin:0px auto 0px auto;
	width:1000px;
	position:relative;
	padding-top:20px;
}
.baner div img:first-child{
	position:absolute;
	z-index: 10;
	left:2px;
	top:70px;
}
#realizacje1, #realizacje2 {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.logo{
	left:0px;
	bottom:30px;
	position:absolute;
	z-index:1;
}
#cyferki {
    position: absolute;
    right: 0px;
	bottom: 45px;
	z-index:10;
	font-size:11px;
}
#cyferki  a{
	color:#fff;
	background:#eab37c;
	border-radius:15px;
	padding:2px 5px 2px 5px;
	margin-left:5px;
}
#cyferki  a.hover{
	background:#efdaa1;
}
.glowny{
	background:#fff;
	padding:0px 0px 60px 0px;
}


.menu{
	margin:0px auto 0px auto;
	right:0px;
	top:0px;
	position:absolute;
	height:41px;
	z-index:100;
	width:997px;
	background:url(rys/menu.png) repeat-x;
	padding-top:33px;
	padding-left:3px;
}
.menu .rozwijane{
	float:left;
}
.menu > a,.menu > span,.menu .rozwijane > a,.menu .rozwijane > span{
	font-size:15px;
	padding:4px 14px 5px 12px;
	display:inline-block;
	color:#fff;
	position:relative;
	text-shadow:0 0 1px #fff; 
	background:url(rys/menu_kropka.png) no-repeat right 15px;
	float:left;
	height:20px;
	margin-left:-3px;
}
.menu > a:last-child{
	background:none;	
}
.menu > a:hover,.menu > span,.menu .rozwijane > a:hover{
	color:#a08d72;
	text-shadow:0 0 1px #a08d72;
	background:#fecd49;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;	
	
}
.rozwijane{
    display: inline-block;
    float:left;
	position:relative;
}
.rozwijane:hover .dymek{
    visibility: visible;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity:1;
}
.dymek {
	background:url(rys/dymek.png) repeat;
    color: #383838;
    visibility: hidden;
	padding:8px 10px 10px 10px;
	position:absolute;
	top:29px;
	left:-3px;
	min-width:120px;
	opacity:0;
	line-height:1.6em;
}
.dymek a,.dymek span{
	display:block;
	color:#bda471;
	white-space:nowrap;
}
.dymek a:hover,.dymek span{
	color:#796959;
	transition: color 0.5s linear;
}





.menu_table{
	width:100%;
	top:315px;
	z-index:100;
	border-spacing:0px;
	color:#fff;
	border-left:solid 1px #fde8ad;
	border-right:none;
	border-radius:3px;
	font-size:13px;
	position:absolute;
	top:-20px;
	margin-bottom:20px;
}
.menu_table h3{
	margin:0px;
	font-size:18px;
	font-family:OpenSans-ExtraBold;	
}
.menu_table a{
	color:#fff;
	display:block;
	border-bottom:solid 1px #fee398;
	background:url(rys/menu_lewe_kropka.png) no-repeat left 5px;
	padding:0px 0px 2px 20px;
}
.menu_table a:hover{
	color:#2c2a2f;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
}


.menu_table tr:first-child td{
	border-top:solid 1px #f8e6b4;	
}
.menu_table tr:first-child td+td{
	border-top:solid 1px #f8d692;	
}
.menu_table tr:first-child td+td+td{
	border-top:solid 1px #f3c292;	
}

.menu_table tr td{
	border-right:solid 1px #febd2c;		
}
.menu_table tr td+td{
	border-right:solid 1px #f89100;	
}
.menu_table tr td+td+td{
	border-right:none;
}

.menu_table td{
	background:#fed054;
	width:33%;
	vertical-align:top;
	padding:8px 18px 12px 18px;
	border-right:solid 1px #fee8ae;
	min-height:18px;
}
.menu_table td+td{
	background:#ffa800;
}
.menu_table td+td+td{
	background:#f17800;
}

.menu_table tr+tr td{
	padding-top:2px;
	padding-bottom:2px;	
} 




.menu_lewe{
	width:268px;
	background:#ff9600;
	z-index:100;
	float:left;
	position:relative;
	top:-40px;
	border-top:solid 1px #efd185;
	border-left:solid 1px #efd185;	
	color:#fff;
	padding-bottom:20px;
}

.menu_lewe a,.menu_lewe div{
	display:block;
	padding:6px 0px 5px 0px;
	color:#fff;	
	background:url(rys/menu_lewe_kropka.png) no-repeat 18px center;
	min-height:18px;
	padding-left:36px;
}
.menu_lewe a:hover,.menu_lewe div{
	color:#2c2a2f;
}
.menu_lewe b{
	display:block;
	background:#ffba00;
	font-family:OpenSans-ExtraBold;
	font-size:18px;
	padding:12px 18px 12px 18px;
	border-bottom:#ffb300;
}


.tekst{
	width:680px;
	overflow:hidden;
	min-height:300px;
	margin-left:320px;
	color:#6e6568;
}
.srodek ul{
	list-style-image:url("rys/li.png");
}
.index{
	margin-left:0px;
}
.mapka_index{
	float:right;
	width:292px;
}


#mapka{
	width:998px;
	height:300px;
	border:1px solid #C2B39D;
	border-radius:9px;	
}
.stopka{
	background:url(rys/stopka.jpg) no-repeat center top;
	height:139px;
	border-top:solid 1px #f2f1ef;
}

.menu_stopka{
	position:relative;
	top:-2px;
}
.menu_stopka a,.menu_stopka span{
	background:url(rys/menu_stopka.gif) repeat-x top left,url(rys/menu_stopka_kropka.gif) no-repeat right 35px;
	padding:26px 10px 0px 8px;
	display:inline-block;
	color:#7f7e7e;
}
.menu_stopka span,.menu_stopka a:hover{
	background:url(rys/menu_stopka_hover.gif) repeat-x top left,url(rys/menu_stopka_kropka.gif) no-repeat right 35px;
	color:#e29a1d;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;	
}
.menu_stopka span:last-child,.menu_stopka a:last-child:hover{
	background:url(rys/menu_stopka_hover.gif) repeat-x top left;
	color:#e29a1d;
}
.menu_stopka a:last-child{
	background:url(rys/menu_stopka.gif) repeat-x top left;
}


.kontakt_box{
	float:right;
	color:#a08d72;
	text-align:right;
	font-size:15px;
	padding:27px 0px 0px 0px;
	border-radius:3px;
	overflow:hidden;
}
.kontakt_box > span{
	width:100px;
	background:#f0efec;
	height:26px;
	text-align:right;
	padding:4px 14px 0px 0px;
	position:absolute;
	display:inline-block;
	right:0px;
	top:0px;
	letter-spacing:2px;
}
.kontakt_box > div{
	background:url(rys/telefon.png) 15px 10px no-repeat #f0efec;
	overflow:hidden;
	padding:8px 14px 8px 20px;
	line-height:28px;
}
.kontakt_box > div > span{
	font-size:21px;
	font-weight:bold;
}




.copyright{
	background:url(rys/tlo_copyright.gif) repeat-x;
	position:absolute;
	left:0px;
	color:#fff;
	top:100px;
	font-size:12px;
	color:#888;
	padding-top:8px;
}
.copyright a{
	color:#888;
}
.copyright img{
	position:relative;
	top:-2px;
}

/* FORMULARZ */
.formularz{
	background:#E4E1DE;
	border-radius:9px;
	width:300px;
	float:right;
	padding:20px;
	height:262px;	
}
.formularz table{
	width:100%;
}
.formularz input,.realizuj select,.formularz textarea{
	border:solid 1px #C2B39D;
	width:100%;
	font-family:Myriad Pro;	
	border-radius:6px;
}
.formularz .wyslij input{
	width:auto;
	background:#C2B39D;
	color:#fff;
	cursor:pointer;
	float:right;	
}
.formularz .wyslij input:hover{
	color:#000;

}
.blad{
	color:red;
}
.cookies{
	position:fixed;
	bottom:0px;
	left:0px;
	background:#999;
	color:#000;
	width:94%;
	padding:5px 4% 5px 2%;
	font-size:10px;
}
.cookies a{
	color:#fff;
	position:absolute;
	right:5px;
	top:4px;
}
/*GALERIA*/
.zdjecia a{
	max-height:212px;
	overflow:hidden;
	display:inline-block;
	margin:0px 3px 20px 0px;
	border:solid 1px #FFBA00;
	padding:1px;	
}
.zdjecia a img{
	border-bottom:soid 1px #fff;
}
.zdjecia a:first-child img{
	margin-left:0px;
}



