﻿* {
	padding:0px; margin:0px
}
  body {
	margin: 0;
	padding: 0;
	height:100%;
	font: 11px Tahoma, sans-serif;
	color: #3A320C;
	background-image:url('images/bg.png')
	}
	a:link, a:visited, a:active {
	color: #3A320C;
	font-weight: bold;
	text-decoration: none;
	}
	a:hover {
	color: #0A6B0C;
	font-weight: bold;
	text-decoration: none;
	}
	#srodek {
	height:100%;
	background-color:#BABA8F;	
	}
	#glowna {
	margin: 0px auto;
	padding:0px;
	width: 775px;
	background-color:#BABA8F;
	}
	#bg-1{
	width:775px;
	height:30px;
	background-image:url('images/bg-1.png')
	}
	#bg-2{
	width:775px;
	height:30px;
	background-image:url('images/bg-2.png')
	}
	#bg-1 h1 {
	font-size: 13px;
	padding:6px 5px 5px 10px;
	margin:0px;
	font-weight:normal
	}
	#bg-2 h1 {
	font-size: 13px;
	padding:6px 5px 5px 10px;
	margin:0px;
	font-weight:normal
	}
	#logo{
	width:775px;
	height:150px;
	background-image:url('images/logo.png')
	}
	#menu-1{
	float:left;
	padding: 0;
	width: 220px;
	height: 100%;
	background: url("images/menu-1.png") no-repeat top;
	background-color:#BABA8F;
	}
	#menu-1 h2{
	font-size: 13px;
	padding:7px 5px 7px 10px;
	margin:0px;
	font-weight:bold
	}

	#menu-2{
	float:left;
	padding: 0;
	width: 555px;
	height: 100%;
	background: url("images/menu-2.png") no-repeat top;
	background-color:#BABA8F;
	}
	#menu-2 h2{
	font-size: 13px;
	padding:7px 5px 7px 10px;
	margin:0px;
	font-weight:bold
	}
	#menu-3 {
	width: 218px;
	height:30px;
	background-image:url('images/menu-3.png');
	}
	#menu-3 h2{
	font-size: 12px;
	padding:7px 5px 7px 10px;
	margin:0px;
	font-weight:normal
	}
	#menu ul {
	padding:5px;margin:5px 0px 0px 0px;list-style:none
}
	ul li
	{
	padding:3px 3px 3px 30px;margin:0px;height:23px;background-image:url('images/menu-li.png');background-repeat:no-repeat;background-position:center bottom;
}
img {
border:0px
}




