/* globals */

html, body, h1, h2, p, ul, ol, li, pre {
	margin: 0;
	padding: 0;
}

/* zakładki */

div.tabslayout {
	width: 100%;
	margin: 0 0 20px 0;
}

ul.tabslayout {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../images/infobox/pixel.gif) bottom left repeat-x;
}

ul.tabslayout li {
	margin: 0 2px 0 0;
	float: left;
}

ul.tabslayout a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #333;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
}

ul.tabslayout a:hover {
	background: #fff;
}

ul.tabslayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #f94;
}

.tabs-container
 {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px 8px;
}

ul.container {
	padding-left: 20px;
}

/*Dymki*/
#tooltip {
  background: red;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding:5px;
  color:#666;
}

#b {
	font-weight: bold;
}

#i {
	font-style: italic;
}
