@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}
body {
	background-color: white;
/* trzeba podac szerokosc strony  a potem margin: t r b l   dziala dobrze dla wszystkich przegladarek, text-align nie dziala pod FF aby wysrodkowac */
	width: 800px;
	margin: 0px auto 0px auto;

}
img {
	border: 0px none white;
}

h3{
	color:black;
	font-size:14px;
	font-weight:normal;
}
#blue_line {
	clear: both;
	background-color:#2279B9;
	width:760px;
	height:1px;
	
}
#blue {
/*span blue  zeby zanzaczyc wybrane fragmenty tekstu na niebiesko  */
	color: #2279B9;
	font-weight: none;
}
#small_header {
	color: #2279B9;
	font-weight: none;
	font-size:0.8em;
}
#search {
	font-size:0.8em;
	color: #2279B9;
	font-weight: none;
}
#main_container {
	width: 800px;
	min-height: 500px;
	background: transparent;
	background-color: white;
	font-size: 1.0em;
	color: black;
	text-align: left;
	margin-left: 0px;
	font-family: Geneva, Verdana, Arial, sans-seri;
	overflow: hidden;
}
#inside_container {
	width: 800px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	background-color: white;
}
#baner_container {
	width: 800px;
	height: 100px;
	background-image: url('../files/baner_logo.png');
}
/*************************SEARCHING***************************/
#search_container {
	width: 800px;
	height: 186px;	
}
#search_left{
	width:451px;
	height: 186px;
	margin-left:20px;
	float:left;
	background-color: white;	
}
#search_right{
	width:329px;
	height: 186px;
	float:right;
		
}
/************************END SEARCHING***************************/

#main_menu {
	width: 800px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	background-color: white;
}
#wrong_web {
	width: 500px;
	height: 200px;
	margin: 50px auto 2px 250px;
	background: transparent;
	background-color: white;
}
/*********************FOOTER********************************/
#footer_container {
	width: 800px;
	margin: 0px 10px 0px 0px;
	background: transparent;
	font-size: 0.6em;
	font-family:Arial;
	clear: both;
}
#footer_blue_line {
	clear: both;
	background-color:#2279B9;
	width:800px;
	height:1px;
}
#footer_bootom_menu {
	width:480px;
	margin-left:20px;
	color:black;
	float:left;
}
#footer_wizytowka {
	width:280px;
	margin-right:20px;
	color:gray;
	text-align:right;
	float:right;
}
#footer_bootom_menu a:link,#footer_bootom_menu a:visited {
	text-decoration: none;
	color: black;
}
#footer_bootom_menu a:hover {
	text-decoration: underline;
	color: black;
}
#footer_wizytowka a:link,#footer_wizytowka a:visited {
	text-decoration: none;
	color: #2279B9;
}
#footer_wizytowka a:hover {
	text-decoration: underline;
	color: black;
}

/*********************FOOTER  END********************************/
/***************************HOME ****************************************/
#home_container {
	width: 760px;
	margin: 20px 20px 20px 20px;
	font-size:0.7em;
	text-align:justify;
}
#home_container p{
	text-indent:60px;	
}
#promocje_container {
	width: 760px;
	margin: 20px 20px 20px 20px;
	font-size:0.9em;
	text-align:justify;
}
#promocje_container p{
	text-indent:0px;	
}
	

/***************************END HOME***********************************************/
/***************************OFIRMIE ****************************************/
#ofirmie_container {
	width: 760px;
	margin: 20px 20px 20px 20px;
	font-size:0.7em;
	text-align:justify;
}
#ofirmie_container p{
	text-indent:30px;	
}
	

/***************************END OFIRMIE***********************************************/
/***************************Search Result ****************************************/
#search_result_container {
	width: 800px;
	font-size:0.8em;
	text-align:left;
}
#search_result_container table{
	
	border:0px solid black;
}

	

/***************************END Search Result***********************************************/
/***************************OFERTA ****************************************/
#oferta_container {
	width: 760px;
	margin: 20px 20px 20px 20px;
	font-size:0.7em;
	text-align:left;
	float:left;
}
#oferta_container a:link,#oferta_container a:visited {
	text-decoration: none;
	color: black;
}
#oferta_container a:hover {
	text-decoration: underline;
	color: black;
}


	

/***************************OFERTA HOME***********************************************/

