#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 960px;
	text-decoration: none;
	background-color: #fefefe;
}
#header {
	margin: 0 0 0 0;
	background: #fefefe;
	height: 500px;
	position: relative;
	width: 960px;
	left: 0px;
	background-image: url(tloheadera.jpg);
}
#header2 {
	margin: 0 0 0 0;
	background: #fefefe;
	height: 100px;
	position: relative;
	width: 960px;
	left: 0px;
	background-image: url(tloheadera-m.jpg);

}
#side-a {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#side-b {
	float: right;
	width: 299px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content {
	padding: 5px;
	float: left;
	width: 330px;
}
#meat{
	float: left;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 60px;
	min-height: 400px;   /* -to nie jest dobre rozwiązanie, bo może meat bedzie powtarzany wiele razy jak będą reklamy, na przemian
	width: 330px; */
	
}

#footer {
	clear: both;
	background: #fafafa;
	position: relative;
	background-image: url(tloheadera-m.jpg);
	text-align: center;
	color: #708090;
}

hr {
	color: #AFDC14;
	border: 1px groove;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	text-align: center;
}
h1 {
	font-size: 20px;
	color: #AFDC14;
	text-align: center;
}/* ul {
	list-style-position: inside;
	list-style-image: url('graf/bullet.png');
}*/
a {
	color: #88AB10;
}


li {
	padding-top: 1px;
	padding-bottom: 1px;
	}

h2 {
	font-size: 16px;
	color: #3266a5;
	text-align: center;
}
p {
	text-indent: 15px;
}
img { 
	border: none;
}
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;
	top: 10px;
	right: 50px;
}
#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	position: absolute;
	
		}
		
#menuh a
	{
	text-align: center;
	display:block;
/*	border: 1px solid #006; */
	border: none;
	white-space:nowrap;
	margin:0;
	padding: 3px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-image: url(graf/nav_up.png);
	background-color: #0066DD;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	background-image: url(graf/nav_hv.png);
	background-color: #6699FF;
	text-decoration:none;
	font-weight: normal;
	}	
	
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{
	background-image: url(graf/nav_down_up.png);
	background-position: right center;
	background-repeat: no-repeat;
	}
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents  hover*/
	{
	background-image: url(graf/nav_down_hv.png);
	background-position: right center;
	background-repeat: no-repeat;
	}	
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	background-image: url(graf/nav_side_up.png);
	background-position: right center;
	background-repeat: no-repeat;
	}
#menuh a.parent:hover 	/* attaches side-arrow to all parents hover */
	{
	background-image: url(graf/nav_side_hv.png);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;	/* width of all menu boxes */
}
#menuh li
	{
	
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 1px; /* Sophie Dennis contribution for IE7 */;
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}
#chuj {
	height: 20px;
	width: 720px;
	display: inline;
	position: absolute;
	top: 40px;
	right: 3px; 
}
#logodiv {
	position:absolute;
	width:243px;
	background:url(logoz.png) no-repeat;
	height: 100px;
	left: 0px;
	top: 0px;
}
#container {
	position:relativ;
	top:137px;
	left: 33px;
	width: 961px;
	/*min-height: 400px;
	 height: 285px; */
	background-color: #FFFFFF;
}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 2px;
	margin:-2px 0 0 -2px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;
}

/* End CSS Drop Down Menu */
a:visited {
	color: #999999;
}
a:hover {
	font-weight: bold;
	color: #000000;
}
