img, div, p, table, body {
	margin: 0; 
	padding: 0; 
	border: none; 
	color: black;
	font-family: Tahoma, "Lucida Console", sans-serif;
	font-size: 12px;
}

a:active, a:link, a:visited, a:hover {
	color: #078070;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #3e1f00;
	text-decoration: underline;
}

body
{
	background: url(/img/iso/bg2.gif) repeat-x; 
	background-color: #f8f8f8;
}

div#container
{
	margin: 0 auto;
	background: url(/img/container-bg.jpg);
	width: 900px;
}

div#header
{
	background: url(/img/iso/header2.gif) no-repeat top center; 
	height: 180px;
	width: 900px;
	margin: 0 auto;
}
div#header .loga
{
	height: 110px;
}
.unia {position: relative; top: 10px; left: 460px;}
.kapital {position: relative; top: 13px; left: 24px;}
.key {position: relative; top: 75px; left: 445px;}

div#header .info
{
	height: 48px;
	margin: 5px 0 0 50px;
	width: 800px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 12px;
	font-family: tahoma;	
}

div#content
{
	padding: 5px 55px 5px 55px;
}
div#pageright
{
	width: 570px;
	padding: 0 10px;
	float: left;
}
div#footer
{
	height: 109px;
	background: url(/img/footer.gif);
	clear: left;
}
div#footer table
{
	margin-top: 5px;
}
div#footer .info
{
	height: 40px;
	margin: 3px 0 0 50px;
	color: #444;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 12px;
	font-family: tahoma;
}

h1,h2,h3,h4
{
	margin: 0;
}

/** 
MENU 
*/
#menu
{
	width: 200px;
	float: left;
	background: url(/img/iso/menu-head.gif) no-repeat top;
	padding-top: 37px;
	margin-bottom: 20px;
}
#menu .bottom
{
	width: 200px;
	background: url(/img/iso/menu-bottom.gif) no-repeat;
	height: 15px;
}
#menu ul
{
	margin: 0;
	padding: 0;
}
#menu li
{
	list-style-image: none;
	list-style-type: none;
	width: 185px;
	height: 27px;
	padding: 10px 0 0 15px; 
	overflow: hidden;
	background: url(/img/iso/menu-item.gif);
}
#menu li.last
{
	background: url(/img/iso/menu-item-last.gif);
}
#menu a:link, #menu a:active, #menu a:visited, #menu a:hover
{
	font-size: 14px;
	font-family: arial, serif;
	font-weight: normal;
	color: #142E36;
	margin-left: 10px;
	text-decoration: none;
}
#menu a:hover
{
	text-decoration: underline;
	color: black;
}

/**
TABELKI
*/
table.dataTableWide a:link, table.dataTableWide a:visited, table.dataTableWide a:active
{
	font-size: 12px;
}
table.dataTableWide a:hover
{
	font-size: 12px;
}
table.dataTable, table.dataTableWide
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: White;
	margin-bottom: 5px;
}
table.dataTableWide
{
	width: 100%;
}
table.dataTableWide th, table.dataTable th, th a.active, th a.link, th a.visited, th a.hover
{
	background-color: #dad5ab; 
	color: #696969;
	font-weight: bold;
	padding: 1px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
table.dataTableWide td
{
	padding-left: 1px;
	padding-right: 1px;
}
td.even, tr.even, .altrow
{
	background-color: #f8f8f8;
}
.altrow2
{
	background-color: #00e0e0;
}
td.over, tr.over
{
	background-color: #b0defb;
}
span.required, td.required
{
	color: #B22222;
	font-weight: bold;
}

span.required2, td.required2
{
	color: #B22222;
}

/**
BŁĘDY
*/
#flashMessage
{
	padding: 10px;
	background-color: #040;
	color: white;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.error-message
{
	color: red;
	font-weight: bold;
}

/**
PAGINACJA 
*/
div.paging {
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/**
POZOSTAŁE
*/
.button
{
	border: 1px solid gray;
	border-bottom: 2px solid black;
}

/**
NEWSY
*/
.newsContainer
{
	background: url(/img/news.gif) no-repeat top center;
	width: 530px;
	padding: 11px 10px 0 27px;
	margin-bottom: 10px;
	text-align: justify;
}
.newsContainer a.head:link, .newsContainer a.head:visited, .newsContainer a.head:hover, .newsContainer a.head:active 
{
	color: #078070;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.newsContainer a.head:hover
{
	color: #074030;
	text-decoration: underline;
}
.newsStamp
{
	color: #38A799;
	font-size: 10px;
	font-style: italic;
	font-family: Calibri, Tahoma;
	margin-bottom: 8px;
}
a.more:link, a.more:visited, a.more:hover, a.more:active
{
	font-size: 11px;
	color: #078070;
	text-decoration: none;
	font-family: Tahoma, serif;
}
a.more:hover
{
	color: black;
}






