
/* -----------------NAVIGATION---------------------*/
#realizacjeContainer{
position:relative;
margin: 0 auto;
width:619px;
background-color:#bababa;
border-left:1px solid #aaa;
border-right:1px solid #b3b3b3;
background-image:url(../images/realizacje/background_diagonals.gif);
padding-bottom:15px;

}

#topGreyBar{
position:relative;
height:19px;
background-color:#C9C9C9;
margin:0px;
}

#topOrangeBar{
height:1px;
_font-size:0px;
background-color:#D8BE86;
border-top: 1px solid #E3D3B0;
border-bottom: 1px solid #C9A454;
}




#orangeButton{
float:left;
background-image:url(../images/realizacje/orangeButton.jpg);
height:29px;
width:100px;
margin-top:-1px;
}

#naviTextContainer{
position:absolute;
top:-6px;
width:100%;
height:29px;
}

#naviTextContainer a:hover{
color:white;
}

.realizacjeChoice, .realizacjeChoiceMade{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.realizacjeChoice{
float:left;
margin-top:10px;
margin-right:15px;
margin-left:10px;
color:#252525;
}


.realizacjeChoiceMade{
float:left;
width:85%;
text-align:center;
margin-top:9px;
margin-left:5px;
color:white;
}

/* -----------END--NAVIGATION---------------------*/





.realizacjaObiekt{
background-color:#c2c0bf;
display:block;

border-bottom:3px solid #c9c9c9;
border-bottom:1px dotted #d7d7d7;

border-top:6px solid #c9c9c9;
margin-top:40px;
padding-right:5px;

}
* html .realizacjaObiekt{
/*enough to set any height, it will stretch anyway*/
height:1px;
}





/* ------------ CONTENTS -----------------------*/

.realizacjaObiekt a:hover{
	/*needs to be here for some misterious reason*/
	color:orange;	
}
.realizacjaObiekt a:hover img{
	border:2px solid #ffab00;
	background-color:white;
	display:block;
	float:left;
}

.realizacjaObiekt img{
position:relative;
bottom:20px;
border:2px solid white;
float:left;
background-color:#EAEAEA;
padding:3px;
smargin-top:-25px;
margin-bottom:-22px;
margin-left:5px;
margin-right:15px;
}



.realizacjaObiekt h2{
font-size:27px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
letter-spacing:-2px;
color:#d0d0d0;
margin-bottom:3px;
margin-top:-15px;

/*IE needs this*/
position:relative;
z-index:10;
}

#realizacjeDesc{
float:left;
/*width specified by php basing on img width */
margin-top:30px;
margin-bottom:20px;
color:#333333;
font-size:12px;
text-align:justify;
list-style:circle;

}

#realizacjeDesc p{
margin:0px;
margin-bottom:5px;
}





#realizacjeFeatures{
float:right;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#F4F4F4;
background-color:#D1B26D;

border:2px solid #c9c9c9;
border-bottom:0;
border-top:0;
width:130px;
margin-top:-46px;
margin-right:8px;
}

	#realizacjeFeatures ul{
		margin-top:10px;
		margin-bottom:11px;	
		margin-right:1px;
	
	}

/* ------------ END CONTENTS -----------------------*/


