body, html
{
  margin: 0;
  padding: 0;
  font-family: 'tahoma','verdana';
  font-size: 12px;
  background-image: url('../gfx/tlo.jpg');
  background-repeat: repeat-x;
  background-color: #ffffff;
  color: #444444;
}

img
{
  border: 0;
}

a /* dwie deklaracje - rozwiazanie problemu z ie*/
{
  color: #444444;
}

a /* patrz wyżej*/
{
  color: inherit;

}

h3
{
  color: #a30b0a;
}

.nav
{
  display: block;
  line-height: 20px;
  color: #c7c7c7;
  text-align: left;
}

.nav a
{
  text-decoration: none;
}

.nav a:hover
{
  color: #444444;
}

.backlink
{
  display: block;
  text-align: right;
  width: 100%;
   position: absolute;
   right: 0px;
   bottom: 70px;
   color: #a30b0a;
}

.backlink a
{
  text-decoration: none;
}

/*tooltip*/

.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	background-color: #000000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background-color: #000000;
	/*background: url(bubble.png) top left;*/
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color: #000000;
	/*background: url(bubble.png) bottom right;*/
}

.adminlink
{
  display: block;
  padding: 5px;
  border: 1px solid #cccccc;

}

.adminlink a
{
  text-decoration: none;

}

.adminlink a:hover
{
  text-decoration: underline;

}


