body,td,th {
	font-family: Tahoma, Verdana, Georgia, sans-serif;
	font-size: 12px;
	color: #000;
}

body {background-color: #F4FAE4;
     background-image: URL('img/pagebckgrnd.gif');
     z-index: 2;
      background-repeat: REPEAT-X;
      background-position: top;
      width: 1000px;
          margin-left: auto;
         margin-right: auto;
         margin-top: 0px;
         padding: 0px;
         text-align: center;
      }
      
a:link, a:visited, a:active {
	color: #53534E;
	text-decoration: none;
}


a:hover {
	color: #C91809;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #000;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 14px;
	color: #000;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #000;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}

#strona {position: relative;
        vertical-align: center;
         width: 1000px;
         left: 0px;
         top: 0px;
         margin: 0px;
         padding: 0px;
         z-index: 1; }
         
/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 160px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 0px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ________________________________ */
         
         
		
#navContainer {width: auto; padding-left: 300px; height: 28px; display:block; background-image: URL('img/menu_gorne.png');}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: 180%;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 27px;	
	border-top: 0;
	border-bottom: 0px solid #000;
	padding:0;
	text-align: center;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 80%; 
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; font-weight: bold; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 4px; border-left: 0px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}
#nav li a:active, #nav ul li a.active {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a		{border-bottom: 0px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #A75001; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #4E5442; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 100%;
	left: 0px;
}




/* end menu */
         
          #column1 {
	float:left;
	width: 150px;
	text-align: left;
}

          #column2 {
	float:left;
	margin-left:10px;
	width: 607px;
	text-align: left;
}

          #column3 {
	float:left;
	margin-left:10px;
	width: 213px;
	text-align: left;
}

#footer { clear: both;
vertical-align: center;
         width: 1000px;        
         left: 0px;
         font-size: 80%;
         color: #727269;
         font-weight: bold;         
         margin-top: auto;
         padding: 0px;
         z-index: 1; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}
