body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 1em;
	background: url(../gfx/bg.png);
}

a
{
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #000;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #000;
}

div#informacja
{
	padding: 5px;
	border: 1px solid #000;
	background-color: #EEE;
	position: absolute;
	display: none;
	z-index: 5;
	font-size: 0.6em;
}

div#head
{
	width: 100%;
	height: 40px;
	border-top: 20px solid #CCC;
	border-bottom: 10px solid #CCC;
}

div#head-top
{
	width: 960px;
	margin: 0 auto;
	height: 40px;
	background: url(../gfx/run.png) no-repeat;
}

#head-top div
{
	width: 500px;
	float: left;
}

div#wyloguj
{
 margin: 15px 10px 0px 0px;
 width: 350px;
 height: 25px;
 float: right;
 font-size: 0.8em;
 text-align: right;
}

img.stat
{
	cursor: help;
}

#head-top p
{
	margin: 0px;
	padding: 5px 0px 0px 90px;
	font-weight: bold;
	font-size: 1.3em;
}

#head-top span
{
	font-style: italic;
	color: #6B0;
	font-size: 1.5em;
}

div#strona
{
	margin: 0 auto;
	width: 960px;
}

div#top
{
	width: 940px;
	height: 25px;
	padding: 5px 0px 0px 20px;
	background: #333;	
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
	clear: both;
}

div#tytul
{
	float: left;
}

div#zegarek
{
	float: right;
	font-size: 0.7em;
	font-weight: normal;
	padding: 5px 10px 0px 0px;
}

div#menu
{
	width: 957px;
	height: 30px;
	background: url(../gfx/menu.png) repeat-x;
	border-left: 1px solid #CCC;
	border-top: 2px solid #666;
	border-right: 2px solid #999;

}

#menu ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#menu li
{
	margin: 0px;
	display: inline;
	font-size: 0.7em;
}

#menu a
{
	margin: 0px 0px 0px 0px;

/*	border-left: 2px solid #000; */
	border: none;
	padding: 6px 15px 0px 15px;
	background: url(../gfx/dot.png) no-repeat ;
	height: 24px;
	display: block;
	float: left;
	color: #000;
	font-weight: bold;
}

#menu a:hover
{
	background: url(../gfx/dot.png) no-repeat #666;
	color: #FFF;
}

a#aktiv
{
	text-decoration: underline;
}

div#content
{
	width: 917px;
	border-left: 1px solid #CCC;
	border-right: 2px solid #999;
	padding: 20px;
	background: #FFF;
}

div#footer
{
	border-top: 10px solid #000;
	padding-top: 5px;
	font-size: 0.7em;
	text-align: center;
}