﻿html, body{
	height:100%;
	margin:0;
	padding:0;
	background: #FFF url(backg.png) repeat-x top center;	
	
	}

img {
	border: none;	 
	}			

body { 
	font: normal 10pt tahoma, Verdana, sans-serif;
	color:#000;

}

#wrapper {
  position:relative;
	width:563px;
	height:100%;
	margin: 0 auto;
  overflow:hidden;

	}	

#splash {
  /*position:relative;*/
  padding-top:100px;
  overflow-y: hidden ! important;
}	

.informacje { 
  width: 512px;
  height: 300px;
  margin-left:25px;
  border: 1px solid #A12830;
  background: #F5F5F5;
  padding-top:10px;
  margin-top:10px;
  
}

.informacje h1 {
  font-family:Helvetica, Tahoma, Arial, sans-serif;
  font-size:14pt;
  color:#A12830;
  padding-left:25px;
}

.informacje p {
  font-size: 11pt;
  color: #6c1b20;
  padding:25px 0 0 0;
  text-align:center;
  
}

.informacje p.modernizacja {
  text-align:center;
 /* margin-left:-30px;*/
}

.informacje strong {
  padding-right:10px;
  
}

	.adres *:before {
		content: attr(title);
		}
	.adres *:after {
		content: attr(class);
		}


#oferta {
  position:relative;
  top:90%;
  text-align:center;

}
      
#oferta h1{
    font-family:Tahoma, Helvetica, Arial, sans-serif;
    color:gray;    
    }

#oferta p
{
  padding-left:20px;
  font: normal 10pt Tahoma, Helvetica, Arial, sans-serif;
  text-align: justify;
  text-justify: kashida;
  
}






a:link, a:hover, a:visited {
  color:#000;
  text-decoration:none;
}