html, body {
	background: #d3d3d3 url('./images/bg.png') repeat-x;
	font-family: Verdana;
	color: #2b2825;
	font-size: 14px;
	margin: 0; 
	padding: 0;
}
a, a:visited {
	color: #717171;
	text-decoration: none;
	border-bottom: 1px dotted #717171;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #717171;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	
}#wrapper2 {
	width: 920px;
	margin: 0 auto;
	height: 250px;
}
#top_logo {
	width: 200px;
	display: inline;
	float: left;
	padding-top: 60px;
}
#top_adres {
	width: 200px;
	float: right;
	display: inline;
	text-align: left;
	text-shadow: 0px 0px 5px #000;
	color: #fff;
}
.spacer {
	float: left;
	width: 100%;
	clear: both;
}
div.header {
	font-size: 18px;
	font-weight: bold;
	color: #f2882e;
	text-shadow: 0px 0px 10px #fbb633;
	margin: 20px;
	clear: both;
}
div.header2 {
	font-size: 18px;
	font-weight: bold;
	color: #b30000;
	text-shadow: 0px 0px 10px #fbb633;
	margin: 20px;
}
div.miasto {
	padding: 14px;
	font-size: 18px;
	background: #178a00 url('./images/miasto.jpg') top right no-repeat;
	color: #fff;
	margin: 10px 0 0 0;
	border-radius: 5px;
}
div.miasto a, div.miasto a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}
div.miasto a:hover {
	text-decoration: underline;
	color: #fff;
	border: none;
}
div.powierzchnia {
	box-shadow: 0px 0px 10px #717171;
	border: 1px solid gray;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	float: left;
	clear: both;
	width: 100%;
}
#powierzchnie_container {
	width: 850px;
}
div.powierzchnia2 a, div.powierzchnia2 a:visited {
	border: none;
	text-decoration: none;
}
div.powierzchnia2 a:hover {
	border: none;
	text-decoration: underline;
}
div.powierzchnia2 {
	margin: 0px 10px 20px 0px;
	padding: 5px;
	display: inline;
	width: 250px;
	text-align: center;
	float: left;
	text-decoration: none;
}
div.powierzchnia2:hover {
	margin: 0px 10px 20px 0px;
	padding: 5px;
	display: inline;
	width: 250px;
	text-align: center;
	float: left;
}

div.powierzchnia2 img {
	border: 3px solid #dbdbdb;
	margin: 5px 0 5px 0;
}
div.powierzchnia2:hover img {
	border: 3px solid #929292;
}
div.powrot {
	clear: both;
	margin: 10px;
	padding: 5px;
	color: gray;
}
div.clear {clear: both;}
 table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: separate;
	background-color: white;
	font-size: 12px;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	background-color: white;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #a8a8a8;
	background-color: white;
}
#popupcontent{ position: absolute; margin: 0 auto; visibility: hidden; overflow: hidden; box-shadow:0px 0px 10px #000;  padding:1px; z-index: 999;background: #fff;}
#popupcontent img {  width: 800px; height: 600px; }

    #popupClose{    
        font-size:20px;    
        line-height:20px;    
        position:absolute;  
        rightright:6px;    
        top:4px;    
        font-weight:700;   
        display:block;    
    }  
    #bgPopup{  
        display:none;   
        position:fixed;    
        _position:absolute; /* hack for internet explorer 6*/    
        height:100%;    
        width:100%;    
        top:0;    
        left:0;    
        background:#000000;     
        z-index:1;    
    }    
 
    #Popup{    
        display:none;    
        position:fixed;    
        _position:absolute; /* hack for internet explorer 6 */   
        background:#FFFFFF;    
        border:2px solid #cecece;    
        z-index:2;    
        padding:12px;    
        font-size:13px;    
    }   

    #myButton{  
        display:block;  
        position:relative;  
        width:200px;  
        height:50px;  
        line-height:50px;  
        font-family:"Trebuchet MS";  
        font-size:14px ;
        text-align:center;    
    }  
