/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0;
	font-size: 12px;
	color: #333;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #C60301;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #C60301;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

hr 
{ 
	color: #C9C9C9;
	background-color: #C9C9C9;
	height: 1px;
	border: 0;
}

ul, ol
{
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

/* KLOLUMNY */

td.lewa_kolumna
{
	width: 250px !important;
	overflow: hidden;
	border-right: 1px dashed #999;
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
	line-height: 120%;
}

td.prawa_kolumna
{
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
	/*width: 624px !important;*/
	overflow: hidden;
	line-height: 120%;
}



/* KOLORY */
span.szaroniebieski
{
	color: #394659;
}
span.niebieski
{
	color: #5E4CAF;
}
span.pomaranczowy
{
	color: #D89C00;
}
span.ciemnoczerwony
{
	color: #C90304;
}
span.szary
{
	color: #737373;
}
/* KOLORY */

/* MIARY */
span.wysoki-wiersz
{
	line-height: 160%;
}
span.wyzszy-wiersz
{
	line-height: 190%;
}
span.bardzo-wysoki-wiersz
{
	line-height: 220%;
}
/* MIARY */

img.top
{
	vertical-align: top;
}
img.middle
{
	vertical-align: middle;
}
img.bottom
{
	vertical-align: bottom;
}

div.bookmark
{
	border: 1px dashed darkred;
}
