/* DEFINICJE STYLOW DLA TEKSTU NA STRONIE */

*    /* podstawowy tekst na stronie */
{
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 10px;
	color: #333000;
	text-align: justify;
	line-height: 17px;
	letter-spacing: 0.1px;
	font-weight: normal;
	font-style: normal;
}

.titleText    /* tekst tytulu */
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	display: block;
}

.subtitleText    /* tekst podtytulu */
{
	font-size: 11px;
	font-weight: bold;
}

.errText    /* tekst bledu */
{
	color: #bb0000;
	display: block;
	font-weight: bold;
	text-align: center;
}

.ackText    /* tekst pomyslnego wykonania */
{
	color: #00bb00;
	display: block;
	font-weight: bold;
	text-align: center;
}

.infoText    /* tekst pomyslnego wykonania */
{
	color: #888888;
	display: block;
	font-weight: bold;
	text-align: center;
}

.foot    /* tekst stopki */
{
	margin: 10px 0px 10px 0px;
	display: block;
	text-align: center;
}

.date
{
	color: #aaaaaa;
	font-style: italic;
}

/* DEFINICJE STYLOW DLA BB CODE (FORUM, KOMENTARZE ITP.) */

.boldBB
{
	font-weight: bold;
}

.italicBB
{
	font-style: italic;
}

.underlineBB
{
	text-decoration: underline;
}

.centerBB
{
	text-align: center;
	display: block;
}

img.emotsBB
{
	vertical-align: middle;
}

img.imgBB
{
	display: block;
	vertical-align: middle;
}

/* DEFINICJE STYLOW DLA PODSTAWOWYCH ZNACZNIKOW HTML */

body
{	
	background: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table
{
	width: 100%;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

td
{
	width: 100%;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

td.forum
{
	background: #f3f3f3;
	border: 1px solid #fefefe;
}

td.forumTitle
{
	background: #e8e8e8;
	border: 1px solid #fefefe;
}

td.forumSep
{
	height: 3px;
	border-right: 1px solid #fefefe;
	padding: 1px;
	background: #e1e1e1;
}

img
{
	border: 0px solid #000000;
}

img.thumb
{
	border: 1px solid #eeeeee;
}

textarea
{
	background: #f2f2f2;
	border: 1px solid #cccccc;
	margin-left: 5px;
	width: 93%;
}

form
{
	padding: 0px;
	margin: 0px;
}

input
{
	background: #f2f2f2;
	border: 1px solid #cccccc;
	margin-left: 5px;
	height: 16px;
}

input.button    /* styl przycisku */
{
	background: #e2e2e2;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 24px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #c17d05;
}

a.menu    /* tekst menu tekstowego na dole strony */
{
	color: #aaaaaa;
}

a.titleSmallText    /* tekst tytulu mniejszego (tytuly newsow, tekstow, filmow itp) */
{
	font-size: 11px;
	text-align: left;
}

a:link, a:visited    /* odsylacz podstawowy i odwiedzony */
{

}

a:active, a:hover    /* odsylacz aktywny i najechany kursorem */
{
	text-decoration: underline;
}
