/* --- ZNACZNIKI ------------------------------------------------------------------------------------------------- */

body *
{
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}

img
{
	display: none;
}

a
{
	text-decoration: none;
	color: black;
}

h1
{
	font-size:20pt;
	font-variant:small-caps;
	color:#736F6E;
}

h3
{ /* do tytułów */
	color:#736F6E;
	line-height:50%;
	font-size:14pt;
	font-variant:small-caps;
	font-weight: bold;
}

h5
{ /* do podtytułów */
	color:#736F6E;
	font-size:12pt;
	font-variant:small-caps;
	font-weight: bold;
}

h6
{ /* do podpisów */
	color:#736F6E;
	font-size:10pt;
	font-style:italic;
	text-align:right;
}

p
{
	font-size:10pt;
	line-height:125%;
	text-indent:25pt;
	text-align:justify;	
}


/* --- KLASY ----------------------------------------------------------------------------------------------------- */


/* --ogólne-- */
.error
{
	color: red;
	font-weight: bold;
}

.ok
{
	color: green;
	font-weight: bold;
}

.mytinyinfo, .myinfo
{
	color: gray;
	font-style: italic;
}

.mytinyinfo
{
	font-size: 80%; 
}


/* ---kolory--- */

/* te odcienie trzeba bardziej dobrac do designu */
.yellow
{
	
}

.black
{
	
}

.blue
{
	
}

.red
{
	
}

.green
{
	
}

/* ---artykuł--- */

table.article
{
	border: solid;
}

.article th
{
	text-decoration: underline;
	background-color: white;
	color: black;
	font-weight: bold;
}

.article td.article_bg1
{
	background-color: white;
	color: black;
}

.article td.article_bg2
{
	background-color: white;
	color: black;
}

/* ---galeria--- */

table.gallery
{
}


/* ---ksiega--- */

table.gbook
{
}

/* ---niusy--- */

hr
{
	/*border: 0;*/
	height: 1px;
	width: 50%;
	text-align: left;
	margin-bottom: 0;
}

hr.news_SIT, .news_SIT
{
	color: #cc9900;
	background-color: #cc9933;
}

hr.news_TAT, .news_TAT
{
	color: #993333;
	background-color: #cc6666;
}

/* ---podsumowanie szlakow, recenzji, itp.--- */

table.summary
{
	float: right;
	margin-left: 8px;
	font-size: 9pt;
	border: thin dotted;
}

table.summary td
{
	border: thin dotted;
}


/* ---przewijaki galerii, ksiegi gosci--- */

table.scroll
{
}

/* ++formularze++ */

form.general
{
}

