/* DEFINICJE STYLOW DLA TEKSTU NA STRONIE */

*    /* podstawowy tekst na stronie */
{
	font: normal 11px Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	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 */
#main
{
	padding: 0px 10px 10px 10px;
}

#main h1
{
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #111111;
	letter-spacing: -1px;
	margin: 10px 15px 10px 5px;
	padding: 0px;
	background: url('images/dot.gif') repeat-x left bottom;
}

#main h2
{
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color:#74743d;
	letter-spacing: -1px;
	margin: 20px 15px 10px 15px;
	padding: 0px;
}

#main h3
{
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color:#c34e23;
	letter-spacing: 0px;
	margin: 30px 15px 2px 15px;
	padding: 0px;
}

#separator
{
	height: 2px;
	margin: 5px 0px;
	padding: 0px;
	background: url('images/dot.gif') repeat-x left bottom;
}

body
{
	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;
	border: 0px solid #000000;
}

img
{
	border: 0px solid #000000;
}

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

form
{
	margin: 10px 15px;
	padding: 10px;
	border: 1px solid #efefef; 
	background: #f8f8f8;	
}

label
{
	display: block;
	font-weight: bold;
	margin: 5px 0px;
}

input
{
	padding: 2px;
	border: 1px solid #efefef;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
}

textarea
{
	width: 280px;
	padding: 2px;
	border: 1px solid #efefef;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}

input.button
{ 
	margin: 0px;
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #efefef;
	padding: 2px 3px; 	
	background: #f1f0e4;
}

a
{
	text-decoration: none;
	color: #cb4722;
}

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;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

/* DEFINICJE STYLOW DLA MENU */
#menu
{
	float: left;
	width: 175px;
	margin: 10px 5px 10px 5px;
	padding: 0px;
}

#menu h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #6c6e3a;
	padding: 0px;
	margin: 0px 0px 10px 5px;
	letter-spacing:-1px;
}

#menu ul.menu {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	border-top: 1px dashed #e1e1e1;
}

#menu ul.menu li {
	list-style: none;
	border-bottom: 1px dashed #e1e1e1;
}

#menu ul.menu a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding: .3em 0em .3em 10px;		
	width: 94%;
}

#menu ul.menu a:hover {
	padding: .3em 0em .3em 10px;
	color: #cb4721;
	background: #fff;	
}

/* DEFINICJE STYLOW DLA TABLICZKI */
.bar
{
	display: block;
	font-size: 95%;
	border: 1px solid #efefef; 
	background: #f8f8f8;
	padding: 0px 10px;
	margin: 5px 0px 15px 0px;	
}

.barTop
{
	display: block;
	font-size: 95%;
	padding: 3px 10px;
	margin: 5px 0px 15px 0px;	
}