html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	color:#000;
	background:#fff; /*color background - only works in IE */
	font-size:10pt; /*set default font size */
	font-family:georgia, "palatino linotype", "times new roman", serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:auto; /*get rid of scroll bars in IE */
	/* */ 
	
}
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:auto; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	text-align: center;


}
#content {
	
	overflow:auto; /* add scroll bars as necessary */
	z-index:3; /* If required to cover any other divs */
	top:140px; /* a value to miss the header */
	left:140px; /* a value to miss any navigation div */
	right:0; /* this will put the scroll bar at the right of the page */
	color:#000;
	background:#eee; /* set the background color */
	width:645px; 

	
}
* html #content {
	height:100%; /* full screen height */
	width:620px; 
	text-align:left;
	top:0; /* place the content at the top */
	margin:0 auto;
	padding:10px;

}


#strona {
	position:absolute;
	left:50%;
	width:785px;
	top:0%;
	margin-left:-395px;
	margin-top:0px;
	padding:0px;
	z-index:1;
	
	color:#000;
	background:url('images/tab_poz.gif'); background-repeat:repeat-y;
	background-color:#EEEEEE;
}


#left {float:left; top:140px; width:140px; font-size:1.2em; z-index:4; overflow:hidden;
 }


* html #left {float:left; height:100%; top:0; bottom:0; }

#content p {padding:10px;}

dd.menu {display:none;}  /* ukrywa opis menu */

a.link_menu, a.link_menu:visited {margin: 5px; display:block; width:105px; height:25px; background:#bfbfbf; color:#000; border:1px solid #000; text-decoration:none; text-align:center; line-height:25px;}
a.link_menu:hover {color:#000; background:#eeeeee;}



.tab_menu{
  text-align: left;
  overflow: auto; 
}


