/* layout.css */

#main {
	margin: 0 auto;
	/*height: auto;*/
	text-align: left;
	width: 980px;
	background: #FFFFFF;	
}

#header {
	margin: auto;
	height: 52px;	
	background: url(../images/top.gif);
	background-repeat: repeat-x;
}

#date {
	width: 250px;
	float: left;
	margin: auto 29px auto;
	padding: 21px 0;
}

#options {
	width: 100px; 
	float: right;
	margin: auto 1px auto;
	padding: 19px 0 0 0;
}

#search {
	width: 325px;
	float: right;
	margin: auto 6px auto;
	padding: 0 24px 0 0;	
}

#flash_menu {	
	margin: auto 24px 5px;
	height: 95px;	
}

#flash_header_main, #flash_header_aktualnosci, #flash_header_produkty, #flash_header_kontakt{
	margin: auto 24px;	
	width: 932px;
	height: 228px;		
}

#flash_header_main { background:url(../images/bg_1_228.gif) no-repeat; } 
#flash_header_aktualnosci { background:url(../images/bg_2_228.gif) no-repeat; }
#flash_header_produkty { background:url(../images/bg_3_228.gif) no-repeat; }
#flash_header_kontakt { background:url(../images/bg_4_228.gif) no-repeat; }

#flash-header-content {	
	float: right;
	width: 628px;
	height: 228px;
}

#slogan {	
	float: left;
	width: 240px;
	height: 120px;
	padding: 90px 0 0 30px;	
}

#content {	
	margin: 12px 24px 0; padding: 0;
	min-height: 100px;
	background: #FFFFFF;
}

#footer {
	margin: auto;
	height: 229px;	
	background: url(../images/botgrey.gif);
	background-color: #e5e5e5;
	background-repeat: repeat-x;
	background-position: 0 0;
}

#footer_icons_div {
	width: 150px;
	float: right;
}

#footer_menu_div {
	width: 500px;
	float:left;
}

