/********************** Header **********************/
#header 
{
	padding: 0px;
	margin: 0px;
	height: 80px; /* 75 + 13 */
	background: url(http://www.kucharscy.com.pl/grafika/klaw1a.jpg) no-repeat top left;
	background-color: #FFDE80;
}

#header p
{
	padding: 0px;
	margin: 0 0 0 40px;	
	height: 23px;
}

#header .nastart
{
	text-decoration: none;
}

#header_logo
	{
	padding: 3px 0 0 170px;
	border: 0;
	}

#header h1
	{
	font-size:18px;
	color:#600;
	position: absolute;
	top: 6px;
	left: 435px;
	text-decoration:none;
	}
	
	
#header h1 a 
{
	color: #80904F;
}

#header_reklama
	{
	background-color: #000;
	width: auto;
	margin-left: 160px;
	padding-left: 11px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 19px;
	}
	
#header_reklama a         {text-decoration: none; color: #FFDE80;}
#header_reklama a:hover   {text-decoration: underline; }
	

#header_menu
	{
	margin-left: 167px;
	}	
	
#header_menu ul
	{
	height: 15px;
	padding: 0;	
	margin: 0px;	
	}

#header_menu ul li
	{
	display: inline;
	list-style-type: none;
	font-size: 11px;	
	line-height: 20px;

	padding: 0;	
	margin: 0px;
	}

#header_menu a 
	{ 
	padding: 3px 3px; 
	}

#header_menu a:link, #header_menu a:visited
	{
	color: navy;
	}

#header_menu a:hover
	{
	color: red;
	}
